diff options
author | Valentin Bartenev <vbart@nginx.com> | 2018-04-26 18:30:06 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2018-04-26 18:30:06 +0300 |
commit | 62a89eed600ee33eaf231d97cbfa38f628f13cc3 (patch) | |
tree | 822b19def0b7b5c85b8fc5726ba5c03b3a3ee0bc /CHANGES | |
parent | d9f8479375fb6231db26e53a6549f2b96108faee (diff) | |
download | unit-62a89eed600ee33eaf231d97cbfa38f628f13cc3.tar.gz unit-62a89eed600ee33eaf231d97cbfa38f628f13cc3.tar.bz2 |
Added version 1.1 CHANGES.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -1,4 +1,29 @@ +Changes with Unit 1.1 26 Apr 2018 + + *) Bugfix: Python applications that use the write() callable did not + work. + + *) Bugfix: virtual environments created with Python 3.3 or above might + not have worked. + + *) Bugfix: the request.Read() function in Go applications did not + produce EOF when the whole body was read. + + *) Bugfix: a segmentation fault might have occurred while access log + reopening. + + *) Bugfix: in parsing of IPv6 control socket addresses. + + *) Bugfix: loading of application modules was broken on OpenBSD. + + *) Bugfix: a segmentation fault might have occurred when there were two + modules with the same type and version; the bug had appeared in 1.0. + + *) Bugfix: alerts "freed pointer points to non-freeble page" might have + appeared in log on 32-bit platforms. + + Changes with Unit 1.0 12 Apr 2018 *) Change: configuration object moved into "/config/" path. |