]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Bump the version file to 6.15.3 and update HISTORY.md with fix information.
authorRamkumar Vadivelu <ramvadiv@fb.com>
Thu, 7 Jan 2021 17:32:27 +0000 (09:32 -0800)
committerRamkumar Vadivelu <ramvadiv@fb.com>
Thu, 7 Jan 2021 17:32:27 +0000 (09:32 -0800)
HISTORY.md
include/rocksdb/version.h

index ac9b95b65a4c095aa4d7ffe5d48790109c9700f3..2b1a74c9e0373575b62a1311f0d33912780a84f6 100644 (file)
@@ -1,4 +1,8 @@
 # Rocksdb Change Log
+## 6.15.3 (01/07/2021)
+### Bug Fixes
+* For Java builds, fix errors due to missing compression library includes.
+
 ## 6.15.2 (12/22/2020)
 ### Bug Fixes
 * Fix failing RocksJava test compilation and add CI jobs
index 0fc493fe42bfe09c15236cb2661b6029a9d53866..ed7df3e60cab08ae5885dc48e32c5ad39e9e189e 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 6
 #define ROCKSDB_MINOR 15
-#define ROCKSDB_PATCH 2
+#define ROCKSDB_PATCH 3
 
 // 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