summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorValentin Bartenev <vbart@nginx.com>2017-10-23 21:12:12 +0300
committerValentin Bartenev <vbart@nginx.com>2017-10-23 21:12:12 +0300
commit03e18cf42f35777b68bb00c862eaed9bc0191e19 (patch)
tree9a56a729d6dfb1b23005b8525fe05f65768a3831
parent9f9a708ed1a79ee435208604946355a610dcb395 (diff)
downloadunit-03e18cf42f35777b68bb00c862eaed9bc0191e19.tar.gz
unit-03e18cf42f35777b68bb00c862eaed9bc0191e19.tar.bz2
Fixed change log for version 0.2.
Records about Go were added by mistake. The relevant patches haven't been committed yet.
-rw-r--r--CHANGES4
-rw-r--r--docs/changes.xml12
2 files changed, 0 insertions, 16 deletions
diff --git a/CHANGES b/CHANGES
index 8b823ead..d2d930ef 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,16 +1,12 @@
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
diff --git a/docs/changes.xml b/docs/changes.xml
index d2d28e42..57528deb 100644
--- a/docs/changes.xml
+++ b/docs/changes.xml
@@ -115,12 +115,6 @@ Initial release of PHP module for NGINX Unit.
<change type="feature">
<para>
-Go package improvements.
-</para>
-</change>
-
-<change type="feature">
-<para>
configuration persistence.
</para>
</change>
@@ -139,12 +133,6 @@ application "timeout" property.
<change type="bugfix">
<para>
-Go application crashed under load.
-</para>
-</change>
-
-<change type="bugfix">
-<para>
POST request for PHP were handled incorrectly.
</para>
</change>