]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Bump version to 5.4.5 and update HISTORY.md
authorSagar Vemuri <svemuri@fb.com>
Fri, 19 May 2017 20:25:59 +0000 (13:25 -0700)
committerSagar Vemuri <svemuri@fb.com>
Fri, 19 May 2017 20:25:59 +0000 (13:25 -0700)
HISTORY.md
include/rocksdb/version.h

index 4be67e09afc96cefd513e9dbaa18d891c20e6ca8..8c0751d95bb4c54e7897fdae11da52434d7a32e4 100644 (file)
@@ -1,4 +1,12 @@
 # Rocksdb Change Log
+## 5.4.5 (05/19/2017)
+### Bug Fixes
+* Facility for cross-building RocksJava using Docker.
+* Build and link with ZStd when creating the static RocksJava build.
+* Fix snprintf's usage to be cross-platform.
+* Fix build error with blob DB.
+* Fix readamp test type inconsistency.
+
 ## 5.4.4 (05/11/2017)
 ### New Features
 * Added DB::CreateColumnFamilie() and DB::DropColumnFamilies() to bulk create/drop column families.
index 998569c28854764d00881a9f410c1669f90561e4..8a8cf3247908f35314091dfdee77f00f5ba7e3cd 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 5
 #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