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

yangzhg 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 2fd1f5d  [doc] update libhdfs3 to 2.3.9 (#52)
2fd1f5d is described below

commit 2fd1f5d25fa2c2d28a8a62fb35b9be1ffc4a37a0
Author: Zhengguo Yang <yangz...@gmail.com>
AuthorDate: Tue Apr 11 14:31:06 2023 +0800

    [doc] update libhdfs3 to 2.3.9 (#52)
---
 CHANGELOG.md       | 6 ++++++
 src/CMakeLists.txt | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8b8e817..f41de86 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
 # CHANGELOG
 
+## v2.3.9
+1. Fix compile warnings and openssl deprecated api
+
+## v2.3.8
+1. skip unsupported auth method
+
 ## v2.3.7
 1. Fix kms seek bug
 
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index d9742b4..cf01a8f 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 7)
+SET(libhdfs3_VERSION_PATCH 9)
 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