Skip to content

Commit 62a89ee

Browse files
committed
Added version 1.1 CHANGES.
1 parent d9f8479 commit 62a89ee

File tree

2 files changed

+102
-0
lines changed

2 files changed

+102
-0
lines changed

CHANGES

+25
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
11

2+
Changes with Unit 1.1 26 Apr 2018
3+
4+
*) Bugfix: Python applications that use the write() callable did not
5+
work.
6+
7+
*) Bugfix: virtual environments created with Python 3.3 or above might
8+
not have worked.
9+
10+
*) Bugfix: the request.Read() function in Go applications did not
11+
produce EOF when the whole body was read.
12+
13+
*) Bugfix: a segmentation fault might have occurred while access log
14+
reopening.
15+
16+
*) Bugfix: in parsing of IPv6 control socket addresses.
17+
18+
*) Bugfix: loading of application modules was broken on OpenBSD.
19+
20+
*) Bugfix: a segmentation fault might have occurred when there were two
21+
modules with the same type and version; the bug had appeared in 1.0.
22+
23+
*) Bugfix: alerts "freed pointer points to non-freeble page" might have
24+
appeared in log on 32-bit platforms.
25+
26+
227
Changes with Unit 1.0 12 Apr 2018
328

429
*) Change: configuration object moved into "/config/" path.

docs/changes.xml

+77
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,83 @@
55
<change_log title="unit">
66

77

8+
<changes apply="unit-php
9+
unit-python unit-python2.7
10+
unit-python3.4 unit-python3.5 unit-python3.6
11+
unit-go unit-go1.7 unit-go1.8 unit-go1.9
12+
unit-perl
13+
unit-ruby"
14+
ver="1.1" rev="1"
15+
date="2018-04-26" time="18:00:00 +0300"
16+
packager="Andrei Belov &lt;[email protected]&gt;">
17+
18+
<change>
19+
<para>
20+
NGINX Unit updated to 1.1.
21+
</para>
22+
</change>
23+
24+
</changes>
25+
26+
27+
<changes apply="unit" ver="1.1" rev="1"
28+
date="2018-04-26" time="18:00:00 +0300"
29+
packager="Andrei Belov &lt;[email protected]&gt;">
30+
31+
<change type="bugfix">
32+
<para>
33+
Python applications that use the write() callable did not work.
34+
</para>
35+
</change>
36+
37+
<change type="bugfix">
38+
<para>
39+
virtual environments created with Python 3.3 or above might not have worked.
40+
</para>
41+
</change>
42+
43+
<change type="bugfix">
44+
<para>
45+
the request.Read() function in Go applications did not produce EOF
46+
when the whole body was read.
47+
</para>
48+
</change>
49+
50+
<change type="bugfix">
51+
<para>
52+
a segmentation fault might have occurred while access log reopening.
53+
</para>
54+
</change>
55+
56+
<change type="bugfix">
57+
<para>
58+
in parsing of IPv6 control socket addresses.
59+
</para>
60+
</change>
61+
62+
<change type="bugfix">
63+
<para>
64+
loading of application modules was broken on OpenBSD.
65+
</para>
66+
</change>
67+
68+
<change type="bugfix">
69+
<para>
70+
a segmentation fault might have occurred when there were two modules
71+
with the same type and version; the bug had appeared in 1.0.
72+
</para>
73+
</change>
74+
75+
<change type="bugfix">
76+
<para>
77+
alerts "freed pointer points to non-freeble page" might have appeared in log
78+
on 32-bit platforms.
79+
</para>
80+
</change>
81+
82+
</changes>
83+
84+
885
<changes apply="unit-php
986
unit-python unit-python2.7
1087
unit-python3.4 unit-python3.5 unit-python3.6

0 commit comments

Comments
 (0)