]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
update HISTORY.md release date
authorAndrew Kryczka <andrewkr@fb.com>
Mon, 9 Aug 2021 18:34:21 +0000 (11:34 -0700)
committerAndrew Kryczka <andrewkr@fb.com>
Mon, 9 Aug 2021 18:34:36 +0000 (11:34 -0700)
HISTORY.md

index 29a77575565991775c01e621d58f74ed97e1653e..c29f8d51e0e24aa058f61f95ec9ee4b2225f9185 100644 (file)
@@ -1,5 +1,5 @@
 # Rocksdb Change Log
-## 6.23.3 (2021-08-04)
+## 6.23.3 (2021-08-09)
 ### Bug Fixes
 * Removed a call to `RenameFile()` on a non-existent info log file ("LOG") when opening a new DB. Such a call was guaranteed to fail though did not impact applications since we swallowed the error. Now we also stopped swallowing errors in renaming "LOG" file.
 * Fixed a bug affecting the batched `MultiGet` API when used with keys spanning multiple column families and `sorted_input == false`.