diff --git a/redis-3.0.1.tar.gz b/redis-3.0.1.tar.gz deleted file mode 100644 index 878b1de..0000000 --- a/redis-3.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e21be5d7c5e6ab6adcbed257619897db59be9e1ded7ef6fd1582d0cdb5e5bb7 -size 1358190 diff --git a/redis-3.0.2.tar.gz b/redis-3.0.2.tar.gz new file mode 100644 index 0000000..13979a1 --- /dev/null +++ b/redis-3.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93e422c0d584623601f89b956045be158889ebe594478a2c24e1bf218495633f +size 1360182 diff --git a/redis.changes b/redis.changes index e2bc83d..69a5d6a 100644 --- a/redis.changes +++ b/redis.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sun Jun 7 02:25:12 UTC 2015 - mrueckert@suse.de + +- update to 3.0.2 + * [FIX] Critical security issue fix by Ben Murphy: + http://t.co/LpGTyZmfS7 + * [FIX] SMOVE reply fixed when src and dst keys are the same. + (Glenn Nethercutt) + * [FIX] Lua cmsgpack lib updated to support str8 type. + (Sebastian Waisbrot) + * [NEW] ZADD support for options: NX, XX, CH. See new doc at + redis.io. (Salvatore Sanfilippo) + * [NEW] Senitnel: CKQUORUM and FLUSHCONFIG commands back ported. + (Salvatore Sanfilippo) + + ------------------------------------------------------------------- Sat May 16 22:03:00 UTC 2015 - Led diff --git a/redis.spec b/redis.spec index 2212f62..0355757 100644 --- a/redis.spec +++ b/redis.spec @@ -27,7 +27,7 @@ %define _conf_dir %{_sysconfdir}/%{name} Name: redis -Version: 3.0.1 +Version: 3.0.2 Release: 0 Summary: Persistent key-value database License: BSD-3-Clause