SHA256
1
0
forked from pool/redis

Accepting request 294021 from home:darix:apps

- make sure we do not daemonize
- finished systemd support
- update to 2.8.19

OBS-URL: https://build.opensuse.org/request/show/294021
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=60
This commit is contained in:
Martin Pluskal
2015-04-01 16:53:07 +00:00
committed by Git OBS Bridge
parent f2aa9a7df9
commit 159f06e6eb
8 changed files with 166 additions and 16 deletions

View File

@@ -1,3 +1,48 @@
-------------------------------------------------------------------
Wed Apr 1 16:31:16 UTC 2015 - mrueckert@suse.de
- make sure we do not daemonize
-------------------------------------------------------------------
Wed Apr 1 15:57:59 UTC 2015 - mrueckert@suse.de
- finished systemd support
-------------------------------------------------------------------
Mon Mar 30 19:16:52 UTC 2015 - mrueckert@suse.de
- update to 2.8.19
- Don't log admin commands in MONITOR. (antirez)
- List of commands flagged as admin commands modified. (antirez)
- Lua cmsgpack lib updated to latest version. (antirez)
- Add symlink to redis-sentinel during make install (Rhommel
Lamas)
- SORT: Don't sort Set elements if not needed. (antirez)
- Fix zero-ordering SORT when called against lists (Matt
Stancliff)
- Update redis_init_script.tpl (Ben Dowling)
- FIXED redis-benchmark's idle mode.With idle mode shouldn't
create write event (zhanghailei)
- zipmap.c: update comments above (Sun He)
- replaced // comments #2150 (Deepak Verma)
- redis-benchmark AUTH command to be discarded after the first
send #2150 (azure provisioned user)
- sds.c: Correct two spelling mistakes in comments (Sun He)
- sds.c/sdscatvprintf: set va_end to finish va_list cpy (Sun He)
- sds.c: Correct some comments (Sun He)
- Update whatisdoing.sh (Serghei Iakovlev)
- Include stropts only if __sun is defined. (antirez)
- Fix implicit declaration of ioctl on Solaris (Jan-Erik Rediger)
- Silence _BSD_SOURCE warnings in glibc 2.20 and forward (Johan
Bergström)
- Mark whatisdoing.sh as deprecated in top-comment. (antirez)
- getting pid fixes (Serghei Iakovlev)
- sparkline.c: AddSample skip Empty label (Sun He)
- sparkline.c: mov label-ini into the AddSample Function (Sun He)
- Only ignore sigpipe in interactive mode (Jan-Erik Rediger)
- Simplify lua_cmsgpack macro and fix build on old Linux distros.
(antirez)
-------------------------------------------------------------------
Thu Feb 12 07:41:34 UTC 2015 - lang@b1-systems.de