Also, fix a merge issue with .circleci/config.yml (missing
install-cmake-on-macos in commands section)
command: |
HOMEBREW_NO_AUTO_UPDATE=1 brew install pyenv
+ install-cmake-on-macos:
+ steps:
+ - run:
+ name: Install cmake on macos
+ command: |
+ HOMEBREW_NO_AUTO_UPDATE=1 brew install cmake
+
increase-max-open-files-on-macos:
steps:
- run:
# Rocksdb Change Log
+## 6.15.2 (12/22/2020)
+### Bug Fixes
+* Fix failing RocksJava test compilation and add CI jobs
+* Fix jemalloc compilation issue on macOS
+* Fix build issues - compatibility with older gcc, older jemalloc libraries, docker warning when building i686 binaries
+
## 6.15.1 (12/01/2020)
### Bug Fixes
* Truncated WALs ending in incomplete records can no longer produce gaps in the recovered data when `WALRecoveryMode::kPointInTimeRecovery` is used. Gaps are still possible when WALs are truncated exactly on record boundaries.
#define ROCKSDB_MAJOR 6
#define ROCKSDB_MINOR 15
-#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