From 224da7f494fb22209aa6aa63a2936bc04231564a Mon Sep 17 00:00:00 2001 From: sdong Date: Thu, 18 Nov 2021 14:46:21 -0800 Subject: [PATCH] Release 6.26.1 --- HISTORY.md | 6 +++++- include/rocksdb/version.h | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index e20260798..743dfa456 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,8 @@ -# Rocksdb Change Log +# Rocksdb Change Lo +## 6.26.1 (2021-11-18) +### Bug Fixes +* Some Java build fixes. + ## 6.26.0 (2021-10-20) ### Bug Fixes * Fixes a bug in directed IO mode when calling MultiGet() for blobs in the same blob file. The bug is caused by not sorting the blob read requests by file offsets. diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index 881389981..1fafa6111 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -11,7 +11,7 @@ #define ROCKSDB_MAJOR 6 #define ROCKSDB_MINOR 26 -#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