Skip to content

Commit

Permalink
version 0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
manjuraj committed Apr 18, 2013
1 parent a747b9b commit 03e9a3c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2013-20-12 Manju Rajashekhar <manj@cs.stanford.edu>
* twemproxy: version 0.3.0 release
SRANDMEMBER support for the optional count argument (mkhq)
Handle case where server responds while the request is still being sent (jdi-tagged)
event ports (solaris/smartos) support
add timestamp when the server was ejected
support for set ex/px/nx/xx for redis 2.6.12 and up (ypocat)
kqueue (bsd) support (ferenyx)
fix parsing redis response to accept integer reply (charsyam)

2013-23-04 Manju Rajashekhar <manj@cs.stanford.edu>
* twemproxy: version 0.2.4 release
redis keys must be less than mbuf_data_size() in length (fifsky)
Expand Down
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Define the package version numbers and the bug reporting address
m4_define([NC_MAJOR], 0)
m4_define([NC_MINOR], 2)
m4_define([NC_PATCH], 4)
m4_define([NC_BUGS], [manj@twitter.com])
m4_define([NC_MINOR], 3)
m4_define([NC_PATCH], 0)
m4_define([NC_BUGS], [manj@cs.stanford.edu])

# Initialize autoconf
AC_PREREQ([2.64])
Expand Down

0 comments on commit 03e9a3c

Please sign in to comment.