Upgrade from 3.2.5 to 3.2.6.
<ChangeLog> Upgrade urgency MODERATE: GEORADIUS, BITFIELD and Redis Cluster minor fixes. This release mainly fixes three bugs: 1. A bug with BITFIELD that may cause the bitmap corruption when setting offsets larger than the current string size. 2. A GEORADIUS bug that may happen when using very large radius lengths, in the range of 10000km or alike, due to wrong bounding box calculation. 3. A bug with Redis Cluster which crashes when reading a nodes configuration file with zero bytes at the end, which sometimes happens with certain ext4 configurations after a system crash. </ChangeLog>
This commit is contained in:
parent
f282bb29aa
commit
e4751c5065
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=428018
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= redis
|
||||
DISTVERSION= 3.2.5
|
||||
DISTVERSION= 3.2.6
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://download.redis.io/releases/
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1480441490
|
||||
SHA256 (redis-3.2.5.tar.gz) = 8509ceb1efd849d6b2346a72a8e926b5a4f6ed3cc7c3cd8d9f36b2e9ba085315
|
||||
SIZE (redis-3.2.5.tar.gz) = 1544040
|
||||
TIMESTAMP = 1481067573
|
||||
SHA256 (redis-3.2.6.tar.gz) = 2e1831c5a315e400d72bda4beaa98c0cfbe3f4eb8b20c269371634390cf729fa
|
||||
SIZE (redis-3.2.6.tar.gz) = 1544806
|
||||
|
Loading…
Reference in New Issue
Block a user