diff --git a/redis-3.0.4.tar.gz b/redis-3.0.4.tar.gz deleted file mode 100644 index 035f745..0000000 --- a/redis-3.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a35e90ad581925134aa0fc92e969cc825f5cdee8e13c36a87d4d6995316112cf -size 1364993 diff --git a/redis-3.0.5.tar.gz b/redis-3.0.5.tar.gz new file mode 100644 index 0000000..ac5230c --- /dev/null +++ b/redis-3.0.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c176826eee909fbdc63db1c15adc22aab42d758043829e556f4331e6a5bd480 +size 1366160 diff --git a/redis.changes b/redis.changes index 03e4865..b5d8d9e 100644 --- a/redis.changes +++ b/redis.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sun Nov 22 09:18:54 UTC 2015 - mpluskal@suse.com + +- 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 + ------------------------------------------------------------------- Thu Sep 24 22:26:22 UTC 2015 - mrueckert@suse.de diff --git a/redis.spec b/redis.spec index 7238fdc..fedf384 100644 --- a/redis.spec +++ b/redis.spec @@ -27,7 +27,7 @@ %define _conf_dir %{_sysconfdir}/%{name} Name: redis -Version: 3.0.4 +Version: 3.0.5 Release: 0 Summary: Persistent key-value database License: BSD-3-Clause