1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Update from 2.4.9 to 2.4.10.

Feature safe:	yes

<ChangeLog>

UPGRADE URGENCY: High for users using replication with a DB identifier
higher than 9, or chaining replication so that slaves are attached to
other slaves. Low for all the other users.

* [FEATURE] Redis --test-meory improved with new test testing addressing.
* [BUGFIX] Fixed a memory leak: happens when replication is used with
  DB > 9.
* [BUGFIX] Fixed a replication bug that happens in chained replicaiton
  when a slave is attached to a master that is later turned into a slave.
  Now the chained slave reconnection is properly forced.

</ChangeLog>
This commit is contained in:
Sergey A. Osokin 2012-03-31 14:01:30 +00:00
parent 182ea3f26a
commit e515c443ca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294044
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= redis
PORTVERSION= 2.4.9
PORTVERSION= 2.4.10
CATEGORIES= databases
MASTER_SITES= GOOGLE_CODE

View File

@ -1,2 +1,2 @@
SHA256 (redis-2.4.9.tar.gz) = ac420c9f01f5e1d4e977401936f8da81d2401e65c03de2e0ca11eba1cc71c874
SIZE (redis-2.4.9.tar.gz) = 621457
SHA256 (redis-2.4.10.tar.gz) = 4d34482198cec272afd45d0390d4e1f32ee847094834133613a925012810ed21
SIZE (redis-2.4.10.tar.gz) = 621824