summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSagar Vemuri <svemuri@fb.com>2017-05-19 13:25:59 -0700
committerSagar Vemuri <svemuri@fb.com>2017-05-19 13:25:59 -0700
commit4646cd45c4f68ff2df91b4c3398dd49d544413a9 (patch)
tree62667739a9e86d3299046a48489b667bf26f9f01
parent2d6abcade4194dd7ce2dad0bf111d07689a46218 (diff)
Bump version to 5.4.5 and update HISTORY.md
-rw-r--r--HISTORY.md8
-rw-r--r--include/rocksdb/version.h2
2 files changed, 9 insertions, 1 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 4be67e09a..8c0751d95 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -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.
diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h
index 998569c28..8a8cf3247 100644
--- a/include/rocksdb/version.h
+++ b/include/rocksdb/version.h
@@ -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