]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
update history v5.12.3
authorMaysam Yabandeh <myabandeh@fb.com>
Tue, 10 Apr 2018 02:37:11 +0000 (19:37 -0700)
committerMaysam Yabandeh <myabandeh@fb.com>
Tue, 10 Apr 2018 02:37:11 +0000 (19:37 -0700)
HISTORY.md

index ec422414e0b00ca4adce9d01db0960600eb395e2..ae49cd90d58709e8c54db1ed855a9ded69d2f451 100644 (file)
@@ -1,8 +1,11 @@
 # Rocksdb Change Log
+## 5.12.3 (04/09/2018)
+### Bug Fixes
+* Fix memory leak when pin_l0_filter_and_index_blocks_in_cache is used with partitioned filters
+
 ## 5.12.2 (3/23/2018)
 ### Bug Fixes
 * Fsync after writing global seq number to the ingestion file in ExternalSstFileIngestionJob.
-* Fix memory leak when pin_l0_filter_and_index_blocks_in_cache is used with partitioned filters
 
 ### Java API Changes
 * Add `BlockBasedTableConfig.setBlockCache` to allow sharing a block cache across DB instances.