diff options
author | osa <osa@FreeBSD.org> | 2012-02-24 21:04:14 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2012-02-24 21:04:14 +0800 |
commit | 925ba7e0afc4387863167fa6f0d8dffded94712b (patch) | |
tree | 33afc556e3905b58666fde6b3a161def112dea20 /databases/redis/Makefile | |
parent | 6c3994543184f46f801f4c2f6c3bac19c1e720b6 (diff) | |
download | freebsd-ports-gnome-925ba7e0afc4387863167fa6f0d8dffded94712b.tar.gz freebsd-ports-gnome-925ba7e0afc4387863167fa6f0d8dffded94712b.tar.zst freebsd-ports-gnome-925ba7e0afc4387863167fa6f0d8dffded94712b.zip |
Update from 2.4.7 to 2.4.8.
<ChangeLog>
UPGRADE URGENCY: moderate if you don't experience any of the fixed problems.
* [BUGFIX] Make install now uses cp -f to avoid 'text file busy' errors.
* [BUGFIX] redis-check-aof is now large files safe also on 32 bit systems.
* [BUGFIX] Issue #327 fixed: maxmemory and replication now work much better.
* [BUGFIX] Now HINCRBY can detect overflows too. Fix for issue #330.
* [BUGFIX] Fixed compilation with latest clang.
* [BUGFIX] Fixed handling of empty sorted sets produced in RDB by
very old Redis versions (1.2.x).
</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 8045afb314e0..a9bb15d95f17 100644 --- a/databases/redis/Makefile +++ b/databases/redis/Makefile @@ -6,7 +6,7 @@ # PORTNAME= redis -PORTVERSION= 2.4.7 +PORTVERSION= 2.4.8 CATEGORIES= databases MASTER_SITES= GOOGLE_CODE |