]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
update HISTORY.md and bump version for 6.17.1
authorZhichao Cao <zhichao@fb.com>
Thu, 28 Jan 2021 20:27:20 +0000 (12:27 -0800)
committerZhichao Cao <zhichao@fb.com>
Thu, 28 Jan 2021 20:27:20 +0000 (12:27 -0800)
HISTORY.md
include/rocksdb/version.h

index 2e0462490186f18e2dc719762a4c32a3d6dc4bf8..8a2f29d5518b851f5611c82e10f084a9e3da7253 100644 (file)
@@ -1,5 +1,5 @@
 # Rocksdb Change Log
-## Unreleased
+## 6.17.1 (01/28/2021)
 ### Behavior Changes
 * When retryable IO error occurs during compaction, it is mapped to soft error and set the BG error. However, auto resume is not called to clean the soft error since compaction will reschedule by itself. In this change, When retryable IO error occurs during compaction, BG error is not set. User will be informed the error via EventHelper.
 
index 22796349bfbb6f5d2a72e1df07fc698fff662ec2..be964e75edb35fcdac188846ad5965693feb6c42 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 6
 #define ROCKSDB_MINOR 17
-#define ROCKSDB_PATCH 0
+#define ROCKSDB_PATCH 1
 
 // Do not use these. We made the mistake of declaring macros starting with
 // double underscore. Now we have to live with our choice. We'll deprecate these