From: Sagar Vemuri Date: Tue, 26 Mar 2019 18:55:31 +0000 (-0700) Subject: Update version and history for 6.0.1 X-Git-Tag: v6.0.1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=662b8febcb785821b428023b4ce342d16d207bcb;p=rocksdb.git Update version and history for 6.0.1 --- diff --git a/HISTORY.md b/HISTORY.md index 78e3cc88b..9a9d7bc89 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,14 @@ # Rocksdb Change Log +## 6.0.1 (3/26/2019) +### New Features +### Public API Change +* Added many new features to the Java API to bring it closer to the C++ API. + +### Bug Fixes +* Make BlobDB wait for all background tasks on shutdown. +* Fixed a BlobDB issue where some trash files are not tracked causing them to remain forever. + ## 6.0.0 (2/19/2019) ### New Features * Enabled checkpoint on readonly db (DBImplReadOnly). diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index af13d20c8..78f5b4a52 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -6,7 +6,7 @@ #define ROCKSDB_MAJOR 6 #define ROCKSDB_MINOR 0 -#define ROCKSDB_PATCH 0 +#define ROCKSDB_PATCH 1 // Do not use these. We made the mistake of declaring macros starting with // double underscore. Now we have to live with our choice. We'll deprecate these