File tree 2 files changed +9
-1
lines changed 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change
1
+ 2018-09-14 Tianyi Lin <linty@meitu.com>
2
+ * twemproxy: version 1.0.4 release
3
+ * Fix didn't close the proxy listen connection when unaccept
4
+ * Fix server connection event wasn't removed when failed to connect the
5
+ server
6
+ * Add the pools and servers tag in stats json
7
+
1
8
2018-09-14 Tianyi Lin <linty@meitu.com>
2
9
* twemproxy: version 1.0.3 release
3
10
* Supports max open files in config file
6
13
2018-07-29 Tianyi Lin <linty@meitu.com>
7
14
* twemproxy: version 1.0.2 release
8
15
* fix core when pmsg = NULL
16
+
9
17
2018-05-09 Tianyi Lin <linty@meitu.com>
10
18
* twemproxy: version 1.0.1 release
11
19
* Supports request and server latency in stats
Original file line number Diff line number Diff line change 1
1
# Define the package version numbers and the bug reporting address
2
2
m4_define ( [ NC_MAJOR] , 1 )
3
3
m4_define ( [ NC_MINOR] , 0 )
4
- m4_define ( [ NC_PATCH] , 3 )
4
+ m4_define ( [ NC_PATCH] , 4 )
5
5
m4_define ( [ NC_BUGS] , [ manj@cs.stanford.edu] )
6
6
7
7
# Initialize autoconf
You can’t perform that action at this time.
0 commit comments