diff options
author | osa <osa@FreeBSD.org> | 2014-09-16 16:20:52 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2014-09-16 16:20:52 +0800 |
commit | 43b625ac6e3ed4af17a32bc4d01396c5aa827e84 (patch) | |
tree | a3a28924678bef4f35c3466522e89a21fbfe40c6 /databases | |
parent | ae98e5a8236f1ed845113ab2ffd4971b1de44130 (diff) | |
download | freebsd-ports-gnome-43b625ac6e3ed4af17a32bc4d01396c5aa827e84.tar.gz freebsd-ports-gnome-43b625ac6e3ed4af17a32bc4d01396c5aa827e84.tar.zst freebsd-ports-gnome-43b625ac6e3ed4af17a32bc4d01396c5aa827e84.zip |
Upgrade from 2.8.14 to 2.8.15.
<ChangeLog>
--[ Redis 2.8.15 ] Release date: 12 Sep 2014
# UPGRADE URGENCY: LOW for Redis, HIGH for Sentinel.
* [FIX] Sentinel critical bug fixed: the absolute majority was computed in a
wrong way because of a programming error. Now the implementation does
what the specification says and the majority to authorize a failover
(that should not be confused with the ODOWN quorum) is the majority of
*all* the Sentinels ever seen for a given master, regardless of their
current state.
* [FIX] GETRANGE test no longer fails for 32 bit builds (Matt Stancliff).
* [FIX] Limit SCAN latency when the hash table is in an odd state (very few
populted buckets because rehashing is in progress). (Xiaost and
Salvatore Sanfilippo)
* [NEW] Redis is now able to load truncated AOF files without requiring a
redis-check-aof utility run. The default now is to load truncated
(but apparently not corrupted) AOFs, you can change this in redis.conf.
(Salvatore Sanfilippo).
* [NEW] Sentinel: ability to announce itself with an arbitrary IP/port to work
in the context of natted networks. However this is probably still
not enough since there is no equivalent mechanism for slaves listed
in the master INFO output. (Dara Kong and Salvatore Sanfilippo)
</ChangeLog>
Diffstat (limited to 'databases')
-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 cf3ff5019b3f..47604f41912d 100644 --- a/databases/redis/Makefile +++ b/databases/redis/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= redis -DISTVERSION= 2.8.14 +DISTVERSION= 2.8.15 CATEGORIES= databases MASTER_SITES= http://download.redis.io/releases/ diff --git a/databases/redis/distinfo b/databases/redis/distinfo index f377c5908bb8..91c79b57f86f 100644 --- a/databases/redis/distinfo +++ b/databases/redis/distinfo @@ -1,2 +1,2 @@ -SHA256 (redis-2.8.14.tar.gz) = 593e4a882f81913373923389a8d49b39f230d69c9a1be50f883cdbecf7381763 -SIZE (redis-2.8.14.tar.gz) = 1231617 +SHA256 (redis-2.8.15.tar.gz) = 2bc8cacf2b9a22fe7fd0cc8d794db7f6ea6d919083482184df86d40e5e3de38f +SIZE (redis-2.8.15.tar.gz) = 1233621 |