diff options
-rw-r--r-- | CHANGES | 24 | ||||
-rw-r--r-- | docs/changes.xml | 61 |
2 files changed, 84 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. diff --git a/docs/changes.xml b/docs/changes.xml index 1607d632..51b99d41 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -5,6 +5,67 @@ <change_log title="unit"> +<changes apply="unit" ver="0.2" rev="1" + date="2017-10-19" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change type="feature"> +<para> +Go package improvements. +</para> +</change> + +<change type="feature"> +<para> +configuration persistence. +</para> +</change> + +<change type="feature"> +<para> +improved handling of configuration errors. +</para> +</change> + +<change type="feature"> +<para> +application "timeout" property. +</para> +</change> + +<change type="bugfix"> +<para> +Go application crashed under load. +</para> +</change> + +<change type="bugfix"> +<para> +POST request for PHP were handled incorrectly. +</para> +</change> + +<change type="bugfix"> +<para> +the router exited abnormally if all listeners had been deleted. +</para> +</change> + +<change type="bugfix"> +<para> +the router crashed under load. +</para> +</change> + +<change type="bugfix"> +<para> +memory leak in the router. +</para> +</change> + +</changes> + + <changes apply="unit" ver="0.1" rev="1" date="2017-09-06" time="19:14:28 +0300" packager="Andrei Belov <defan@nginx.com>"> |