- build require procps to get "ps" which is needed for the cleanup
of the redis processes launched by the testsuite.
- update to 2.6.14
UPGRADE URGENCY: HIGH because of the following two issues:
* Lua scripting + Replication + AOF in slaves problem (see Issue #1164).
* AOF + expires possible race condition (see Issue #1079).
* [FIX] AOF bug: expire could be removed from key on AOF rewrite.
* [FIX] Allow writes from scripts called by AOF loading in read-only slaves.
* [FIX] Sentinel: parse new verison of INFO replication output correctly.
* [NEW] Reset masterauth if an empty string is configured.
For the changes from 2.6.10-2.6.13 see
/usr/share/doc/packages/redis/00-RELEASENOTES
- refreshed patches:
- redis-conf.patch:
- redis-enable-bactrace-on-x86-and-ia64-only.patch:
just to get rid of fuzz
- skip-aof-test.patch:
can not comment in the array like that. rather remove the
line.
OBS-URL: https://build.opensuse.org/request/show/186264
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/redis?expand=0&rev=10
of the redis processes launched by the testsuite.
- update to 2.6.14
UPGRADE URGENCY: HIGH because of the following two issues:
* Lua scripting + Replication + AOF in slaves problem (see Issue #1164).
* AOF + expires possible race condition (see Issue #1079).
* [FIX] AOF bug: expire could be removed from key on AOF rewrite.
* [FIX] Allow writes from scripts called by AOF loading in read-only slaves.
* [FIX] Sentinel: parse new verison of INFO replication output correctly.
* [NEW] Reset masterauth if an empty string is configured.
For the changes from 2.6.10-2.6.13 see
/usr/share/doc/packages/redis/00-RELEASENOTES
- refreshed patches:
- redis-conf.patch:
- redis-enable-bactrace-on-x86-and-ia64-only.patch:
just to get rid of fuzz
- skip-aof-test.patch:
can not comment in the array like that. rather remove the
line.
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=44
Too many changes to list them here, please refer to
/usr/share/doc/packages/redis/00-RELEASENOTES
- refreshed patches:
redis-conf.patch
skip-aof-test.patch
- dropped patches:
redis-endian.patch
redis-2.4.15-linenoise-cflags.patch
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=37
* Return value of OBJECT DEBUG against sorted sets fixed, now is
"skiplist".
- additional changes from 2.2.3
* Fixed issue #503. MONITOR + QUIT (and other combinations) could
crash the server.
* OBJECT command implemented. See http://redis.io/commands/object
* Fixed a problem in redis-cli related to escapes in the form
"\x..".
* Fixed a minor memory leak in redis-cli
* Saved RDB on SIGTERM on archs where it was not working properly.
- additional changes from 2.2.2
* AOF file descriptor leak after the first rewrite fixed.
* Return value of GETRANGE / SUBSTR is now an empty string if the
interval specified is not valid, or the key does not exist. Was
a null bulk reply before, but this is against the Redis way.
- fix the path to the log file in the conf patch to match the rest
of the package
- created log dir
- changed home dir of the redis user from /var/run/redis to
/var/lib/redis. the old home dir wasnt created anyway.
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=19
fixes two critical replication bugs, and a few improvements.
- Fixed Issue 207
(http://code.google.com/p/redis/issues/detail?id=207) (broken
replication with binary arguments not in the last position with
the MSET command or any other command issued with new
multi-bulk protocol)
- Fixed Issue 174
(http://code.google.com/p/redis/issues/detail?id=174) (temp
names collisions producing broken slave-side .rdb files)
- Redis-cli backported from Redis master, with interactive mode,
line editing via the linenoise library, auth ability, and much
more.
- ZRANGEBYSCORE now supports WITHSCORES as well (backported from
master)
- A simplified version of redis-stat (from redis tools) added.
- update to version 1.2.5
fixes a replication bug: multiple slaves connecting to the same
master could lead to random crashes or corruptions.
- use PROF parameter to pass in optflags
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=11