You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2023/01/23 03:26:49 UTC

[doris-thirdparty] branch libhdfs3 updated: [doc] update version to 2.3.6 and update changelog (#33)

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 d1eeb48  [doc] update version to 2.3.6 and update changelog (#33)
d1eeb48 is described below

commit d1eeb486dcb6f33b8adb1f1834855209db9294ef
Author: Mingyu Chen <mo...@163.com>
AuthorDate: Mon Jan 23 11:26:45 2023 +0800

    [doc] update version to 2.3.6 and update changelog (#33)
---
 CHANGELOG.md       | 3 +++
 src/CMakeLists.txt | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9b4b17c..2cf3ac7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
 # CHANGELOG
 
+## v2.3.6
+1. Fix kms AES 256 support
+
 ## v2.3.5
 1. Support hadoop kms
 
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 195a9a1..a381d59 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 5)
+SET(libhdfs3_VERSION_PATCH 6)
 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-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org