Skip to content

Commit

Permalink
version 0.2.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
manjuraj committed Apr 14, 2013
1 parent 2e4860b commit 6d5f1b1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2013-23-04 Manju Rajashekhar <[email protected]>
* 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 <[email protected]>
* twemproxy: version 0.2.3 release
RPOPLPUSH, SDIFF, SDIFFSTORE, SINTER, SINTERSTORE, SMOVE, SUNION, SUNIONSTORE, ZINTERSTORE, and ZUNIONSTORE support (dcartoon)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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], [[email protected]])

# Initialize autoconf
Expand Down

0 comments on commit 6d5f1b1

Please sign in to comment.