diff --git a/rocksdb-8.10.0.tar.gz b/rocksdb-8.10.0.tar.gz deleted file mode 100644 index b61325b..0000000 --- a/rocksdb-8.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2dc107551cc864dbcf7908fdee96f2318cbb680df2b3fe1f85b0d545c2b5673b -size 13316582 diff --git a/rocksdb-8.10.2.tar.gz b/rocksdb-8.10.2.tar.gz new file mode 100644 index 0000000..ad00db1 --- /dev/null +++ b/rocksdb-8.10.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44b6ec2f4723a0d495762da245d4a59d38704e0d9d3d31c45af4014bee853256 +size 13316670 diff --git a/rocksdb.changes b/rocksdb.changes index 168d6be..3c48d58 100644 --- a/rocksdb.changes +++ b/rocksdb.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Feb 21 18:53:31 UTC 2024 - Andreas Stieger + +- update to 8.10.2: + * Fix bug in auto_readahead_size that combined with + IndexType::kBinarySearchWithFirstKey + fails or iterator lands + at a wrong key + ------------------------------------------------------------------- Thu Jan 11 19:45:23 UTC 2024 - Andreas Stieger diff --git a/rocksdb.spec b/rocksdb.spec index b5d8be8..3d0c7a2 100644 --- a/rocksdb.spec +++ b/rocksdb.spec @@ -20,7 +20,7 @@ %define lib_name librocksdb8 %bcond_with jemalloc Name: rocksdb -Version: 8.10.0 +Version: 8.10.2 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