Skip to content

Commit 03718e0

Browse files
Added version 1.30.0 CHANGES.
1 parent ec27520 commit 03718e0

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

CHANGES

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

2+
Changes with Unit 1.30.0 10 May 2023
3+
4+
*) Change: remove Unix domain listen sockets upon reconfiguration.
5+
6+
*) Feature: basic URI rewrite support.
7+
8+
*) Feature: NJS loadable modules support.
9+
10+
*) Feature: per-application logging.
11+
12+
*) Feature: conditional logging of route selection.
13+
14+
*) Feature: support the keys API on the request objects in NJS.
15+
16+
*) Feature: default values for 'make install' pathnames such as prefix;
17+
this allows to './configure && make && sudo make install'.
18+
19+
*) Feature: "server_version" setting to omit the version token from
20+
"Server" header field.
21+
22+
*) Bugfix: request header field values could be corrupted in some cases;
23+
the bug had appeared in 1.29.0.
24+
25+
*) Bugfix: PHP error handling (added missing 403 and 404 errors).
26+
27+
*) Bugfix: Perl applications crash on second responder call.
28+
29+
230
Changes with Unit 1.29.1 28 Feb 2023
331

432
*) Bugfix: stop creating world-writeable directories.

docs/changes.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
unit-jsc14 unit-jsc15 unit-jsc16 unit-jsc17 unit-jsc18
1717
unit-jsc19 unit-jsc20"
1818
ver="1.30.0" rev="1"
19-
date="" time=""
19+
date="2023-05-10" time="18:00:00 +0300"
2020
packager="Nginx Packaging <nginx-packaging@f5.com>">
2121

2222
<change>
@@ -42,7 +42,7 @@ Initial release of Java 20 module for NGINX Unit.
4242

4343

4444
<changes apply="unit" ver="1.30.0" rev="1"
45-
date="" time=""
45+
date="2023-05-10" time="18:00:00 +0300"
4646
packager="Nginx Packaging &lt;nginx-packaging@f5.com&gt;">
4747

4848
<change type="change">

0 commit comments

Comments
 (0)