]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Upgrade to 4.5.1 rocksdb-4.5.1 v4.5.1
authorsdong <siying.d@fb.com>
Fri, 25 Mar 2016 19:09:20 +0000 (12:09 -0700)
committersdong <siying.d@fb.com>
Fri, 25 Mar 2016 19:09:20 +0000 (12:09 -0700)
HISTORY.md
include/rocksdb/version.h

index 9a14a8bf425fa3433557825f19235007582c07c3..b0083c37ba60ff00c5d886bc580add6fd766fe9b 100644 (file)
@@ -1,6 +1,10 @@
 # Rocksdb Change Log
 ## Unreleased
 
+## 4.5.1 (3/25/2016)
+### Bug Fixes
+* Fix failures caused by the destorying order of singleton objects.
+
 ## 4.5.0 (2/5/2016)
 ### Public API Changes
 * Add a new perf context level between kEnableCount and kEnableTime. Level 2 now does not include timers for mutexes.
index 9f55c0070aedf7dc6cb928f6b30c10049e942718..5fcc70ba4a21112b14d09af00f13833f249fa2e5 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 4
 #define ROCKSDB_MINOR 5
-#define ROCKSDB_PATCH 0
+#define ROCKSDB_PATCH 1
 
 // 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