]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Bump up version to 6.7.2
authorsdong <siying.d@fb.com>
Tue, 25 Feb 2020 02:40:00 +0000 (18:40 -0800)
committersdong <siying.d@fb.com>
Tue, 25 Feb 2020 02:40:00 +0000 (18:40 -0800)
HISTORY.md
include/rocksdb/version.h

index 08ef0a3e39168f264d3c7320aeb3ea796f282fd4..d210e90faf7cbf1ca2be8a68f856b7fb9507d4a0 100644 (file)
@@ -1,4 +1,8 @@
 # Rocksdb Change Log
+## 6.7.2 (02/24/2020)
+### Bug Fixes
+* Fixed a bug of IO Uring partial result handling introduced in 6.7.0.
+
 ## 6.7.1 (02/13/2020)
 ### Bug Fixes
 * Fixed issue #6316 that can cause a corruption of the MANIFEST file in the middle when writing to it fails due to no disk space.
index 32e2508e7d2973304f85f5747d454ece0cedba65..06d5aeec21dc6e9288f259512ec0ef94af0a1196 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 6
 #define ROCKSDB_MINOR 7
-#define ROCKSDB_PATCH 1
+#define ROCKSDB_PATCH 2
 
 // 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