From 03e18cf42f35777b68bb00c862eaed9bc0191e19 Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Mon, 23 Oct 2017 21:12:12 +0300 Subject: [PATCH] Fixed change log for version 0.2. Records about Go were added by mistake. The relevant patches haven't been committed yet. --- CHANGES | 4 ---- docs/changes.xml | 12 ------------ 2 files changed, 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 @@ -113,12 +113,6 @@ Initial release of PHP module for NGINX Unit. date="2017-10-19" time="18:00:00 +0300" packager="Andrei Belov <defan@nginx.com>"> - - -Go package improvements. - - - configuration persistence. @@ -137,12 +131,6 @@ application "timeout" property. - - -Go application crashed under load. - - - POST request for PHP were handled incorrectly.