Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 483828 - dev-db/redis-2.6.16 version bump
Summary: dev-db/redis-2.6.16 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-06 03:55 UTC by Johan Bergström
Modified: 2013-10-21 06:56 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Johan Bergström 2013-09-06 03:55:04 UTC
Tried renaming 2.6.15; worked for me.


--[ Redis 2.6.16 ] Release date: 28 Aug 2013

UPGRADE URGENCY: MODERATE.

* [FIX] Stop writes when fork() fails when trying to BGSAVE. BGSAVE errors
        were trapped only in the case the saving child failed, so the fork()
        error was no trapped as no child is created at all.
* [FIX] Fix a serious memory efficiency regression, Redis 2.6.16 is
        significantly better with large values (>= a few kbytes) and will
        be able to store two times the amount of data compared to Redis 2.6.15
        when values are in that range.
* [FIX] Fixed an issue with Table conversion in the lua-cmsgpack library exposed
        by the Redis scripting engine.
* [NEW] DEBUG SDSLEN was introduced to debug memory inefficiencies due to
        SDS allocation more easily.
Comment 1 Dirkjan Ochtman (RETIRED) gentoo-dev 2013-10-21 06:56:09 UTC
+  21 Oct 2013; Dirkjan Ochtman <djc@gentoo.org> +redis-2.6.16.ebuild:
+  Version bump redis to 2.6.16 (bug 483828).