SHA256
1
0
forked from pool/redis

Accepting request 71138 from home:prusnak:branches:server:database

- updated to 2.2.7

OBS-URL: https://build.opensuse.org/request/show/71138
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=20
This commit is contained in:
2011-05-24 10:50:55 +00:00
committed by Git OBS Bridge
parent ca11785fa4
commit c34e789d25
5 changed files with 28 additions and 7 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue May 24 09:39:19 UTC 2011 - prusnak@opensuse.org
- updated to 2.2.7
* Fixed bug #543-2 (the issue was reopened with a completely
different report) that caused Redis to randomly crash on list
push performed against lists with other clients blocked with BLPOP
(or variants).
(changes from 2.2.6)
* Fixed bug #543. If you saw Redis instances crashing on List
operations (only happening with a non-default max entry size
ziplist setting in redis.conf) it was almost certainly this
problem.
* Fixed a bug with replication where SLAVEOF NO ONE caused
a slave to close the connection with all its slaves.
(changes from 2.2.5)
* Fixed a crash occurring when loading an AOF containing
the SPOP command.
-------------------------------------------------------------------
Fri Apr 15 18:18:56 UTC 2011 - mrueckert@suse.de