diff --git a/redis-3.2.7.tar.gz b/redis-3.2.7.tar.gz deleted file mode 100644 index ca2a430..0000000 --- a/redis-3.2.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf9df3e5374bfe7bfc3386380f9df13d94990011504ef07632b3609bb2836fa9 -size 1612032 diff --git a/redis-3.2.9.tar.gz b/redis-3.2.9.tar.gz new file mode 100644 index 0000000..b59657a --- /dev/null +++ b/redis-3.2.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eaacfa983b287e440d0839ead20c2231749d5d6b78bbe0e0ffa3a890c59ff26 +size 1547695 diff --git a/redis.changes b/redis.changes index 804f9a4..ff9c2a9 100644 --- a/redis.changes +++ b/redis.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu May 18 12:43:42 UTC 2017 - vsistek@suse.com + +- Update to version 3.2.9 + * A few rarely harmful bugs were fixed. +- Changes accumulated from 3.2.8 + Two important bug fixes, the first of one is critical: + * Apparently Jemalloc 4.4.0 may contain a deadlock under + particular conditions. See + https://github.com/antirez/redis/issues/3799. + We reverted back to the previously used Jemalloc versions and + plan to upgrade Jemalloc again after having more info about the + cause of the bug. + * MIGRATE could crash the server after a socket error. See for + reference: https://github.com/antirez/redis/issues/3796. + ------------------------------------------------------------------- Wed Feb 1 12:33:53 UTC 2017 - mpluskal@suse.com diff --git a/redis.spec b/redis.spec index a3fe07b..e8a80d7 100644 --- a/redis.spec +++ b/redis.spec @@ -25,7 +25,7 @@ %bcond_with systemd %endif Name: redis -Version: 3.2.7 +Version: 3.2.9 Release: 0 Summary: Persistent key-value database License: BSD-3-Clause