diff options
author | fhajny <fhajny@pkgsrc.org> | 2014-12-10 13:36:54 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2014-12-10 13:36:54 +0000 |
commit | a72c89e3e98be310c9b911d757a6f6782481e104 (patch) | |
tree | 846061b1b0fd1a8bfc6116c07f66ceaaad8b3115 /databases/redis/Makefile | |
parent | 1372f5aa94178df78abe6f33da1c719cd9449df0 (diff) | |
download | pkgsrc-a72c89e3e98be310c9b911d757a6f6782481e104.tar.gz |
Update redis to 2.8.18.
* [FIX] Linenoise updated to be more VT100 compatible. (Salvatore Sanfilippo)
* [FIX] A number of typos fixed inside comments. (Various authors)
* [FIX] redis-cli no longer quits after long timeouts. (Matt Stancliff)
* [FIX] Test framework improved to detect never terminating scripts, cleanup
instances on crashes. (Salvatore Sanfilippo)
* [FIX] PFCOUNT can be used on slaves now. (Salvatore Sanfilippo)
* [FIX] ZSCAN no longer report very small scores as 0. (Matt Stancliff,
Michael Grunder, Salvatore Sanfilippo)
* [FIX] Don't show the ASCII logo if syslog is enabled. Redis is now
an Enterprise Grade product. (Salvatore Sanfilippo)
* [NEW] EXPERIMENTAL: Diskless replication, for more info check the doc at
http://redis.io/topics/replication. (Salvatore Sanfilippo).
* [NEW] Transparent Huge Pages detection and reporting in logs and
LATENCY DOCTOR output. (Salvatore Sanfilippo)
* [NEW] Many Lua scripting enhancements: Bitops API, cjson upgrade and tests,
cmsgpack upgrade. (Matt Stancliff)
* [NEW] Total and instantaneous Network bandwidth tracking in INFO.
* [NEW] DEBUG POPULATE two args form implemented (old form still works).
The second argument is the key prefix. Default is "key:" (Salvatore
Sanfilippo)
* [NEW] Check that tcp-backlog is matched by /proc/sys/net/core/somaxconn, and
warn about it if not. (Salvatore Sanfilippo)
Diffstat (limited to 'databases/redis/Makefile')
-rw-r--r-- | databases/redis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/redis/Makefile b/databases/redis/Makefile index 0603cdf56ef..5c8d79357d8 100644 --- a/databases/redis/Makefile +++ b/databases/redis/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2014/10/01 14:11:51 fhajny Exp $ +# $NetBSD: Makefile,v 1.11 2014/12/10 13:36:54 fhajny Exp $ -DISTNAME= redis-2.8.17 +DISTNAME= redis-2.8.18 CATEGORIES= databases MASTER_SITES= http://download.redis.io/releases/ |