Skip to content

Commit

Permalink
Update version and HISTORY
Browse files Browse the repository at this point in the history
  • Loading branch information
riversand963 committed May 27, 2020
1 parent 138a967 commit 515a279
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions HISTORY.md
@@ -1,4 +1,9 @@
# Rocksdb Change Log
## 6.10.1 (5/27/2020)
### Bug fix
* Remove "u'<string>'" in TARGETS file.
* Fix db_stress_lib target in buck.

## 6.10 (5/2/2020)
### Behavior Changes
* Disable delete triggered compaction (NewCompactOnDeletionCollectorFactory) in universal compaction mode and num_levels = 1 in order to avoid a corruption bug.
Expand Down
2 changes: 1 addition & 1 deletion include/rocksdb/version.h
Expand Up @@ -6,7 +6,7 @@

#define ROCKSDB_MAJOR 6
#define ROCKSDB_MINOR 10
#define ROCKSDB_PATCH 0
#define ROCKSDB_PATCH 1

// 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
Expand Down

0 comments on commit 515a279

Please sign in to comment.