@@ -14,6 +14,36 @@ HIGH: There is a critical bug that may affect a subset of users. Upgrade!
1414CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
1515--------------------------------------------------------------------------------
1616
17+ --[ Redis 2.8.19 ] Release date: 16 Dec 2014
18+
19+ # UPGRADE URGENCY: LOW for both Redis and Sentinel. This release mostly
20+ fixes small issues.
21+
22+ 02d465c Don't log admin commands in MONITOR. (antirez)
23+ 4d8f426 List of commands flagged as admin commands modified. (antirez)
24+ e47e460 Lua cmsgpack lib updated to latest version. (antirez)
25+ 5509c14 Add symlink to redis-sentinel during make install (Rhommel Lamas)
26+ 7de1ef7 SORT: Don't sort Set elements if not needed. (antirez)
27+ e945a54 Fix zero-ordering SORT when called against lists (Matt Stancliff)
28+ d81c383 Update redis_init_script.tpl (Ben Dowling)
29+ dba57ea FIXED redis-benchmark's idle mode.With idle mode shouldn't create write event (zhanghailei)
30+ 888ea17 zipmap.c: update comments above (Sun He)
31+ 86ebc13 replaced // comments #2150 (Deepak Verma)
32+ 3d73f08 redis-benchmark AUTH command to be discarded after the first send #2150 (azure provisioned user)
33+ 76d53a6 sds.c: Correct two spelling mistakes in comments (Sun He)
34+ 4848cf9 sds.c/sdscatvprintf: set va_end to finish va_list cpy (Sun He)
35+ d2f584f sds.c: Correct some comments (Sun He)
36+ 2ed3f09 Update whatisdoing.sh (Serghei Iakovlev)
37+ 77b997d Include stropts only if __sun is defined. (antirez)
38+ d409371 Fix implicit declaration of ioctl on Solaris (Jan-Erik Rediger)
39+ 23b96c0 Silence _BSD_SOURCE warnings in glibc 2.20 and forward (Johan Bergström)
40+ a47a042 Mark whatisdoing.sh as deprecated in top-comment. (antirez)
41+ b5737d2 getting pid fixes (Serghei Iakovlev)
42+ a598e08 sparkline.c: AddSample skip Empty label (Sun He)
43+ 7d480ab sparkline.c: mov label-ini into the AddSample Function (Sun He)
44+ 2f3c860 Only ignore sigpipe in interactive mode (Jan-Erik Rediger)
45+ 0c211a1 Simplify lua_cmsgpack macro and fix build on old Linux distros. (antirez)
46+
1747--[ Redis 2.8.18 ] Release date: 4 Dec 2014
1848
1949# UPGRADE URGENCY: LOW for both Redis and Sentinel. This release mostly
0 commit comments