diff options
author | Igor Sysoev <igor@sysoev.ru> | 2017-10-19 17:54:29 +0300 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2017-10-19 17:54:29 +0300 |
commit | f9f852008fcbe94c099d9d42cef010d74fea2574 (patch) | |
tree | 930cd37bcd4653ece618bae6c664b38aabd7fa95 /CHANGES | |
parent | 8ca14503b7cecc90a499d13bf3cbcab4fd7e48d7 (diff) | |
download | unit-f9f852008fcbe94c099d9d42cef010d74fea2574.tar.gz unit-f9f852008fcbe94c099d9d42cef010d74fea2574.tar.bz2 |
Added version 0.2 CHANGES.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 24 |
1 files changed, 23 insertions, 1 deletions
@@ -1,5 +1,27 @@ -Changes with unit 0.1 06 Sep 2017 +Changes with Unit 0.2 19 Oct 2017 + + *) Feature: Go package improvements. + + *) Feature: configuration persistence. + + *) Feature: improved handling of configuration errors. + + *) Feature: application "timeout" property. + + *) Bugfix: Go application crashed under load. + + *) Bugfix: POST request for PHP were handled incorrectly. + + *) Bugfix: the router exited abnormally if all listeners had been + deleted. + + *) Bugfix: the router crashed under load. + + *) Bugfix: memory leak in the router. + + +Changes with Unit 0.1 06 Sep 2017 *) First public release. |