Skip to content

Commit

Permalink
Bump version to 4.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
IslamAbdelRahman committed Dec 19, 2016
1 parent ddabcd8 commit 984140f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Rocksdb Change Log
## 4.13.5
### Public API Change
* Fix a regression in compaction performance.
* Disallow calling IngestExternalFile() on a dropped column family.
* Add EventListener::OnExternalFileIngested() event that will be called for files that are successfully ingested.

## 4.13.4
### Public API Change
* Removed flashcache support.
Expand Down
2 changes: 1 addition & 1 deletion include/rocksdb/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#define ROCKSDB_MAJOR 4
#define ROCKSDB_MINOR 13
#define ROCKSDB_PATCH 4
#define ROCKSDB_PATCH 5

// 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 984140f

Please sign in to comment.