From 62a89eed600ee33eaf231d97cbfa38f628f13cc3 Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Thu, 26 Apr 2018 18:30:06 +0300 Subject: Added version 1.1 CHANGES. --- docs/changes.xml | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) (limited to 'docs/changes.xml') diff --git a/docs/changes.xml b/docs/changes.xml index eef0df09..32766116 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -5,6 +5,83 @@ + + + + +NGINX Unit updated to 1.1. + + + + + + + + + + +Python applications that use the write() callable did not work. + + + + + +virtual environments created with Python 3.3 or above might not have worked. + + + + + +the request.Read() function in Go applications did not produce EOF +when the whole body was read. + + + + + +a segmentation fault might have occurred while access log reopening. + + + + + +in parsing of IPv6 control socket addresses. + + + + + +loading of application modules was broken on OpenBSD. + + + + + +a segmentation fault might have occurred when there were two modules +with the same type and version; the bug had appeared in 1.0. + + + + + +alerts "freed pointer points to non-freeble page" might have appeared in log +on 32-bit platforms. + + + + + +