diff --git a/rocksdb-8.5.3.tar.gz b/rocksdb-8.5.3.tar.gz deleted file mode 100644 index 32d545d..0000000 --- a/rocksdb-8.5.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed4230500b9ca20bc7918c32166b2d0d46a8695c59991821daa586d55689d785 -size 12764827 diff --git a/rocksdb-8.5.4.tar.gz b/rocksdb-8.5.4.tar.gz new file mode 100644 index 0000000..ac69e67 --- /dev/null +++ b/rocksdb-8.5.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0c9a70a42d38c9684557ed4741910b5fea2ffbf95db8d52edfae1c03f1cc4e9 +size 12764804 diff --git a/rocksdb.changes b/rocksdb.changes index 0cdafb3..c8417b3 100644 --- a/rocksdb.changes +++ b/rocksdb.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Sep 27 16:56:46 UTC 2023 - Andreas Stieger + +- update to 8.5.4: + * Fix a bug where compaction read under non direct IO still falls + back to RocksDB internal prefetching after file system's + prefetching returns non-OK status other than + Status::NotSupported() + * For non direct IO, eliminate the file system prefetching + attempt for compaction read when + Options::compaction_readahead_size is 0 + ------------------------------------------------------------------- Wed Sep 6 06:44:11 UTC 2023 - Andrea Manzini diff --git a/rocksdb.spec b/rocksdb.spec index 6924499..5dd15c2 100644 --- a/rocksdb.spec +++ b/rocksdb.spec @@ -20,7 +20,7 @@ %define lib_name librocksdb8 %bcond_with jemalloc Name: rocksdb -Version: 8.5.3 +Version: 8.5.4 Release: 0 Summary: Library for embeddable, persistent and fast key-value store License: (Apache-2.0 OR GPL-2.0-only) AND BSD-2-Clause