From: sdong Date: Wed, 21 Feb 2018 23:12:10 +0000 (-0800) Subject: Update HISTORY.md X-Git-Tag: rocksdb-5.10.3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ac329cce6e4b482d086cc9c8fa1689914a753a36;p=rocksdb.git Update HISTORY.md --- diff --git a/HISTORY.md b/HISTORY.md index 2f8383de..747379ae 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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.