summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CHANGES9
-rw-r--r--docs/changes.xml45
-rw-r--r--docs/unit-openapi.yaml2
-rw-r--r--pkg/deb/Makefile11
4 files changed, 66 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 1babb686..0a821f21 100644
--- a/CHANGES
+++ b/CHANGES
@@ -56,6 +56,15 @@ Changes with Unit 1.33.0 17 Sep 2024
Alpine packaging error.
+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 c18b425d..511d37e1 100644
--- a/docs/changes.xml
+++ b/docs/changes.xml
@@ -174,6 +174,51 @@ error.
</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-python3.11
+ unit-python3.12
+ 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
+ unit-jsc19 unit-jsc20 unit-jsc21
+ unit-wasm"
+ ver="1.32.1" rev="1"
+ date="2024-03-26" time="18:00:00 +0000"
+ packager="Nginx Packaging &lt;nginx-packaging@f5.com&gt;">
+
+<change>
+<para>
+NGINX Unit updated to 1.32.1.
+</para>
+</change>
+
+
+</changes>
+
+
+<changes apply="unit" ver="1.32.1" rev="1"
+ date="2024-03-26" time="18:00:00 +0000"
+ packager="Nginx Packaging &lt;nginx-packaging@f5.com&gt;">
+
+<change type="bugfix">
+<para>
+NJS variables in templates may have incorrect values due to improper caching.
+</para>
+</change>
+
+<change type="bugfix">
+<para>
+Wasm application process hangs after receiving restart signal from the control.
+</para>
+</change>
+
+</changes>
+
+
<changes apply="unit-jsc21" ver="1.32.0" rev="1"
date="2023-10-17" time="16:00:00 -0700"
packager="Nginx Packaging &lt;nginx-packaging@f5.com&gt;">
diff --git a/docs/unit-openapi.yaml b/docs/unit-openapi.yaml
index 3acc1416..37fca500 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,
diff --git a/pkg/deb/Makefile b/pkg/deb/Makefile
index fadc96a8..0e6ca191 100644
--- a/pkg/deb/Makefile
+++ b/pkg/deb/Makefile
@@ -90,6 +90,17 @@ include Makefile.jsc17
include Makefile.wasm
endif
+# Debian 12
+ifeq ($(CODENAME),bookworm)
+include Makefile.php
+include Makefile.python311
+include Makefile.go
+include Makefile.perl
+include Makefile.ruby
+include Makefile.jsc-common
+include Makefile.jsc17
+endif
+
# Debian 11
ifeq ($(CODENAME),bullseye)
include Makefile.php