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 b11d329914
commit bf9d46e372
4 changed files with 20 additions and 4 deletions

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>