diff --git a/CHANGES b/CHANGES index bce0fc03..b441b391 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,23 @@ +Changes with Unit 0.7 22 Mar 2018 + + *) Feature: Ruby application module. + + *) Bugfix: in discovering modules. + + *) Bugfix: various race conditions on reconfiguration and during + shutting down. + + *) Bugfix: tabs and trailing spaces were not allowed in header fields + values. + + *) Bugfix: a segmentation fault occurred in Python module if + start_response() was called outside of WSGI callable. + + *) Bugfix: a segmentation fault might occur in PHP module if there was + an error while initialization. + + Changes with Unit 0.6 09 Feb 2018 *) Bugfix: the main process died when the "type" application option diff --git a/docs/changes.xml b/docs/changes.xml index fc5d6be6..8a2135e0 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -5,6 +5,69 @@ + + + + +NGINX Unit updated to 0.7. + + + + + + + + + + +Ruby application module. + + + + + +in discovering modules. + + + + + +various race conditions on reconfiguration and during shutting down. + + + + + +tabs and trailing spaces were not allowed in header fields values. + + + + + +a segmentation fault occurred in Python module if start_response() was called +outside of WSGI callable. + + + + + +a segmentation fault might occur in PHP module if there was an error while +initialization. + + + + + +