diff --git a/ChangeLog b/ChangeLog index 78e8654..36c0e73 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ + 2018-09-14 Tianyi Lin + * twemproxy: version 1.0.3 release + * Supports max open files in config file + * Shrink the free mbuf when exceeding the MBUF_RESERVED(4096) + + 2018-07-29 Tianyi Lin + * twemproxy: version 1.0.2 release + * fix core when pmsg = NULL 2018-05-09 Tianyi Lin * twemproxy: version 1.0.1 release * Supports request and server latency in stats diff --git a/configure.ac b/configure.ac index 2d86c45..dc11c47 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], 1) m4_define([NC_MINOR], 0) -m4_define([NC_PATCH], 1) +m4_define([NC_PATCH], 3) m4_define([NC_BUGS], [manj@cs.stanford.edu]) # Initialize autoconf