]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Update HISTROY.md for 3.8 release
authorIgor Canadi <icanadi@fb.com>
Fri, 14 Nov 2014 18:43:12 +0000 (10:43 -0800)
committerIgor Canadi <icanadi@fb.com>
Fri, 14 Nov 2014 18:43:12 +0000 (10:43 -0800)
HISTORY.md

index 00a3dcbc90bb3a7b2e9c912d57c154a86887843f..2d65e69d1568622aeaa240946cbaf242ea7f1bba 100644 (file)
@@ -1,11 +1,18 @@
 # Rocksdb Change Log
 
-## Unreleased
+## 3.8.0 (11/14/2014)
 
+### Public API changes
 * BackupEngine::NewBackupEngine() was deprecated; please use BackupEngine::Open() from now on.
 * BackupableDB/RestoreBackupableDB have new GarbageCollect() methods, which will clean up files from corrupt and obsolete backups.
 * BackupableDB/RestoreBackupableDB have new GetCorruptedBackups() methods which list corrupt backups.
 
+### Cleanup
+* Bunch of code cleanup, some extra warnings turned on (-Wshadow, -Wshorten-64-to-32, -Wnon-virtual-dtor)
+
+### New features
+* CompactFiles and EventListener, although they are still in experimental state
+
 ## 3.7.0 (11/6/2014)
 ### Public API changes
 * Introduce SetOptions() API to allow adjusting a subset of options dynamically online