diff options
author | Konstantin Pavlov <thresh@nginx.com> | 2022-06-02 16:51:49 +0400 |
---|---|---|
committer | Konstantin Pavlov <thresh@nginx.com> | 2022-06-02 16:51:49 +0400 |
commit | d9fddee1dbfc1f5d49c8f40386289d7188030952 (patch) | |
tree | 842a62b343ac33eba10e7a426a10b55bb1c46aed /docs | |
parent | 420395ee2e7cd464e157c49bea3d74f15bf25f30 (diff) | |
parent | 0d48fe73c4450901622373e35f6ff3a944ec13d6 (diff) | |
download | unit-d9fddee1dbfc1f5d49c8f40386289d7188030952.tar.gz unit-d9fddee1dbfc1f5d49c8f40386289d7188030952.tar.bz2 |
Merged with the default branch.1.27.0-1
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changes.xml | 104 | ||||
-rw-r--r-- | docs/unitlogo.png | bin | 0 -> 29600 bytes |
2 files changed, 104 insertions, 0 deletions
diff --git a/docs/changes.xml b/docs/changes.xml index de96451b..1d8a13c2 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -14,6 +14,110 @@ unit-ruby unit-jsc-common unit-jsc8 unit-jsc10 unit-jsc11 unit-jsc13 unit-jsc14 unit-jsc15 unit-jsc16 unit-jsc17 unit-jsc18" + ver="1.27.0" rev="1" + date="" time="" + packager="Andrei Belov <defan@nginx.com>"> + +<change> +<para> +NGINX Unit updated to 1.27.0. +</para> +</change> + +</changes> + + +<changes apply="unit" ver="1.27.0" rev="1" + date="" time="" + packager="Andrei Belov <defan@nginx.com>"> + +<change type="feature"> +<para> +ability to specify a custom index file name when serving static files. +</para> +</change> + +<change type="feature"> +<para> +variables support in the "location" option of the "return" action. +</para> +</change> + +<change type="feature"> +<para> +support empty strings in the "location" option of the "return" action. +</para> +</change> + +<change type="feature"> +<para> +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> +Ruby Rack environment parameter "SCRIPT_NAME" support. +</para> +</change> + +<change type="feature"> +<para> +compatibility with GCC 12. +</para> +</change> + +<change type="bugfix"> +<para> +Ruby Sinatra applications don't work without custom logging. +</para> +</change> + +<change type="bugfix"> +<para> +the controller process could crash when a chain of more than four +certificates was uploaded. +</para> +</change> + +<change type="bugfix"> +<para> +some Perl applications failed to process the request body, notably with Plack. +</para> +</change> + +<change type="bugfix"> +<para> +some Spring Boot applications failed to start, notably with Grails. +</para> +</change> + +<change type="bugfix"> +<para> +incorrect Python protocol auto detection (ASGI or WSGI) for native callable +object, notably with Falcon. +</para> +</change> + +<change type="bugfix"> +<para> +ECMAScript modules did not work with the recent Node.js versions. +</para> +</change> + +</changes> + + +<changes apply="unit-php + unit-python unit-python2.7 + unit-python3.4 unit-python3.5 unit-python3.6 unit-python3.7 + unit-python3.8 unit-python3.9 unit-python3.10 + unit-go + unit-perl + unit-ruby + unit-jsc-common unit-jsc8 unit-jsc10 unit-jsc11 unit-jsc13 + unit-jsc14 unit-jsc15 unit-jsc16 unit-jsc17 unit-jsc18" ver="1.26.1" rev="1" date="2021-12-02" time="18:00:00 +0300" packager="Andrei Belov <defan@nginx.com>"> diff --git a/docs/unitlogo.png b/docs/unitlogo.png Binary files differnew file mode 100644 index 00000000..dbd87fd8 --- /dev/null +++ b/docs/unitlogo.png |