--- - branch: MAIN date: Wed Oct 1 14:11:51 UTC 2014 files: - new: '1.10' old: '1.9' path: pkgsrc/databases/redis/Makefile pathrev: pkgsrc/databases/redis/Makefile@1.10 type: modified - new: '1.10' old: '1.9' path: pkgsrc/databases/redis/distinfo pathrev: pkgsrc/databases/redis/distinfo@1.10 type: modified id: 20141001T141151Z.b381cd3f8889519638c88e6454ad07b3adc9e765 log: "Update redis to 2.8.17.\n\n--[ Redis 2.8.17 ] Release date: 19 Sep 2014\n\n# UPGRADE URGENCY: HIGH for Redis Sentinel.\n LOW for Redis Server (unmodified compared to 2.8.16).\n\n* [FIX] Resolved a memory leak in the hiredis library causing a memory leak\n in Redis Sentinel when a monitored instance or another Sentinel is\n unavailable. Every reconnection attempt will leak a small amount of\n memory, but in the long run the process can reach a considerable size.\n\n--[ Redis 2.8.16 ] Release date: 16 Sep 2014\n\n# UPGRADE URGENCY: HIGH for Redis if you are using 2.8.15 + AOF.\n LOW for Sentinel.\n\n* [FIX] The ability to load truncated AOF files introduced with Redis 2.8.15\n contains a bug fixed in this release: after loading the file was not\n truncated to the last valid command, so the new commands are appended\n after a non well formed command. This means that:\n\n 1) The first AOF rewrite triggered by the server will automatically\n fix the problem.\n 2) However, if the server is restarted before the rewrite, Redis may\n not be able to load the file and you need to manually fix it.\n\n In order to fix a corrupted file you should start the redis-check-aof\n \ utility WITHOUT the --fix option, just to check the offset where the\n \ corruption is found. Around the offset reported by the check utility\n \ you'll find, inside your AOF file, a command which is not complete\n according to the Redis protocol. Just remove this incomplete command\n leafing the file unaltered before and after the offending command,\n and restart the server.\n\n IMPORTANT #1: Redis 2.8.15 is the only stable version of Redis with\n this bug so probably no actual real-world problem happened since the\n problem is automatically fixed at the first automatic AOF rewrite.\n\n \ IMPORTANT #2: Before upgrading to Redis 2.8.16, if you are using Redis\n \ 2.8.15 with AOF enabled, make sure to trigger a manual AOF rewrite\n using the BGREWRITEAOF command.\n\n* [FIX] SAVE is no longer propagated to AOF / slaves.\n\n--[ Redis 2.8.15 ] Release date: 12 Sep 2014\n\n# UPGRADE URGENCY: LOW for Redis, HIGH for Sentinel.\n\n* [FIX] Sentinel critical bug fixed: the absolute majority was computed in a\n wrong way because of a programming error. Now the implementation does\n what the specification says and the majority to authorize a failover\n \ (that should not be confused with the ODOWN quorum) is the majority of\n \ *all* the Sentinels ever seen for a given master, regardless of their\n \ current state.\n* [FIX] GETRANGE test no longer fails for 32 bit builds (Matt Stancliff).\n* [FIX] Limit SCAN latency when the hash table is in an odd state (very few\n populted buckets because rehashing is in progress). (Xiaost and\n Salvatore Sanfilippo)\n\n* [NEW] Redis is now able to load truncated AOF files without requiring a\n redis-check-aof utility run. The default now is to load truncated\n (but apparently not corrupted) AOFs, you can change this in redis.conf.\n (Salvatore Sanfilippo).\n* [NEW] Sentinel: ability to announce itself with an arbitrary IP/port to work\n in the context of natted networks. However this is probably still\n not enough since there is no equivalent mechanism for slaves listed\n in the master INFO output. (Dara Kong and Salvatore Sanfilippo)\n\n--[ Redis 2.8.14 ] Release date: 1 Sep 2014\n\n# UPGRADE URGENCY: HIGH for Lua scripting users, the server could crash because\n of a bug introduced in Redis 2.8.10, otherwise LOW.\n \ LOW for Redis Sentinel.\n\n* [FIX] Don't prevent use of shared integers if maxmemory policy is non-LRU.\n (Salvatore Sanfilippo)\n* [FIX] Fail SYNC if background save child aborted due to a signal.\n (Yossi Gottlieb)\n* [FIX] Different small redis-cli fixes. (Dov Murik, Charsyam, cubicdaiya,\n Kashif Rasul, Jan-Erik Rediger, Matt Stancliff)\n* [FIX] AIX compilation fixes. (Siah Lyimo)\n* [FIX] A number of other smaller issues.\n* [FIX] Improved SIGINT handling (Matt Stancliff, Salvatore Sanfilippo)\n* [FIX] Use unsigned types in SDS header to raise limit to 4GB.\n (Matt Stancliff, Salvatore Sanfilippo)\n* [FIX] Handle signed/unsigned comparisons with more care around the code.\n (Salvatore Sanfilippo)\n* [FIX] Colorized test output fixed to don't change the background color.\n (Mariano P辿rez Rodré±\x88guez)\n* [FIX] More Sentinel IPv6 fixes. (Eiichi Sato)\n* [FIX] Deny CLIENT command in scripts. (Matt Stancliff)\n* [FIX] Allow datasets with more than 2 billion of keys, initial work.\n* [FIX] Fix a Lua scripting crash by storing the length of the static\n argv when first allocated. (Paddy Byers)\n\n* [NEW] Pub/Sub PING. (Salvatore Sanfilippo)\n* [NEW] Much faster ZUNIONSTORE. (Kyle Hubert, Salvatore Sanfilippo)\n* [NEW] Faster ll2string() implementation. (Salvatore Sanfilippo)\n* [NEW] **WARNING, minor API change**: PUBSUB NUMSUB: return type modified\n to integer. (Matt Stancliff)\n* [NEW] redis-benchmark support for AUTH. (CharSyam)\n" module: pkgsrc subject: 'CVS commit: pkgsrc/databases/redis' unixtime: '1412172711' user: fhajny