diff --git a/CHANGES b/CHANGES index 0623b031..8ffe0dfd 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,18 @@ +Changes with Unit 1.2 07 Jun 2018 + + *) Feature: configuration of environment variables for application + processes. + + *) Feature: customization of php.ini path. + + *) Feature: setting of individual PHP configuration options. + + *) Feature: configuration of execution arguments for Go applications. + + *) Bugfix: keep-alive connections might hang after reconfiguration. + + Changes with Unit 1.1 26 Apr 2018 *) Bugfix: Python applications that use the write() callable did not diff --git a/docs/changes.xml b/docs/changes.xml index 4d320521..5b48619b 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -5,6 +5,62 @@ + + + + +NGINX Unit updated to 1.2. + + + + + + + + + + +configuration of environment variables for application processes. + + + + + +customization of php.ini path. + + + + + +setting of individual PHP configuration options. + + + + + +configuration of execution arguments for Go applications. + + + + + +keep-alive connections might hang after reconfiguration. + + + + + +