From 8a156a9fc410eaf8898b757f294d91031e596a11 Mon Sep 17 00:00:00 2001 From: Andrei Belov Date: Mon, 14 May 2018 14:11:37 +0300 Subject: [PATCH] Packages: Ubuntu 18.10 "bionic" support added. --- docs/Makefile | 2 +- docs/changes.xml | 13 +++++ pkg/deb/Makefile | 11 +++++ pkg/deb/Makefile.go110 | 49 +++++++++++++++++++ .../debian.module/unit.example-go1.10-config | 15 ++++++ 5 files changed, 89 insertions(+), 1 deletion(-) create mode 100644 pkg/deb/Makefile.go110 create mode 100644 pkg/deb/debian.module/unit.example-go1.10-config diff --git a/docs/Makefile b/docs/Makefile index 189fd95c..52ed1c65 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -9,7 +9,7 @@ PACKAGES= unit \ unit-php \ unit-python unit-python2.7 unit-python3.4 \ unit-python3.5 unit-python3.6 \ - unit-go unit-go1.7 unit-go1.8 unit-go1.9 \ + unit-go unit-go1.7 unit-go1.8 unit-go1.9 unit-go1.10 \ unit-perl \ unit-ruby diff --git a/docs/changes.xml b/docs/changes.xml index 32766116..4d320521 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -5,6 +5,19 @@ + + + + +Initial release of Go 1.10 module for NGINX Unit. + + + + + +