]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Update version and HISTORY v6.10.1
authorYanqin Jin <yanqin@fb.com>
Wed, 27 May 2020 23:38:10 +0000 (16:38 -0700)
committerYanqin Jin <yanqin@fb.com>
Wed, 27 May 2020 23:38:10 +0000 (16:38 -0700)
HISTORY.md
include/rocksdb/version.h

index 02ddccf85c1e63c663f9604ef17ae2278e42772a..7ddfbb8356b9a039d59934307f5f6f626349e90a 100644 (file)
@@ -1,4 +1,9 @@
 # Rocksdb Change Log
+## 6.10.1 (5/27/2020)
+### Bug fix
+* Remove "u'<string>'" in TARGETS file.
+* Fix db_stress_lib target in buck.
+
 ## 6.10 (5/2/2020)
 ### Behavior Changes
 * Disable delete triggered compaction (NewCompactOnDeletionCollectorFactory) in universal compaction mode and num_levels = 1 in order to avoid a corruption bug.
index 9dd03c1fd9f7af6846307210e0174046cd433789..c4bd0a1cdf11ba5ffb8975ecb7deeeb2414f162b 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 6
 #define ROCKSDB_MINOR 10
-#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