This is an automated email from the ASF dual-hosted git repository.
caiconghui 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 e8a64b8 [release] update version to 2.3.3 and add CHANGELOG (#8)
e8a64b8 is described below
commit e8a64b8eca25f02e6403d1eb316318439ac4b94d
Author: Mingyu Chen <[email protected]>
AuthorDate: Tue Aug 9 22:16:51 2022 +0800
[release] update version to 2.3.3 and add CHANGELOG (#8)
---
CHANGELOG.md | 10 ++++++++++
src/CMakeLists.txt | 2 +-
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..3247a15
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,10 @@
+# CHANGELOG
+
+## v2.3.3
+
+1. Support CRC32 checksum
+2. Support old linux kernel
+
+## v2.3.2
+
+1. Improving seek performence when seeking a wide range
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 269ef51..75d4607 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 2)
+SET(libhdfs3_VERSION_PATCH 3)
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: [email protected]
For additional commands, e-mail: [email protected]