]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Update HISTORY.md and bump version for 6.20.2
authorZhichao Cao <zhichao@fb.com>
Sat, 24 Apr 2021 00:02:08 +0000 (17:02 -0700)
committerZhichao Cao <zhichao@fb.com>
Sat, 24 Apr 2021 00:02:08 +0000 (17:02 -0700)
HISTORY.md
include/rocksdb/version.h

index 012c1cb39d586730041774aedba18a492737fecf..7664606ddccd80fd7992d78e6a3ba2626c3ed48a 100644 (file)
@@ -1,5 +1,5 @@
 # Rocksdb Change Log
-## Unreleased
+## 6.20.2 (04/23/2021)
 ### Bug Fixes
 * Fixed a bug in handling file rename error in distributed/network file systems when the server succeeds but client returns error. The bug can cause CURRENT file to point to non-existing MANIFEST file, thus DB cannot be opened.
 * Fixed a bug where ingested files were written with incorrect boundary key metadata. In rare cases this could have led to a level's files being wrongly ordered and queries for the boundary keys returning wrong results.
index 83eb9ed96d67fa835e900b3b601c5f868e2a47ca..b9c22642bfd901e948d92960d03be438bbdfb3cd 100644 (file)
@@ -11,7 +11,7 @@
 
 #define ROCKSDB_MAJOR 6
 #define ROCKSDB_MINOR 20
-#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