From 3a2687bb714226ab13111cac2149afc660fa70e7 Mon Sep 17 00:00:00 2001 From: Konstantin Pavlov Date: Tue, 17 Oct 2023 16:22:44 -0700 Subject: [PATCH] Packages: added Ubuntu 23.10 "mantic" support. --- docs/changes.xml | 29 +++++++- pkg/deb/Makefile | 17 +++++ pkg/deb/Makefile.jsc21 | 71 +++++++++++++++++++ pkg/deb/Makefile.python312 | 46 ++++++++++++ .../debian.module/unit.example-jsc21-config | 15 ++++ .../unit.example-python3.12-config | 16 +++++ 6 files changed, 193 insertions(+), 1 deletion(-) create mode 100644 pkg/deb/Makefile.jsc21 create mode 100644 pkg/deb/Makefile.python312 create mode 100644 pkg/deb/debian.module/unit.example-jsc21-config create mode 100644 pkg/deb/debian.module/unit.example-python3.12-config diff --git a/docs/changes.xml b/docs/changes.xml index 50867856..428da0ba 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -5,16 +5,43 @@ + + + + +Initial release of Java 21 module for NGINX Unit. + + + + + + + + + + +Initial release of Python 3.12 module for NGINX Unit. + + + + + +