]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
update HISTORY.md and version.h for 7.7.8 v7.7.8
authorAndrew Kryczka <andrewkr@fb.com>
Mon, 28 Nov 2022 07:13:46 +0000 (23:13 -0800)
committerAndrew Kryczka <andrewkr@fb.com>
Mon, 28 Nov 2022 07:13:46 +0000 (23:13 -0800)
HISTORY.md
include/rocksdb/version.h

index 5490cfb0405d3cc620208790cf87bcd612995f03..757d57a7f352d2b0a171b1bd24cb2301361eb320 100644 (file)
@@ -1,5 +1,5 @@
 # Rocksdb Change Log
-## Unreleased
+## 7.7.8 (11/27/2022)
 ### Bug Fixes
 * Fix failed memtable flush retry bug that could cause wrongly ordered updates, which would surface to writers as `Status::Corruption` in case of `force_consistency_checks=true` (default). It affects use cases that enable both parallel flush (`max_background_flushes > 1` or `max_background_jobs >= 8`) and non-default memtable count (`max_write_buffer_number > 2`).
 * Tiered Storage: fixed excessive keys written to penultimate level in non-debug builds.
index 86f402800696686fa61fc6a272799019b4eb2dd6..3a5428e3a3f0ea2a39d539b535f28f379ea37eb5 100644 (file)
@@ -13,7 +13,7 @@
 // minor or major version number planned for release.
 #define ROCKSDB_MAJOR 7
 #define ROCKSDB_MINOR 7
-#define ROCKSDB_PATCH 7
+#define ROCKSDB_PATCH 8
 
 // 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