]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Update HISTORY and version.h for 7.4.5 v7.4.5
authorPeter Dillinger <peterd@fb.com>
Tue, 2 Aug 2022 19:56:55 +0000 (12:56 -0700)
committerPeter Dillinger <peterd@fb.com>
Tue, 2 Aug 2022 19:56:55 +0000 (12:56 -0700)
HISTORY.md
include/rocksdb/version.h

index 40f7ad4113216f29132291e9808eedf54356df62..306f7cd353c696ee5d283a36c608b3686ef7efe6 100644 (file)
@@ -1,5 +1,5 @@
 # Rocksdb Change Log
-## Unreleased
+## 7.4.5 (08/02/2022)
 ### Bug Fixes
 * Fix a bug starting in 7.4.0 in which some fsync operations might be skipped in a DB after any DropColumnFamily on that DB, until it is re-opened. This can lead to data loss on power loss. (For custom FileSystem implementations, this could lead to `FSDirectory::Fsync` or `FSDirectory::Close` after the first `FSDirectory::Close`; Also, valgrind could report call to `close()` with `fd=-1`.)
 
index 27cd33a37e8d10c755ba0e188537e0604e218578..97854305bf1945654c7edb2a96bdd162166b8584 100644 (file)
@@ -13,7 +13,7 @@
 // minor or major version number planned for release.
 #define ROCKSDB_MAJOR 7
 #define ROCKSDB_MINOR 4
-#define ROCKSDB_PATCH 4
+#define ROCKSDB_PATCH 5
 
 // 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