blob: 51b99d411297c42e5eabbcf781ac405f723f4a53 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
<?xml version="1.0" ?>
<!DOCTYPE change_log SYSTEM "changes.dtd" >
<change_log title="unit">
<changes apply="unit" ver="0.2" rev="1"
date="2017-10-19" time="18:00:00 +0300"
packager="Andrei Belov <defan@nginx.com>">
<change type="feature">
<para>
Go package improvements.
</para>
</change>
<change type="feature">
<para>
configuration persistence.
</para>
</change>
<change type="feature">
<para>
improved handling of configuration errors.
</para>
</change>
<change type="feature">
<para>
application "timeout" property.
</para>
</change>
<change type="bugfix">
<para>
Go application crashed under load.
</para>
</change>
<change type="bugfix">
<para>
POST request for PHP were handled incorrectly.
</para>
</change>
<change type="bugfix">
<para>
the router exited abnormally if all listeners had been deleted.
</para>
</change>
<change type="bugfix">
<para>
the router crashed under load.
</para>
</change>
<change type="bugfix">
<para>
memory leak in the router.
</para>
</change>
</changes>
<changes apply="unit" ver="0.1" rev="1"
date="2017-09-06" time="19:14:28 +0300"
packager="Andrei Belov <defan@nginx.com>">
<change>
<para>
First public release.
</para>
</change>
</changes>
</change_log>
|