1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Update from 2.8.0-rc3 to 2.8.0-rc4.

<ChangeLog>

--[ Redis 2.8 Release Candidate 4 (2.7.104) ] Release date: 30 Aug 2013

This is the fourth release candidate of Redis 2.8 (official version is 2.7.104).
Important bugs fixed inside.

# UPGRADE URGENCY: HIGH because of the EVAL memory leak.

* [FIX] Fixed a serious EVAL memory leak in the Lua stack.
* [FIX] Fixed server startup when no IPv6 address exists in any interface.
* [FIX] Send MISCONFIG error when BGSAVE fails because can't fork.
* [FIX] Memory efficiency with large (> a few kbytes) values improved considerably.
* [NEW] DEBUG SDSLEN for sds memory debugging.

</ChangeLog>
This commit is contained in:
Sergey A. Osokin 2013-08-30 14:40:18 +00:00
parent a4ad9e25e6
commit c2405350bb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=325701
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= redis
DISTVERSION= 2.8.0-rc3
DISTVERSION= 2.8.0-rc4
CATEGORIES= databases
MASTER_SITES= http://download.redis.io/releases/
PKGNAMESUFFIX= -devel

View File

@ -1,2 +1,2 @@
SHA256 (redis-2.8.0-rc3.tar.gz) = f2c8bf3dff4c3079a8790a3cdb6de9f2dabb2ef47d1611ed7120298a8b1ecd5f
SIZE (redis-2.8.0-rc3.tar.gz) = 1033956
SHA256 (redis-2.8.0-rc4.tar.gz) = 3d30432ba551697e9d43f11451d2f9ef00cfca89da534c53ccf2ceb0655df77c
SIZE (redis-2.8.0-rc4.tar.gz) = 1035528