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
May 10, 2012
1 parent
4ba0093
commit 8753bc4
Showing
2 changed files
with
7 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,9 @@ | ||
2012-05-09 Manju Rajashekhar <[email protected]> | ||
|
||
* twemproxy: version 0.1.17 release | ||
use _exit(0) instead of exit(0) when daemonizing | ||
use loga instead of log_stderr in nc_stacktrace | ||
|
||
2012-02-09 Manju Rajashekhar <[email protected]> | ||
|
||
* twemproxy: version 0.1.16 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], 1) | ||
m4_define([NC_PATCH], 16) | ||
m4_define([NC_PATCH], 17) | ||
m4_define([NC_BUGS], [[email protected]]) | ||
|
||
# Initialize autoconf | ||
|