From 63ff7a341a6bba5dab3d5c1786f942b2282f13eb Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Thu, 20 Sep 2018 18:18:52 +0300 Subject: Added version 1.4 CHANGES. --- docs/changes.xml | 88 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) (limited to 'docs/changes.xml') diff --git a/docs/changes.xml b/docs/changes.xml index bca9d86e..60191223 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -5,6 +5,94 @@ + + + + +NGINX Unit updated to 1.4. + + + + + + + + + + +the control API maps the configuration object only at "/config/". + + + + + +TLS support for client connections. + + + + + +TLS certificates storage control API. + + + + + +Unit library (libunit) to streamline language module integration. + + + + + +"408 Request Timeout" responses while closing HTTP keep-alive connections. + + + + + +improvements in OpenBSD support. +Thanks to David Carlier. + + + + + +a segmentation fault might have occurred after reconfiguration. + + + + + +building on systems with non-default locale might be broken. + + + + + +"header_read_timeout" might not work properly. + + + + + +header fields values with non-ASCII bytes might be handled incorrectly +in Python 3 module. + + + + + +