Update from 2.2.8 to 2.2.9.

<ChangeLog>

* A Slave used to rewrite the AOF log after a sync with the
  master, but the rewrite was performed at the wrong time,
  causing inconsistencies in the AOF file generated.
* [LR]LPUSH replication in presence of BRPOPLPUSH was
  broken. Fixed.
* Memory leak in BRPOPLPUSH fixed.
* Pub/Sub bug resulting in random crashes fixed.

</ChangeLog>
This commit is contained in:
Sergey A. Osokin 2011-06-10 08:53:43 +00:00
parent 60ee2c9c76
commit 61aadf573d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=275297
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= redis
PORTVERSION= 2.2.8
PORTVERSION= 2.2.9
CATEGORIES= databases
MASTER_SITES= GOOGLE_CODE

View file

@ -1,2 +1,2 @@
SHA256 (redis-2.2.8.tar.gz) = d438fde47fd8a34d8b135744a4264214274e57bc7f132d0cf4ee4e98a6551bb3
SIZE (redis-2.2.8.tar.gz) = 448877
SHA256 (redis-2.2.9.tar.gz) = 97236f1e26746c6ba446b2bf15be411c5fc9a4edf79706a71b24f2e566ec4323
SIZE (redis-2.2.9.tar.gz) = 449723