| 2013-02-23 19:48:48 by Greg Troxel | Files touched by this commit (1) |
Log message: Note that by default, redis listens to more than localhost. (To a paranoid, this is obviously a bug, even though it might not be.) |
| 2013-02-01 17:11:35 by Filip Hajny | Files touched by this commit (5) | |
Log message:
Update redis to 2.6.9
--[ Redis 2.6.9 ]
UPGRADE URGENCY: MODERATE if you use replication.
* [BUGFIX] Changing master at runtime (SLAVEOF command) in presence of
network problems, or in very rapid succession, could result
in non-critical problems (GitHub Issue #828).
* [IMPROVED] CLINGET GETNAME and SETNAME to set and query connection names
reported by CLIENT LIST. Very useful for debugging of
problems.
* [IMPROVED] redis-cli is now able to transfer an RDB file from a remote
server to a local file using the --rdb <filename> command
line option.
--[ Redis 2.6.8 ]
UPGRADE URGENCY: MODERATE if you use Lua scripting. Otherwise LOW.
* [BUGFIX] Multiple fixes for EVAL (issue #872).
* [BUGFIX] Fix overflow in mstime() in redis-cli and benchmark.
* [BUGFIX] Fix Linux / PPC64 behavior by correcting endianess detection.
* [BUGFIX] Fix NetBSD build by defining _XOPEN_SOURCE appropriately.
* [BUGFIX] Added missing license and copyright in a few places.
* [BUGFIX] Better error reporting when fd event creation fails.
|
| 2013-01-16 12:04:38 by OBATA Akio | Files touched by this commit (1) |
Log message: CVE-2013-0178, CVE-2013-0180 |
| 2012-12-15 21:39:54 by Filip Hajny | Files touched by this commit (6) | |
Log message: Update redis to 2.6.7. Too many changes, see 2.4 changelog: https://raw.github.com/antirez/redis/2. … LEASENOTES and 2.6 changelog: https://raw.github.com/antirez/redis/2. … LEASENOTES |
| 2012-10-07 16:53:42 by Aleksej Saushev | Files touched by this commit (79) |
Log message: Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. Mark packages that don't or might probably not have staged installation. |
| 2012-07-20 13:06:46 by Filip Hajny | Files touched by this commit (2) |
Log message: Fix stale patch file hash |
| 2012-06-18 12:27:22 by Aleksej Saushev | Files touched by this commit (1) |
Log message: Really introduce test target. |
| 2012-06-18 12:26:04 by Aleksej Saushev | Files touched by this commit (3) | |
Log message: Update to Redis 2.4.14. Introduce test target. |