diff options
author | osa <osa@FreeBSD.org> | 2015-02-04 09:38:00 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2015-02-04 09:38:00 +0800 |
commit | 63b49c68c91a704889d05e56e69b241a45cf65d5 (patch) | |
tree | 99ef13095d1471a199ae1bd865e9a9c83546e693 /databases | |
parent | f407040163b55321694b174da5048fa00f10dfdf (diff) | |
download | freebsd-ports-gnome-63b49c68c91a704889d05e56e69b241a45cf65d5.tar.gz freebsd-ports-gnome-63b49c68c91a704889d05e56e69b241a45cf65d5.tar.zst freebsd-ports-gnome-63b49c68c91a704889d05e56e69b241a45cf65d5.zip |
Upgrade from 3.0.0-rc2 to 3.0.0-rc3.
<ChangeLog>
--[ Redis 3.0.0 RC3 (version 2.9.103) ] Release date: 30 jan 2015
Upgrade urgency: High for Redis Cluster users, Low otherwise.
This is the third release candidate for Redis 3.0.0, the new RC fixes
several critical issues with Redis Cluster.
>> General changes
* [FIX] AOF bug unlikely to happen in practice and mostly harmless: child
process segfaults when parent is not reachable via pipe. (Sun He)
* [FIX] Scripting engine now reports an error when misused with Lua debug
hooks, instead of crashing. (Salvatore Sanfilippo)
>> Cluster changes
* [FIX] Several issues with Redis Cluster internal nodes objects handling.
(Matt Stancliff & Salvatore Sanfilippo)
* [FIX] Improvements in the Cluster test.
(Matt Stancliff & Salvatore Sanfilippo).
* [FIX] Cluster memory leaks / double frees (Matt Stancliff).
* [FIX] /dev/urandom surrogate for generation of unique IDs in a more
cheap way. (Salvatore Sanfilippo)
* [FIX] Fixes and improvements to PING / PONG packets gossip sections
in order to improve (and fix) failure detection and speedup
cluster info propagation. (Salvatore Sanfilippo)
* [NEW] CLUSTER count-failure-reports command added. (Salvatore Sanfilippo)
>> Sentinel changes
No changes for Sentinel.
</ChangeLog>
Diffstat (limited to 'databases')
-rw-r--r-- | databases/redis-devel/Makefile | 2 | ||||
-rw-r--r-- | databases/redis-devel/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/databases/redis-devel/Makefile b/databases/redis-devel/Makefile index 4d9e50717825..27b5d2e2051e 100644 --- a/databases/redis-devel/Makefile +++ b/databases/redis-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= redis -DISTVERSION= 3.0.0-rc2 +DISTVERSION= 3.0.0-rc3 CATEGORIES= databases MASTER_SITES= https://github.com/antirez/redis/archive/ PKGNAMESUFFIX= -devel diff --git a/databases/redis-devel/distinfo b/databases/redis-devel/distinfo index f0c3351c1a67..54860b009a11 100644 --- a/databases/redis-devel/distinfo +++ b/databases/redis-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (redis/3.0.0-rc2.tar.gz) = 3713194850e1b75fa01f17249a69e67636c1ad3f148fd15950d08d7a87bcf463 -SIZE (redis/3.0.0-rc2.tar.gz) = 1356667 +SHA256 (redis/3.0.0-rc3.tar.gz) = 1695fa532eafc14c95f45add5d8a71d07e0e87b5c8f06c29dfa06313322d27b7 +SIZE (redis/3.0.0-rc3.tar.gz) = 1360865 |