This is an automated email from the ASF dual-hosted git repository.

dataroaring pushed a commit to branch libhdfs3
in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git


The following commit(s) were added to refs/heads/libhdfs3 by this push:
     new d513b54  [doc] update version to 2.3.5 and update changelog (#28)
d513b54 is described below

commit d513b54a8c9f1d2805ca0c604a680352b8d5100d
Author: Mingyu Chen <morning...@163.com>
AuthorDate: Tue Jan 10 15:05:37 2023 +0800

    [doc] update version to 2.3.5 and update changelog (#28)
---
 CHANGELOG.md       | 5 ++++-
 src/CMakeLists.txt | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 26031ef..9b4b17c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,9 @@
 # CHANGELOG
 
-## 2.3.4
+## v2.3.5
+1. Support hadoop kms
+
+## v2.3.4
 1. Support hadoop2 server
 
 ## v2.3.3
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 7559d55..195a9a1 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -2,7 +2,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
 
 SET(libhdfs3_VERSION_MAJOR 2)
 SET(libhdfs3_VERSION_MINOR 3)
-SET(libhdfs3_VERSION_PATCH 4)
+SET(libhdfs3_VERSION_PATCH 5)
 SET(libhdfs3_VERSION_STRING 
"${libhdfs3_VERSION_MAJOR}.${libhdfs3_VERSION_MINOR}.${libhdfs3_VERSION_PATCH}")
 SET(libhdfs3_VERSION_API 1)
 SET(libhdfs3_ROOT_SOURCES_DIR ${CMAKE_SOURCE_DIR}/src)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to