diff --git a/ChangeLog b/ChangeLog index 02771ab23..840a09381 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2013-23-04 Manju Rajashekhar + * twemproxy: version 0.2.4 release + redis keys must be less than mbuf_data_size() in length (fifsky) + Adds support for DUMP/RESTORE commands in Redis (remotezygote) + Use of the weight value in the modula distribution (mezzatto) + Add support to unix socket connections to servers (mezzatto) + only check for duplicate server name and not 'host:port:weight' when 'name' is configured + crc16 hash support added (mezzatto) + 2013-31-01 Manju Rajashekhar * twemproxy: version 0.2.3 release RPOPLPUSH, SDIFF, SDIFFSTORE, SINTER, SINTERSTORE, SMOVE, SUNION, SUNIONSTORE, ZINTERSTORE, and ZUNIONSTORE support (dcartoon) diff --git a/configure.ac b/configure.ac index f6bce13ac..808c04ad9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # Define the package version numbers and the bug reporting address m4_define([NC_MAJOR], 0) m4_define([NC_MINOR], 2) -m4_define([NC_PATCH], 3) +m4_define([NC_PATCH], 4) m4_define([NC_BUGS], [manj@twitter.com]) # Initialize autoconf