From 32eb649e7c0372885286eaba04872e909a10a0c9 Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Thu, 12 Apr 2018 19:47:33 +0300 Subject: Added version 1.0 CHANGES. --- CHANGES | 15 +++++++++++++++ docs/changes.xml | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 71 insertions(+) diff --git a/CHANGES b/CHANGES index b441b391..9ada37b9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,19 @@ +Changes with Unit 1.0 12 Apr 2018 + + *) Change: configuration object moved into "/config/" path. + + *) Feature: basic access logging. + + *) Bugfix: 503 error occurred if Go application did not write response + header or body. + + *) Bugfix: Ruby applications that use encoding conversions might not + work. + + *) Bugfix: various stability issues. + + Changes with Unit 0.7 22 Mar 2018 *) Feature: Ruby application module. diff --git a/docs/changes.xml b/docs/changes.xml index 5381f446..106802a5 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -5,6 +5,62 @@ + + + + +NGINX Unit updated to 1.0. + + + + + + + + + + +configuration object moved into "/config/" path. + + + + + +basic access logging. + + + + + +503 error occurred if Go application did not write response header or body. + + + + + +Ruby applications that use encoding conversions might not work. + + + + + +various stability issues. + + + + + +