]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
update HISTORY.md and version.h for 6.25.2
authorAndrew Kryczka <andrewkr@fb.com>
Mon, 11 Oct 2021 23:42:46 +0000 (16:42 -0700)
committerAndrew Kryczka <andrewkr@fb.com>
Mon, 11 Oct 2021 23:42:46 +0000 (16:42 -0700)
HISTORY.md
include/rocksdb/version.h

index e8542b878c3a726b2d3b3497cf86a9f664be5b6a..28a0c704aa2f074864786cdc11b0f5abc81f1f5d 100644 (file)
@@ -1,5 +1,5 @@
 # Rocksdb Change Log
-## Unreleased
+## 6.25.2 (2021-10-11)
 ### Bug Fixes
 * Fix `DisableManualCompaction()` to cancel compactions even when they are waiting on automatic compactions to drain due to `CompactRangeOptions::exclusive_manual_compactions == true`.
 * Fix contract of `Env::ReopenWritableFile()` and `FileSystem::ReopenWritableFile()` to specify any existing file must not be deleted or truncated.
index e7bf74055a1be51184ae9db51a0fbdc590158fcc..5c35bb19f817cbc9126e1e248e62b3468d1694fd 100644 (file)
@@ -11,7 +11,7 @@
 
 #define ROCKSDB_MAJOR 6
 #define ROCKSDB_MINOR 25
-#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