diff --git a/CMakeLists.txt b/CMakeLists.txt index aeba378..8bdff84 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -51,7 +51,7 @@ string (CONCAT OS_NAME_VERSION ${OS_NAME} ${OS_VERSION}) set (PACKAGE_NAME "qsfs") set (PACKAGE_VERSION_MAJOR 1) set (PACKAGE_VERSION_MINOR 0) -set (PACKAGE_VERSION_PATCH 1) +set (PACKAGE_VERSION_PATCH 2) set (PACKAGE_VERSION ${PACKAGE_VERSION_MAJOR}.${PACKAGE_VERSION_MINOR}.${PACKAGE_VERSION_PATCH}) set (PACKAGE_RELEASE 1) set (PACKAGE_STRING "${QSFS_NAME} ${QSFS_VERSION}") diff --git a/ChangeLog b/ChangeLog index d26c084..0525621 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +* Fri Apr 13 2018 - Yunify Inc. + +- qsfs: version 1.0.2 +- To synchronize Cache operations to avoid data race +- Fix failure to truncate a new created empty file +- Fix failure to upload big file with odd bytes +- Fix wrong data position when read from cache +- No log message in Drive Cleanup to avoid dead reference to Log +- Set connection timeout to 300s as same as curl default +- Refactor to gurantee data consistency +- Add more log messages +- Add CMake option UPDATE_CONNECT to automatically update external project from remote repo + * Sun Mar 25 2018 - Yunify Inc. - qsfs: version 1.0.1