e403cb70ef
- Update changelog with CVE reference * This release fixes important security and correctness issues (boo#1064980 CVE-2016-10517)
Martin Pluskal2017-11-01 09:01:36 +00:00
d8f23cdc59
- Update changelog with CVE reference * This release fixes important security and correctness issues (boo#1064980 CVE-2016-10517)
Martin Pluskal2017-11-01 09:01:36 +00:00
e64dfb1b85
- Update to 3.0.5 * [FIX] MOVE now moves the TTL as well. A bug lasting forever... finally fixed thanks to Andy Grunwald that reported it. * [FIX] Fix a false positive in HSTRLEN test. * [FIX] Fix a bug in redis-cli --pipe mode that was not able to read back replies from the server incrementally. Now a mass import will use a lot less memory, and you can use --pipe to do incremental streaming. * [FIX] Slave detection of master timeout. * [NEW] Cluster: redis-trib fix can fix an additional case for opens lots. * [NEW] Cluster: redis-trib import support for --copy and --replace options
Martin Pluskal2015-11-22 09:21:18 +00:00
8561384302
- Update to 3.0.5 * [FIX] MOVE now moves the TTL as well. A bug lasting forever... finally fixed thanks to Andy Grunwald that reported it. * [FIX] Fix a false positive in HSTRLEN test. * [FIX] Fix a bug in redis-cli --pipe mode that was not able to read back replies from the server incrementally. Now a mass import will use a lot less memory, and you can use --pipe to do incremental streaming. * [FIX] Slave detection of master timeout. * [NEW] Cluster: redis-trib fix can fix an additional case for opens lots. * [NEW] Cluster: redis-trib import support for --copy and --replace options
Martin Pluskal2015-11-22 09:21:18 +00:00
4c1d59fdc3
Accepting request 333672 from server:database
Stephan Kulow
2015-09-27 06:40:22 +00:00
5537be8393
Accepting request 333672 from server:database
Stephan Kulow
2015-09-27 06:40:22 +00:00
ed7eabe3b2
Accepting request 333534 from home:darix:apps
Martin Pluskal2015-09-25 08:39:38 +00:00
147b07df92
Accepting request 333534 from home:darix:apps
Martin Pluskal2015-09-25 08:39:38 +00:00
cf72014ff8
Accepting request 312110 from server:database
Stephan Kulow
2015-06-16 12:05:18 +00:00
c784b5b9d1
Accepting request 312110 from server:database
Stephan Kulow
2015-06-16 12:05:18 +00:00
bf4a51045c
Accepting request 312099 from home:darix:apps
Martin Pluskal2015-06-15 12:20:51 +00:00
121c287bf9
Accepting request 312099 from home:darix:apps
Martin Pluskal2015-06-15 12:20:51 +00:00
d0d72515d8
- update to 2.8.6 Redis 2.6 is mostly a strict subset of 2.8. However there are a few things that you should be aware of: The following commands changed behavior: * SORT with ALPHA now sorts according to local collation locale if no STORE option is used. * ZADD/ZINCRBY are now able to accept a bigger range of values as valid scores, that is, all the values you may end having as a result of calling ZINCRBY multiple times. * Many errors are now prefixed by a more specific error code instead of the generic -ERR, for example -WRONGTYPE, -NOAUTH, ... * PUBLISH called inside Lua scripts is now correctly propagated to slaves. The following redis.conf and CONFIG GET / SET parameters changed: * logfile now uses the empty string in order to log to standard output, so 'logfile stdout' is now invalid, use 'logfile ""' instead. The following INFO fields changed format in a non-backward compatible way: * The list of slaves in INFO is now in field=value format. Replication: Redis 2.8 can be used as slave for Redis 2.6, but doing this is only a good idea for the short amount of time needed to upgrade your servers. We suggest to update both master and slaves at about the same time. For all the details see /usr/share/doc/packages/redis/00-RELEASENOTES - updated redis-conf.patch to apply cleanly again
Marcus Rueckert2014-03-04 13:56:42 +00:00
a5d4d5f938
- update to 2.8.6 Redis 2.6 is mostly a strict subset of 2.8. However there are a few things that you should be aware of: The following commands changed behavior: * SORT with ALPHA now sorts according to local collation locale if no STORE option is used. * ZADD/ZINCRBY are now able to accept a bigger range of values as valid scores, that is, all the values you may end having as a result of calling ZINCRBY multiple times. * Many errors are now prefixed by a more specific error code instead of the generic -ERR, for example -WRONGTYPE, -NOAUTH, ... * PUBLISH called inside Lua scripts is now correctly propagated to slaves. The following redis.conf and CONFIG GET / SET parameters changed: * logfile now uses the empty string in order to log to standard output, so 'logfile stdout' is now invalid, use 'logfile ""' instead. The following INFO fields changed format in a non-backward compatible way: * The list of slaves in INFO is now in field=value format. Replication: Redis 2.8 can be used as slave for Redis 2.6, but doing this is only a good idea for the short amount of time needed to upgrade your servers. We suggest to update both master and slaves at about the same time. For all the details see /usr/share/doc/packages/redis/00-RELEASENOTES - updated redis-conf.patch to apply cleanly again
Marcus Rueckert2014-03-04 13:56:42 +00:00