summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrei Zeliankou <zelenkov@nginx.com>2023-05-10 16:53:01 +0100
committerAndrei Zeliankou <zelenkov@nginx.com>2023-05-10 16:53:01 +0100
commit03718e0bdfb952a059954b6f601b7350eb9524a6 (patch)
treee5ebbe5cb6462058fccb4631b2ff26ff4e3d43f6
parentec275200f7b8557877f193a190b285ca4f317a36 (diff)
downloadunit-03718e0bdfb952a059954b6f601b7350eb9524a6.tar.gz
unit-03718e0bdfb952a059954b6f601b7350eb9524a6.tar.bz2
Added version 1.30.0 CHANGES.
-rw-r--r--CHANGES28
-rw-r--r--docs/changes.xml4
2 files changed, 30 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 51fc753f..36540f4e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,32 @@
+Changes with Unit 1.30.0 10 May 2023
+
+ *) Change: remove Unix domain listen sockets upon reconfiguration.
+
+ *) Feature: basic URI rewrite support.
+
+ *) Feature: NJS loadable modules support.
+
+ *) Feature: per-application logging.
+
+ *) Feature: conditional logging of route selection.
+
+ *) Feature: support the keys API on the request objects in NJS.
+
+ *) Feature: default values for 'make install' pathnames such as prefix;
+ this allows to './configure && make && sudo make install'.
+
+ *) Feature: "server_version" setting to omit the version token from
+ "Server" header field.
+
+ *) Bugfix: request header field values could be corrupted in some cases;
+ the bug had appeared in 1.29.0.
+
+ *) Bugfix: PHP error handling (added missing 403 and 404 errors).
+
+ *) Bugfix: Perl applications crash on second responder call.
+
+
Changes with Unit 1.29.1 28 Feb 2023
*) Bugfix: stop creating world-writeable directories.
diff --git a/docs/changes.xml b/docs/changes.xml
index 6745694f..81fb1370 100644
--- a/docs/changes.xml
+++ b/docs/changes.xml
@@ -16,7 +16,7 @@
unit-jsc14 unit-jsc15 unit-jsc16 unit-jsc17 unit-jsc18
unit-jsc19 unit-jsc20"
ver="1.30.0" rev="1"
- date="" time=""
+ date="2023-05-10" time="18:00:00 +0300"
packager="Nginx Packaging &lt;nginx-packaging@f5.com&gt;">
<change>
@@ -42,7 +42,7 @@ Initial release of Java 20 module for NGINX Unit.
<changes apply="unit" ver="1.30.0" rev="1"
- date="" time=""
+ date="2023-05-10" time="18:00:00 +0300"
packager="Nginx Packaging &lt;nginx-packaging@f5.com&gt;">
<change type="change">