summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsdong <siying.d@fb.com>2018-02-21 15:12:10 -0800
committersdong <siying.d@fb.com>2018-02-21 15:12:10 -0800
commitac329cce6e4b482d086cc9c8fa1689914a753a36 (patch)
tree5cfd831c7cfbe83d4a3be12a27fa0f369790d969
parent3300ca0f399ff9dfd40a7bd5e3f15b2d42dbff15 (diff)
Update HISTORY.mdv5.10.3rocksdb-5.10.3
-rw-r--r--HISTORY.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 2f8383de6..747379ae8 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.