summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorKonstantin Pavlov <thresh@nginx.com>2022-12-15 08:37:52 -0800
committerKonstantin Pavlov <thresh@nginx.com>2022-12-15 08:37:52 -0800
commit2a05b207e7f52020c2fa884902e0f72a6d383a00 (patch)
tree92265fa560e06b2bb7bb504097fb2a61195cb2fb
parentb5952edcc634a5fe93da407d38f55ac151b156ee (diff)
downloadunit-2a05b207e7f52020c2fa884902e0f72a6d383a00.tar.gz
unit-2a05b207e7f52020c2fa884902e0f72a6d383a00.tar.bz2
Docs: added changelog for Python 3.11.
While at it, fixed changelogs generation for Python 3.10 as well.
-rw-r--r--docs/Makefile3
-rw-r--r--docs/changes.xml15
2 files changed, 16 insertions, 2 deletions
diff --git a/docs/Makefile b/docs/Makefile
index d27e69be..5192b690 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -7,7 +7,8 @@ PACKAGES= unit \
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.8 unit-python3.9 unit-python3.10 \
+ unit-python3.11 \
unit-go unit-go1.7 unit-go1.8 unit-go1.9 unit-go1.10 \
unit-go1.12 unit-go1.13 \
unit-perl \
diff --git a/docs/changes.xml b/docs/changes.xml
index 06fcd229..a34a24e3 100644
--- a/docs/changes.xml
+++ b/docs/changes.xml
@@ -38,7 +38,7 @@ NGINX Unit updated to 1.29.1.
<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.8 unit-python3.9 unit-python3.10 unit-python3.11
unit-go
unit-perl
unit-ruby
@@ -71,6 +71,19 @@ Initial release of Java 19 module for NGINX Unit.
</changes>
+<changes apply="unit-python3.11" ver="1.29.0" rev="1"
+ date="2022-12-15" time="08:00:00 -0800"
+ packager="Nginx Packaging &lt;nginx-packaging@f5.com&gt;">
+
+<change>
+<para>
+Initial release of Python 3.11 module for NGINX Unit.
+</para>
+</change>
+
+</changes>
+
+
<changes apply="unit" ver="1.29.0" rev="1"
date="2022-12-15" time="18:00:00 +0300"
packager="Nginx Packaging &lt;nginx-packaging@f5.com&gt;">