forked from twitter/twemproxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Manju Rajashekhar
committed
Jan 31, 2013
1 parent
3cd0506
commit d4b8d0d
Showing
2 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
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) | ||
EVAL and EVALSHA support (ferenyx) | ||
exit 1 if configuration file is invalid (cofyc) | ||
return non-zero exit status when nutcracker cannot start for some reason | ||
use server names in stats (charsyam) | ||
Fix failure to resolve long FQDN name resolve (conmame) | ||
add support for hash tags | ||
|
||
2012-18-10 Manju Rajashekhar <[email protected]> | ||
|
||
* twemproxy: version 0.2.2 release | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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], 2) | ||
m4_define([NC_PATCH], 3) | ||
m4_define([NC_BUGS], [[email protected]]) | ||
|
||
# Initialize autoconf | ||
|