Changelog for
redis-2.2.4-1.1.x86_64.rpm :
Fri Apr 15 14:00:00 2011 mrueckertAATTsuse.de
- update to 2.2.4
* 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.
Wed Feb 23 13:00:00 2011 jwAATTnovell.com
- updated to 2.2.1
Mon Feb 21 13:00:00 2011 jwAATTnovell.com
- collecting stuff from Virtualization:Cloud:OpenStack, home:jfding:nosql, home:qik
Thu Jan 27 13:00:00 2011 seife+obsAATTb1-systems.com
- package log directory to fix server start
Tue Jan 18 13:00:00 2011 asnAATTcryptomilk.org
- Added logging to /var/log/redis/redis.log.
- Added log rotation.
Thu Jan 13 13:00:00 2011 jfdingAATTgmail.com
- Upgrade to latest stable 2.0.4
Mon Jan 10 13:00:00 2011 asnAATTcryptomilk.org
- Fixed creation of the pid file.
Sun Jan 9 13:00:00 2011 asnAATTcynapses.org
- bind only to localhost
- reduce the logging level for production
- silence the init script a bit
Mon May 17 14:00:00 2010 mrueckertAATTsuse.de
- dont run as root
Mon May 17 14:00:00 2010 mrueckertAATTsuse.de
- update to version 1.2.6
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
Sun Mar 7 13:00:00 2010 prusnakAATTsuse.cz
- updated to 1.2.4
- install config file, more fixes to initscript
Fri Mar 5 13:00:00 2010 pzbAATTsuse.de
- Add BuildRoot to spec file to enable builds on old distros
- Patch initscript to use netcat instead of nc i
(same command, different package)
- Update to Redis 1.2.3
- The example init script was broken for a typo. Fixed.
- Support for large files in 32 bit targets, very important when saving
very large databases or when using the Append Only File (when Redis
was compiled for 64 bit target there was no problem).
- Now \'make 32bit\' uses -m32 instead of Apple-specific -arch
- Stack trace fixed for some Linux targets
Thu Jan 21 13:00:00 2010 prusnakAATTsuse.cz
- created package