SHA256
1
0
forked from pool/redis

Accepting request 310872 from home:darix:apps

- 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)

OBS-URL: https://build.opensuse.org/request/show/310872
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=66
This commit is contained in:
Martin Pluskal 2015-06-07 10:41:58 +00:00 committed by Git OBS Bridge
parent e3af2173aa
commit 2c11a1dc95
4 changed files with 20 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0e21be5d7c5e6ab6adcbed257619897db59be9e1ded7ef6fd1582d0cdb5e5bb7
size 1358190

3
redis-3.0.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:93e422c0d584623601f89b956045be158889ebe594478a2c24e1bf218495633f
size 1360182

View File

@ -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 <ledest@gmail.com>

View File

@ -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