Skip to content

Commit 27f6383

Browse files
committed
Bump v1.0.4
1 parent cd6266b commit 27f6383

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
2018-09-14 Tianyi Lin <linty@meitu.com>
29
* twemproxy: version 1.0.3 release
310
* Supports max open files in config file
@@ -6,6 +13,7 @@
613
2018-07-29 Tianyi Lin <linty@meitu.com>
714
* twemproxy: version 1.0.2 release
815
* fix core when pmsg = NULL
16+
917
2018-05-09 Tianyi Lin <linty@meitu.com>
1018
* twemproxy: version 1.0.1 release
1119
* Supports request and server latency in stats

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Define the package version numbers and the bug reporting address
22
m4_define([NC_MAJOR], 1)
33
m4_define([NC_MINOR], 0)
4-
m4_define([NC_PATCH], 3)
4+
m4_define([NC_PATCH], 4)
55
m4_define([NC_BUGS], [manj@cs.stanford.edu])
66

77
# Initialize autoconf

0 commit comments

Comments
 (0)