Accepting request 561690 from home:13ilya:branches:server:database

- Update to 4.0.6
  * Release notes: https://raw.githubusercontent.com/antirez/redis/4.0/00-RELEASENOTES
  * PSYNC2: More errors in the fixes for PSYNC2 (CRITICAL).
  * Quicklist: change the len of quicklist to unsigned long.
  * Quicklist: fix the return value of quicklistCount.
  * Refactoring: improve luaCreateFunction() API.
  * Remove useless variable check from luaCreateFunction().
  * Fix issue #4505, Lua RDB AUX field loading of existing scripts.
  * Regression test for #4505 (Lua AUX field loading).
  * DEBUG change-repl-id implemented.

OBS-URL: https://build.opensuse.org/request/show/561690
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=100
This commit is contained in:
Martin Pluskal
2018-01-04 16:11:41 +00:00
committed by Git OBS Bridge
parent d8207e8d4b
commit ce7894712c
4 changed files with 23 additions and 11 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Jan 4 15:47:48 UTC 2018 - ilya@ilya.pp.ua
- Update to 4.0.6
* Release notes: https://raw.githubusercontent.com/antirez/redis/4.0/00-RELEASENOTES
* PSYNC2: More errors in the fixes for PSYNC2 (CRITICAL).
* Quicklist: change the len of quicklist to unsigned long.
* Quicklist: fix the return value of quicklistCount.
* Refactoring: improve luaCreateFunction() API.
* Remove useless variable check from luaCreateFunction().
* Fix issue #4505, Lua RDB AUX field loading of existing scripts.
* Regression test for #4505 (Lua AUX field loading).
* DEBUG change-repl-id implemented.
-------------------------------------------------------------------
Wed Nov 1 09:01:44 UTC 2017 - mpluskal@suse.com