Next | Query returned 28 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2012-05-11 13:15:39 by Filip Hajny | Files touched by this commit (2)
Log message:
Update redis to 2.4.13.

Changes in 2.4.13
* [BUGFIX] Fix for KEYS command: if the DB contains keys with expires the KEYS
           command may return the wrong output, having duplicated or missing
           keys. See issue #487 and #488 on github for details.

Changes in 2.4.12
* [BUGFIX] Limit the amount of memory consumed by the slow log.
* [BUGFIX] --test-memory option fixes.
* [BUGFIX] Less false positives in tests.

Changes in 2.4.11
* [BUGFIX] Fixed a problem with aeWait() implementation. May cause a crash
           under non easy to replicate condiitons. See issue #267 on github.
* [BUGFIX] SORT with GET/BY option fetching expiring keys fixed. Issue #460.
* [BUGFIX] INFO field master_link_down_since_seconds initialized correctly.
* [FEATURE] redis-cli back ported from Redis unstable. Now has support for
            --bigkeys (to sample the DB for very large keys), --slave to
            simulate a slave instance.

Changes in 2.4.10
* [FEATURE] Redis --test-meory improved with new test testing addressing.
* [BUGFIX] Fixed a memory leak: happens when replication is used with DB > 9.
* [BUGFIX] Fixed a replication bug that happens in chained replicaiton when
           a slave is attached to a master that is later turned into a slave.
           Now the chained slave reconnection is properly forced.
   2012-03-25 21:03:20 by Filip Hajny | Files touched by this commit (3)
Log message:
Update redis to 2.4.9.

Changes in 2.4.9:
* [FEATURE] Redis server is now able to test your memory for broken RAM.
            Usage: ./redis-server --test-memory <megabytes>.
* [FEATURE] redis-benchmark backported from unstable. Pipelining, run selected
            tests, and a few more features.
* [BUGFIX] utils/install_server.sh script now works on Redhat / Centos.
* [BUGFIX] Minor fix to redis-cli (github issue #306).
   2012-02-29 12:36:06 by Filip Hajny | Files touched by this commit (1)
Log message:
Take on maintainership

   2012-02-29 12:34:43 by Filip Hajny | Files touched by this commit (10)
Log message:
Update redis to 2.4.8.

Changes in 2.4.8
* [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).

Changes in 2.4.7
* [BUGFIX] Fixed false positive in issue #141 regression test.
* [BUGFIX] Slave should not expire keys when loading an RDB after a SYNC.
* [BUGFIX] Don't increment stats for key misses / hits when key is written.
* [BUGFIX] sds.c library now don't allocate more than 1MB ahead.
* 32 bit instances without a maxmemory set now get a default limit of 3.5GB
  with maxmemory-policy set to noeviction.
* Better crash report on crash (containing current client and command
  arguments).
   2012-02-02 09:52:50 by Filip Hajny | Files touched by this commit (4)
Log message:
Update redis to 2.4.6.

Fix for a unconditional backtrace function.

What's new in Redis 2.4.6
=========================

* Fixed issue #141 part 1: Possible protocol desyncs when clients send
  wrong protocol is now fixed. (See issue 141 for more details)
* Fixed issue #141 part 2: Connection of multiple slaves used to result
  from time to time into corrupted protocol send to slaves connected
  after the first one. (See issue 141 for more details)
* Do not propagate DEBUG LOADAOF.
* New INFO contains information such as ip/port/state for every connected
  slave.
* Show GCC version in INFO output.

What's new in Redis 2.4.5
=========================

* Fixed a ZUNIONSTORE/ZINTERSTORE bug that can cause a NaN to be
  inserted as a sorted set element score. This happens when one of the
  elements has +inf/-inf score and the weight used is 0.
* Fixed memory leak in CLIENT INFO.
* Fixed a non critical SORT bug (Issue 224).
* Fixed a replication bug: now the timeout configuration is respected
  during the connection with the master.
* --quiet option implemented in the Redis test.
   2011-12-01 01:17:58 by brad harder | Files touched by this commit (3) | Package updated
Log message:
update redis 2.4.2 -> 2.4.4, update PLIST/Manual install list

   2011-11-02 21:19:15 by Filip Hajny | Files touched by this commit (4)
Log message:
Fix patches to actually apply. Remove group-writable permissions.
   2011-11-02 20:51:39 by Filip Hajny | Files touched by this commit (1)
Log message:
Fix incorrect distinfo hashes

   2011-10-29 02:35:30 by brad harder | Files touched by this commit (3)
Log message:
2.4.1 -> 2.4.2; unix socket creation mask fix, BGSAVE fix, SLAVEOF fix, \ 
redis-cli memleak fixed, debian/ubuntu installation scripts added.

   2011-10-18 08:13:56 by brad harder | Files touched by this commit (3)
Log message:
redis-2.2.15 -> 2.4.1; Improvements include (but are not limited to) memory \ 
savings (small sorted sets), persistence much faster for many common datasets, \ 
many write commands now accept multiple args, new allocator is jemalloc, \ 
generally faster, improved test framework, and more


Next | Query returned 28 messages, browsing 11 to 20 | Previous