summaryrefslogtreecommitdiff
path: root/databases/redis/files/patch-src::config.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update from 2.4.7 to 2.4.8.Sergey A. Osokin2012-02-241-4/+4
| | | | | | | | | | | | | | | | | | | <ChangeLog> UPGRADE URGENCY: moderate if you don't experience any of the fixed problems. * [BUGFIX] Make install now uses cp -f to avoid 'text file busy' errors. * [BUGFIX] redis-check-aof is now large files safe also on 32 bit systems. * [BUGFIX] Issue #327 fixed: maxmemory and replication now work much better. * [BUGFIX] Now HINCRBY can detect overflows too. Fix for issue #330. * [BUGFIX] Fixed compilation with latest clang. * [BUGFIX] Fixed handling of empty sorted sets produced in RDB by very old Redis versions (1.2.x). </ChangeLog> Notes: svn path=/head/; revision=292174
* Use backtrace()/backtrace_symbols() calls from devel/libexecinfo forSergey A. Osokin2011-11-301-0/+11
better diagnostics. Bump PORTREVISION. Feature safe: yes Notes: svn path=/head/; revision=286670