]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Update HISTORY.md rocksdb-5.10.3 v5.10.3
authorsdong <siying.d@fb.com>
Wed, 21 Feb 2018 23:12:10 +0000 (15:12 -0800)
committersdong <siying.d@fb.com>
Wed, 21 Feb 2018 23:12:10 +0000 (15:12 -0800)
HISTORY.md

index 2f8383de614b856f0ccc5b53ed285c95a71bae52..747379ae8f71cecce47df1eb053ec8e2f6aa58ae 100644 (file)
@@ -1,4 +1,12 @@
 # Rocksdb Change Log
+## 5.10.3 (02/21/2018)
+### Bug fixes
+* Fix build break regression using gcc-7
+* Direct I/O writable file should do fsync in Close()
+
+### New Features
+* Add rocksdb.iterator.internal-key property
+
 ## 5.10.1 (01/18/2018)
 ### Bug Fixes
 * Fix DB::Flush() keep waiting after flush finish under certain condition.