summaryrefslogtreecommitdiffhomepage
path: root/docs/changes.xml
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2017-10-19 17:54:29 +0300
committerIgor Sysoev <igor@sysoev.ru>2017-10-19 17:54:29 +0300
commitf9f852008fcbe94c099d9d42cef010d74fea2574 (patch)
tree930cd37bcd4653ece618bae6c664b38aabd7fa95 /docs/changes.xml
parent8ca14503b7cecc90a499d13bf3cbcab4fd7e48d7 (diff)
downloadunit-f9f852008fcbe94c099d9d42cef010d74fea2574.tar.gz
unit-f9f852008fcbe94c099d9d42cef010d74fea2574.tar.bz2
Added version 0.2 CHANGES.
Diffstat (limited to 'docs/changes.xml')
-rw-r--r--docs/changes.xml61
1 files changed, 61 insertions, 0 deletions
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 &lt;defan@nginx.com&gt;">
+
+<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 &lt;defan@nginx.com&gt;">