From ac329cce6e4b482d086cc9c8fa1689914a753a36 Mon Sep 17 00:00:00 2001 From: sdong Date: Wed, 21 Feb 2018 15:12:10 -0800 Subject: [PATCH] Update HISTORY.md --- HISTORY.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 2f8383de614..747379ae8f7 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.