This is an automated email from the ASF dual-hosted git repository. morningman 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 cc9b6a6 [doc] update libhdfs3 to 2.3.7 (#36) cc9b6a6 is described below commit cc9b6a651238d01c15dbd6de14c6671f61734db3 Author: Mingyu Chen <morning...@163.com> AuthorDate: Mon Jan 30 21:28:11 2023 +0800 [doc] update libhdfs3 to 2.3.7 (#36) --- CHANGELOG.md | 3 +++ src/CMakeLists.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cf3ac7..8b8e817 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # CHANGELOG +## v2.3.7 +1. Fix kms seek bug + ## v2.3.6 1. Fix kms AES 256 support diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a381d59..d9742b4 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 6) +SET(libhdfs3_VERSION_PATCH 7) 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