Skip to content

Commit 20d49e4

Browse files
author
Yi Wu
committed
Bump version to 5.6.1
1 parent 891ac40 commit 20d49e4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Rocksdb Change Log
2+
## 5.6.1 (07/25/2017)
3+
### Bug Fixes
4+
* Fix lite build.
5+
26
## 5.6.0 (06/06/2017)
37
### Public API Change
48
* Scheduling flushes and compactions in the same thread pool is no longer supported by setting `max_background_flushes=0`. Instead, users can achieve this by configuring their high-pri thread pool to have zero threads.

include/rocksdb/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
#define ROCKSDB_MAJOR 5
88
#define ROCKSDB_MINOR 6
9-
#define ROCKSDB_PATCH 0
9+
#define ROCKSDB_PATCH 1
1010

1111
// Do not use these. We made the mistake of declaring macros starting with
1212
// double underscore. Now we have to live with our choice. We'll deprecate these

0 commit comments

Comments
 (0)