Accepting request 496098 from home:vsistek:branches:server:database

version 3.2.9

OBS-URL: https://build.opensuse.org/request/show/496098
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=91
This commit is contained in:
Martin Pluskal
2017-05-18 13:26:19 +00:00
committed by Git OBS Bridge
parent ed4d0c4f0d
commit 46a04d4623
4 changed files with 20 additions and 4 deletions

View File

@@ -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