]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Update version.h and HISTORY.md for 7.1.2 v7.1.2
authorHui Xiao <huixiao@fb.com>
Tue, 19 Apr 2022 08:26:11 +0000 (01:26 -0700)
committerHui Xiao <huixiao@fb.com>
Tue, 19 Apr 2022 09:55:12 +0000 (02:55 -0700)
HISTORY.md
include/rocksdb/version.h

index ae7d7a2be6ebc43b398fb043ea267f9547ff7c2f..85eacac61f5d1b20255c6eea2c9b9016be6cbac7 100644 (file)
@@ -1,5 +1,5 @@
 # Rocksdb Change Log
-## Unreleased
+## 7.1.2 (04/19/2022)
 ### Bug Fixes
 * Fixed bug which caused rocksdb failure in the situation when rocksdb was accessible using UNC path
 * Fixed a race condition when 2PC is disabled and WAL tracking in the MANIFEST is enabled. The race condition is between two background flush threads trying to install flush results, causing a WAL deletion not tracked in the MANIFEST. A future DB open may fail.
index 6a0f92c58b470a32112305aa618210ece910a3d1..3886a176b8354114db6ee063454c6aff6d5b2105 100644 (file)
@@ -11,7 +11,7 @@
 
 #define ROCKSDB_MAJOR 7
 #define ROCKSDB_MINOR 1
-#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