]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
History and version updated to 6.0.2 for Java compilation fixes. v6.0.2
authorFosco Marotto <fjm@fb.com>
Tue, 23 Apr 2019 22:20:22 +0000 (15:20 -0700)
committerFosco Marotto <fjm@fb.com>
Tue, 23 Apr 2019 22:20:22 +0000 (15:20 -0700)
HISTORY.md
include/rocksdb/version.h

index 06d4dd04bc7540b5c2c905374f940d39d6d080b6..0e722ac2cd9ffe0b2ee99120d8fefa0e8eccbb76 100644 (file)
@@ -1,5 +1,10 @@
 # Rocksdb Change Log
 
+## 6.0.2 (4/23/2019)
+## Bug Fixes
+* Fix build failures due to missing JEMALLOC_CXX_THROW macro (#5053)
+* Fix compilation on db_bench_tool.cc on Windows (#5227)
+
 ## 6.0.1 (3/26/2019)
 ### New Features
 ### Public API Change
index 78f5b4a52e8319fc0bed934d1ac275556dd740d4..6813581b0b587f9cb9e9b3e0c5463e154d3bb2dd 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 6
 #define ROCKSDB_MINOR 0
-#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