summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorArtem Konev <artem.konev@nginx.com>2022-06-01 14:54:13 +0100
committerArtem Konev <artem.konev@nginx.com>2022-06-01 14:54:13 +0100
commit0d5d81b2717a1707fc22020e6b27b4dea23d7595 (patch)
tree2c985a27f93f1d9985b840563e90ed2f5c66f23a
parent880c8e51c335caa93a62c7cbcfb53391a1d7c54d (diff)
downloadunit-0d5d81b2717a1707fc22020e6b27b4dea23d7595.tar.gz
unit-0d5d81b2717a1707fc22020e6b27b4dea23d7595.tar.bz2
Fixed minor issues in "changes.xml".
-rw-r--r--docs/changes.xml17
1 files changed, 9 insertions, 8 deletions
diff --git a/docs/changes.xml b/docs/changes.xml
index c1cf96d2..ce136e8d 100644
--- a/docs/changes.xml
+++ b/docs/changes.xml
@@ -31,33 +31,34 @@ NGINX Unit updated to 1.27.0.
date="" time=""
packager="Andrei Belov &lt;defan@nginx.com&gt;">
-<change type="change">
+<change type="feature">
<para>
-Ruby Rack environment parameter "SCRIPT_NAME" support.
+ability to specify a custom index file name when serving static files.
</para>
</change>
-<change type="change">
+<change type="feature">
<para>
-supporting empty strings in the "location" option of the "return" action.
+variables support in the "location" option of the "return" action.
</para>
</change>
<change type="feature">
<para>
-ability to specify a custom index file name when serving static files.
+support empty strings in the "location" option of the "return" action.
</para>
</change>
<change type="feature">
<para>
-variables support in the "location" option of the "return" action.
+added a new variable, $request_uri, that includes both the path and the query
+parts as per RFC 3986, sections 3-4.
</para>
</change>
<change type="feature">
<para>
-added new variable $request_uri with the same meaning as in NGINX.
+Ruby Rack environment parameter "SCRIPT_NAME" support.
</para>
</change>
@@ -75,7 +76,7 @@ Ruby Sinatra applications don't work without custom logging.
<change type="bugfix">
<para>
-the controller process could crash when a chain with more than 4
+the controller process could crash when a chain of more than four
certificates was uploaded.
</para>
</change>