Skip to content

Commit a03894d

Browse files
Added version 1.28.0 CHANGES.
1 parent ff9054a commit a03894d

File tree

2 files changed

+41
-2
lines changed

2 files changed

+41
-2
lines changed

CHANGES

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,43 @@
11

2+
Changes with Unit 1.28.0 13 Sep 2022
3+
4+
*) Change: increased the applications' startup timeout.
5+
6+
*) Change: disallowed abstract Unix domain socket syntax in non-Linux
7+
systems.
8+
9+
*) Feature: basic statistics API.
10+
11+
*) Feature: customizable access log format.
12+
13+
*) Feature: more HTTP variables support.
14+
15+
*) Feature: forwarded header to replace client address and protocol.
16+
17+
*) Feature: ability to get dynamic variables.
18+
19+
*) Feature: support for abstract Unix sockets.
20+
21+
*) Feature: support for Unix sockets in address matching.
22+
23+
*) Feature: the $dollar variable translates to a literal "$" during
24+
variable substitution.
25+
26+
*) Bugfix: router process could crash if index file didn't contain an
27+
extension.
28+
29+
*) Bugfix: force SCRIPT_NAME in Ruby to always be an empty string.
30+
31+
*) Bugfix: when isolated PID numbers reach the prototype process host
32+
PID, the prototype crashed.
33+
34+
*) Bugfix: the Ruby application process could crash on SIGTERM.
35+
36+
*) Bugfix: the Ruby application process could crash on SIGINT.
37+
38+
*) Bugfix: mutex leak in the C API.
39+
40+
241
Changes with Unit 1.27.0 02 Jun 2022
342

443
*) Feature: ability to specify a custom index file name when serving

docs/changes.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
unit-jsc-common unit-jsc8 unit-jsc10 unit-jsc11 unit-jsc13
1616
unit-jsc14 unit-jsc15 unit-jsc16 unit-jsc17 unit-jsc18"
1717
ver="1.28.0" rev="1"
18-
date="" time=""
18+
date="2022-09-13" time="18:00:00 +0300"
1919
packager="Nginx Packaging <[email protected]>">
2020

2121
<change>
@@ -28,7 +28,7 @@ NGINX Unit updated to 1.28.0.
2828

2929

3030
<changes apply="unit" ver="1.28.0" rev="1"
31-
date="" time=""
31+
date="2022-09-13" time="18:00:00 +0300"
3232
packager="Nginx Packaging &lt;[email protected]&gt;">
3333

3434
<change type="change">

0 commit comments

Comments
 (0)