diff options
| author | Sergey A. Osokin <osa@FreeBSD.org> | 2012-04-22 09:37:04 +0000 |
|---|---|---|
| committer | Sergey A. Osokin <osa@FreeBSD.org> | 2012-04-22 09:37:04 +0000 |
| commit | d01aa3a6872eaa12b9f3a3314ca98115a78c70a7 (patch) | |
| tree | 7dd1880087b2ad79968623cf96067a210c7af397 /databases | |
| parent | - Update to 2012.04.21 (diff) | |
Update from 2.4.10 to 2.4.11.
<ChangeLog>
UPGRADE URGENCY: moderate if you don't experience any of the fixed problems.
* [BUGFIX] Fixed a problem with aeWait() implementation. May cause a crash
under non easy to replicate condiitons. See issue #267 on github.
* [BUGFIX] SORT with GET/BY option fetching expiring keys fixed. Issue #460.
* [BUGFIX] INFO field master_link_down_since_seconds initialized correctly.
* [FEATURE] redis-cli back ported from Redis unstable. Now has support for
--bigkeys (to sample the DB for very large keys), --slave to
simulate a slave instance.
</ChangeLog>
Notes
Notes:
svn path=/head/; revision=295244
Diffstat (limited to 'databases')
| -rw-r--r-- | databases/redis/Makefile | 2 | ||||
| -rw-r--r-- | databases/redis/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/databases/redis/Makefile b/databases/redis/Makefile index dbddc467f5ad..c5afd9ca771d 100644 --- a/databases/redis/Makefile +++ b/databases/redis/Makefile @@ -6,7 +6,7 @@ # PORTNAME= redis -PORTVERSION= 2.4.10 +PORTVERSION= 2.4.11 CATEGORIES= databases MASTER_SITES= GOOGLE_CODE diff --git a/databases/redis/distinfo b/databases/redis/distinfo index 35385ca0620e..03259da5a8f1 100644 --- a/databases/redis/distinfo +++ b/databases/redis/distinfo @@ -1,2 +1,2 @@ -SHA256 (redis-2.4.10.tar.gz) = 4d34482198cec272afd45d0390d4e1f32ee847094834133613a925012810ed21 -SIZE (redis-2.4.10.tar.gz) = 621824 +SHA256 (redis-2.4.11.tar.gz) = f96e8ecb4bca73b650df04fcd8420998cbd12b43c12b4ef23e37bfd85507bffc +SIZE (redis-2.4.11.tar.gz) = 624261 |
