forked from pool/redis
Accepting request 496102 from server:database
1 OBS-URL: https://build.opensuse.org/request/show/496102 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/redis?expand=0&rev=32
This commit is contained in:
commit
b469d9d5b0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bf9df3e5374bfe7bfc3386380f9df13d94990011504ef07632b3609bb2836fa9
|
||||
size 1612032
|
3
redis-3.2.9.tar.gz
Normal file
3
redis-3.2.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6eaacfa983b287e440d0839ead20c2231749d5d6b78bbe0e0ffa3a890c59ff26
|
||||
size 1547695
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user