From: sdong Date: Wed, 22 Feb 2017 23:59:46 +0000 (-0800) Subject: Update HISTORY.md for the Direct I/O fixes. X-Git-Tag: rocksdb-5.2.1~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=32be357ef705d0146369e7958f34414471a3e3e8;p=rocksdb.git Update HISTORY.md for the Direct I/O fixes. --- diff --git a/HISTORY.md b/HISTORY.md index b778c3189..e37960ac6 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -15,6 +15,7 @@ * RangeSync() should work if ROCKSDB_FALLOCATE_PRESENT is not set * Fix wrong results in a data race case in Get() * Some fixes related to 2PC. +* Fix several bugs in Direct I/O supports. ## 5.1.0 (01/13/2017) * Support dynamically change `delete_obsolete_files_period_micros` option via SetDBOptions().