summaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorValentin Bartenev <vbart@nginx.com>2018-09-20 18:18:52 +0300
committerValentin Bartenev <vbart@nginx.com>2018-09-20 18:18:52 +0300
commit63ff7a341a6bba5dab3d5c1786f942b2282f13eb (patch)
tree981187e7c313a90220714d0a7e7d76e44b8fb224 /CHANGES
parent58c38298f53e684e2b5a45e5f7cf053f142ba384 (diff)
downloadunit-63ff7a341a6bba5dab3d5c1786f942b2282f13eb.tar.gz
unit-63ff7a341a6bba5dab3d5c1786f942b2282f13eb.tar.bz2
Added version 1.4 CHANGES.
Diffstat (limited to '')
-rw-r--r--CHANGES28
1 files changed, 28 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e965f340..50b9a026 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,32 @@
+Changes with Unit 1.4 20 Sep 2018
+
+ *) Change: the control API maps the configuration object only at
+ "/config/".
+
+ *) Feature: TLS support for client connections.
+
+ *) Feature: TLS certificates storage control API.
+
+ *) Feature: Unit library (libunit) to streamline language module
+ integration.
+
+ *) Feature: "408 Request Timeout" responses while closing HTTP
+ keep-alive connections.
+
+ *) Feature: improvements in OpenBSD support. Thanks to David Carlier.
+
+ *) Bugfix: a segmentation fault might have occurred after
+ reconfiguration.
+
+ *) Bugfix: building on systems with non-default locale might be broken.
+
+ *) Bugfix: "header_read_timeout" might not work properly.
+
+ *) Bugfix: header fields values with non-ASCII bytes might be handled
+ incorrectly in Python 3 module.
+
+
Changes with Unit 1.3 13 Jul 2018
*) Change: UTF-8 characters are now allowed in request header field