From: Yanqin Jin Date: Wed, 27 May 2020 23:38:10 +0000 (-0700) Subject: Update version and HISTORY X-Git-Tag: v6.10.1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=515a27941a42018531354414eca661113da92957;p=rocksdb.git Update version and HISTORY --- diff --git a/HISTORY.md b/HISTORY.md index 02ddccf85..7ddfbb835 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,9 @@ # Rocksdb Change Log +## 6.10.1 (5/27/2020) +### Bug fix +* Remove "u''" in TARGETS file. +* Fix db_stress_lib target in buck. + ## 6.10 (5/2/2020) ### Behavior Changes * Disable delete triggered compaction (NewCompactOnDeletionCollectorFactory) in universal compaction mode and num_levels = 1 in order to avoid a corruption bug. diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index 9dd03c1fd..c4bd0a1cd 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -6,7 +6,7 @@ #define ROCKSDB_MAJOR 6 #define ROCKSDB_MINOR 10 -#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