diff options
author | osa <osa@FreeBSD.org> | 2012-05-04 12:53:43 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2012-05-04 12:53:43 +0800 |
commit | 9b61a5a9997d7ed41dab41af2269cf49c58cd328 (patch) | |
tree | acea6662949552620cd0f5b639c012ec09606b93 /databases/redis/distinfo | |
parent | 85c3854139189ff4f9fab74c4006c75a5d182a5f (diff) | |
download | freebsd-ports-gnome-9b61a5a9997d7ed41dab41af2269cf49c58cd328.tar.gz freebsd-ports-gnome-9b61a5a9997d7ed41dab41af2269cf49c58cd328.tar.zst freebsd-ports-gnome-9b61a5a9997d7ed41dab41af2269cf49c58cd328.zip |
Update from 2.4.11 to 2.4.13.
<ChangeLog>
What's new in Redis 2.4.13
==========================
UPGRADE URGENCY: high for all the users of the KEYS command,
otherwise low.
* [BUGFIX] Fix for KEYS command: if the DB contains keys with
expires the KEYS command may return the wrong output,
having duplicated or missing keys. See issue #487
and #488 on github for details.
What's new in Redis 2.4.12
==========================
UPGRADE URGENCY: low if you don't experience any of the fixed
problems.
* [BUGFIX] Limit the amount of memory consumed by the slow log.
* [BUGFIX] --test-memory option fixes.
* [BUGFIX] Less false positives in tests.
</ChangeLog>
Diffstat (limited to 'databases/redis/distinfo')
-rw-r--r-- | databases/redis/distinfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/redis/distinfo b/databases/redis/distinfo index 03259da5a8f1..8b85858f569c 100644 --- a/databases/redis/distinfo +++ b/databases/redis/distinfo @@ -1,2 +1,2 @@ -SHA256 (redis-2.4.11.tar.gz) = f96e8ecb4bca73b650df04fcd8420998cbd12b43c12b4ef23e37bfd85507bffc -SIZE (redis-2.4.11.tar.gz) = 624261 +SHA256 (redis-2.4.13.tar.gz) = b6e057b6b5cd5946f8b46b2427401400686ed4f6c4af446eb1f0ec170d3f87be +SIZE (redis-2.4.13.tar.gz) = 625464 |