Skip to content

Commit

Permalink
Update Changelog to release qsfs 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jimhuaang committed Apr 13, 2018
1 parent b457438 commit 97ba6be
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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}")
Expand Down
13 changes: 13 additions & 0 deletions 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
Expand Down

0 comments on commit 97ba6be

Please sign in to comment.