summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Kryczka <andrewkr@fb.com>2022-03-22 18:13:52 -0700
committerAndrew Kryczka <andrewkr@fb.com>2022-03-22 18:13:52 -0700
commit94a71b686ec0b38458675e61c86b57d186fb582b (patch)
treed6d7424c503b0cfc08b9e9bdc7529e40758e131b
parentbcd86d9074c7a3c43f7623f30f67bcbf0c4a905d (diff)
Update HISTORY.md and version.h for 6.29.4v6.29.4
-rw-r--r--HISTORY.md2
-rw-r--r--include/rocksdb/version.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 956e01937..6695e76fb 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,5 +1,5 @@
# Rocksdb Change Log
-## Unreleased
+## 6.29.4 (03/22/2022)
### Bug Fixes
* Fixed a bug caused by race among flush, incoming writes and taking snapshots. Queries to snapshots created with these race condition can return incorrect result, e.g. resurfacing deleted data.
* Fixed a bug that DisableManualCompaction may assert when disable an unscheduled manual compaction.
diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h
index 5fcbe2c56..f691ceebe 100644
--- a/include/rocksdb/version.h
+++ b/include/rocksdb/version.h
@@ -11,7 +11,7 @@
#define ROCKSDB_MAJOR 6
#define ROCKSDB_MINOR 29
-#define ROCKSDB_PATCH 3
+#define ROCKSDB_PATCH 4
// 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