diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2010-04-01 06:50:33 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2010-04-01 06:50:33 +0000 |
commit | 13d63ef667438bbbca2be4181a058f76611e5d50 (patch) | |
tree | 0fa87339c9c3f0e250207fa8a24175e7edf8f840 /databases/redis-devel | |
parent | Mark as broken on powerpc. (diff) |
Update from 1.2.5 to 1.2.6.
<ChangeLog>
Redis 1.2.6 fixes two critical replication bugs, and a few
improvements.
- Fixed Issue 207 (http://code.google.com/p/redis/issues/detail?id=207)
(broken replication with binary arguments not in the last position
with the MSET command or any other command issued with new
multi-bulk protocol).
- Fixed Issue 174 (http://code.google.com/p/redis/issues/detail?id=174)
(temp names collisions producing broken slave-side .rdb files).
- Redis-cli backported from Redis master, with interactive mode, line
editing via the linenoise library, auth ability, and much more.
- ZRANGEBYSCORE now supports WITHSCORES as well (backported from
master).
- A simplified version of redis-stat (from redis tools) added.
</ChangeLog>
Notes
Notes:
svn path=/head/; revision=251942
Diffstat (limited to 'databases/redis-devel')
-rw-r--r-- | databases/redis-devel/Makefile | 2 | ||||
-rw-r--r-- | databases/redis-devel/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/redis-devel/Makefile b/databases/redis-devel/Makefile index 2efe84bf44e3..f4c84ea7d8a8 100644 --- a/databases/redis-devel/Makefile +++ b/databases/redis-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= redis -PORTVERSION= 1.2.5 +PORTVERSION= 1.2.6 CATEGORIES= databases MASTER_SITES= GOOGLE_CODE diff --git a/databases/redis-devel/distinfo b/databases/redis-devel/distinfo index 05399070c869..9a3389d30aac 100644 --- a/databases/redis-devel/distinfo +++ b/databases/redis-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (redis-1.2.5.tar.gz) = 4b42ddcaa734ee52c3a0972eaca236ec -SHA256 (redis-1.2.5.tar.gz) = 43bbb937b530cf736c19110dae8cd71d3369b2a6129654396956e62683902025 -SIZE (redis-1.2.5.tar.gz) = 204039 +MD5 (redis-1.2.6.tar.gz) = 0c5355e57606523f9e8ce816db5e542f +SHA256 (redis-1.2.6.tar.gz) = bed0641225f786f225a2c4897ffbec1e6573a3c31e9f899884ee3041eab96873 +SIZE (redis-1.2.6.tar.gz) = 213341 |