diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2013-08-29 17:56:43 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2013-08-29 17:56:43 +0000 |
commit | fd0951a38708fd50d97f6db4f40481d1a134f729 (patch) | |
tree | 7be396ec04dd976373a7917bb33ce0c899733de0 | |
parent | 95c193a9f647f35e5e559a4f8ab914244ec3979c (diff) | |
download | ports-fd0951a38708fd50d97f6db4f40481d1a134f729.tar.gz ports-fd0951a38708fd50d97f6db4f40481d1a134f729.zip |
Upgrade from 2.6.15 to 2.6.16.
<ChangeLog>
UPGRADE URGENCY: MODERATE.
* [FIX] Stop writes when fork() fails when trying to BGSAVE. BGSAVE errors
were trapped only in the case the saving child failed, so the fork()
error was no trapped as no child is created at all.
* [FIX] Fix a serious memory efficiency regression, Redis 2.6.16 is
significantly better with large values (>= a few kbytes) and will
be able to store two times the amount of data compared to Redis 2.6.15
when values are in that range.
* [FIX] Fixed an issue with Table conversion in the lua-cmsgpack library exposed
by the Redis scripting engine.
* [NEW] DEBUG SDSLEN was introduced to debug memory inefficiencies due to
SDS allocation more easily.
</ChangeLog>
Notes
Notes:
svn path=/head/; revision=325618
-rw-r--r-- | databases/redis/Makefile | 2 | ||||
-rw-r--r-- | databases/redis/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/databases/redis/Makefile b/databases/redis/Makefile index 83ddd650dc77..5fae93f0c812 100644 --- a/databases/redis/Makefile +++ b/databases/redis/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= redis -DISTVERSION= 2.6.15 +DISTVERSION= 2.6.16 CATEGORIES= databases MASTER_SITES= http://download.redis.io/releases/ diff --git a/databases/redis/distinfo b/databases/redis/distinfo index 5b00daa8e6bd..6de5fe1470a9 100644 --- a/databases/redis/distinfo +++ b/databases/redis/distinfo @@ -1,2 +1,2 @@ -SHA256 (redis-2.6.15.tar.gz) = b0105c6ec526d40e90a0a0bc9d070a5602d839b930776b8ecaeb9fa32493e3bc -SIZE (redis-2.6.15.tar.gz) = 998865 +SHA256 (redis-2.6.16.tar.gz) = 81490918dcf82d124b36e48b0a9911bfba3f13abba04d8c89820324eff7df03a +SIZE (redis-2.6.16.tar.gz) = 999579 |