]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Update HISTORY and bump up version number
authorYanqin Jin <yanqin@fb.com>
Thu, 2 Jan 2020 20:33:36 +0000 (12:33 -0800)
committerYanqin Jin <yanqin@fb.com>
Thu, 2 Jan 2020 20:38:21 +0000 (12:38 -0800)
HISTORY.md
include/rocksdb/version.h

index 1ccb15a1c1dc6db539f8c0313b6b792a1cecb1d5..d14b0ef3be16eb2cca411a2d330f32504937bfa1 100644 (file)
@@ -6,6 +6,8 @@
 * BlobDB no longer updates the SST to blob file mapping upon failed compactions.
 * Fix a bug in which a snapshot read through an iterator could be affected by a DeleteRange after the snapshot (#6062).
 * Fixed a bug where BlobDB was comparing the `ColumnFamilyHandle` pointers themselves instead of only the column family IDs when checking whether an API call uses the default column family or not.
+* Delete superversions in BackgroundCallPurge.
+* Fix use-after-free and double-deleting files in BackgroundCallPurge().
 
 ## 6.6.0 (11/25/2019)
 ### Bug Fixes
index 24a0527897eb7c3ba865d110e5659b532c145743..6684894d10c75db1f4404c5ad986caf55c0ce2d5 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 6
 #define ROCKSDB_MINOR 6
-#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