]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Fix History
authorSagar Vemuri <svemuri@fb.com>
Fri, 23 Mar 2018 21:58:51 +0000 (14:58 -0700)
committerSagar Vemuri <svemuri@fb.com>
Fri, 23 Mar 2018 21:58:51 +0000 (14:58 -0700)
HISTORY.md

index 9792601f96aefda35e1afb99305ce5944d442268..d3bc68f32db7d11d3e11deff899b1951f389ca3f 100644 (file)
@@ -1,15 +1,4 @@
 # Rocksdb Change Log
-## Unreleased
-### Public API Change
-
-### New Features
-
-### Bug Fixes
-* Fsync after writing global seq number to the ingestion file in ExternalSstFileIngestionJob.
-
-### Java API Changes
-* Add `BlockBasedTableConfig.setBlockCache` to allow sharing a block cache across DB instances.
-
 ## 5.13.0 (3/20/2018)
 ### Public API Change
 * RocksDBOptionsParser::Parse()'s `ignore_unknown_options` argument will only be effective if the option file shows it is generated using a higher version of RocksDB than the current version.
 ### Bug Fixes
 * Fix a leak in prepared_section_completed_ where the zeroed entries would not removed from the map.
 * Fix WAL corruption caused by race condition between user write thread and backup/checkpoint thread.
+* Fsync after writing global seq number to the ingestion file in ExternalSstFileIngestionJob.
+
+### Java API Changes
+* Add `BlockBasedTableConfig.setBlockCache` to allow sharing a block cache across DB instances.
 
 ## 5.12.0 (2/14/2018)
 ### Public API Change