diff options
author | osa <osa@FreeBSD.org> | 2011-05-26 20:55:26 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2011-05-26 20:55:26 +0800 |
commit | 63d146d540a89ca4d8ff3d4571c3639b0e0ef637 (patch) | |
tree | 87032a4498f9139d5326d838780639a9b9c9d85f /databases/redis/Makefile | |
parent | ba41c13ea41628bb53b3e9f03726eed1cde9e4d8 (diff) | |
download | freebsd-ports-gnome-63d146d540a89ca4d8ff3d4571c3639b0e0ef637.tar.gz freebsd-ports-gnome-63d146d540a89ca4d8ff3d4571c3639b0e0ef637.tar.zst freebsd-ports-gnome-63d146d540a89ca4d8ff3d4571c3639b0e0ef637.zip |
Update from 2.2.7 to 2.2.8.
<ChangeLog>
* A new form of dict.c (hash table implementation) iterator that performs less
copy-on-write of pages, introduced in Redis 2.2.7, caused ZINTERSTORE,
ZUNIONSTORE, SINTER, SINTERSTORE commands to behave in the wrong way.
This bug is now fixed.
* Print version info before running the test with 'make test'. This is mainly
useful for the Continuous Integration system we run.
* Fix for DEBUG DIGEST, key may expire on lookup, producing the wrong result.
* Replication with expire test modified to produce no or less false failures.
* Fixed Z*STORE when dealing with intsets, regression test added.
</ChangeLog>
Diffstat (limited to 'databases/redis/Makefile')
-rw-r--r-- | databases/redis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/redis/Makefile b/databases/redis/Makefile index 2a52d1344963..3542ba0f8262 100644 --- a/databases/redis/Makefile +++ b/databases/redis/Makefile @@ -6,7 +6,7 @@ # PORTNAME= redis -PORTVERSION= 2.2.7 +PORTVERSION= 2.2.8 CATEGORIES= databases MASTER_SITES= GOOGLE_CODE |