summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrei Zeliankou <zelenkov@nginx.com>2024-03-15 15:17:56 +0000
committerAndrei Zeliankou <zelenkov@nginx.com>2024-03-21 13:47:41 +0000
commit48d79170596d9923f2612d25e5a62ca0999b4313 (patch)
treefec33d066fc5412d9b52a277db55339d9ece2536
parent3f228d6b6f3e9b856ea17f7183b701201629d28a (diff)
downloadunit-48d79170596d9923f2612d25e5a62ca0999b4313.tar.gz
unit-48d79170596d9923f2612d25e5a62ca0999b4313.tar.bz2
Added version 1.32.1 CHANGES1.32.1
-rw-r--r--CHANGES9
-rw-r--r--docs/changes.xml4
-rw-r--r--docs/unit-openapi.yaml2
3 files changed, 12 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 5204a2a1..a1a4a418 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,13 @@
+Changes with Unit 1.32.1 26 Mar 2024
+
+ *) Bugfix: NJS variables in templates may have incorrect values due to
+ improper caching.
+
+ *) Bugfix: Wasm application process hangs after receiving restart signal
+ from the control.
+
+
Changes with Unit 1.32.0 27 Feb 2024
*) Feature: WebAssembly Components using WASI interfaces defined in
diff --git a/docs/changes.xml b/docs/changes.xml
index cfb6ead8..6bda704b 100644
--- a/docs/changes.xml
+++ b/docs/changes.xml
@@ -18,7 +18,7 @@
unit-jsc19 unit-jsc20 unit-jsc21
unit-wasm"
ver="1.32.1" rev="1"
- date="" time=""
+ date="2024-03-26" time="18:00:00 +0000"
packager="Nginx Packaging &lt;nginx-packaging@f5.com&gt;">
<change>
@@ -32,7 +32,7 @@ NGINX Unit updated to 1.32.1.
<changes apply="unit" ver="1.32.1" rev="1"
- date="" time=""
+ date="2024-03-26" time="18:00:00 +0000"
packager="Nginx Packaging &lt;nginx-packaging@f5.com&gt;">
<change type="bugfix">
diff --git a/docs/unit-openapi.yaml b/docs/unit-openapi.yaml
index b2e02e89..2eeb9cbb 100644
--- a/docs/unit-openapi.yaml
+++ b/docs/unit-openapi.yaml
@@ -1,6 +1,6 @@
openapi: 3.0.0
info:
- title: "NGINX Unit 1.32.0"
+ title: "NGINX Unit 1.32.1"
description: "NGINX Unit is a lightweight and versatile application runtime
that provides the essential components for your web application as a
single open-source server: running application code, serving static assets,