diff options
author | Andrei Belov <defan@nginx.com> | 2019-11-21 14:13:24 +0300 |
---|---|---|
committer | Andrei Belov <defan@nginx.com> | 2019-11-21 14:13:24 +0300 |
commit | 5758a0637469bb29b3568d3311bc58505f82fc0c (patch) | |
tree | 1be59caf4d751b2f23b920a7f882ada54604f2a4 /docs | |
parent | bc14605fd63f0aaab7d1d6ba771bf47355982db7 (diff) | |
download | unit-5758a0637469bb29b3568d3311bc58505f82fc0c.tar.gz unit-5758a0637469bb29b3568d3311bc58505f82fc0c.tar.bz2 |
Packages: added Ubuntu 19.10 "eoan" support.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Makefile | 1 | ||||
-rw-r--r-- | docs/changes.xml | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/docs/Makefile b/docs/Makefile index f9ae3177..bb4a1446 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -11,6 +11,7 @@ PACKAGES= unit \ unit-python3.5 unit-python3.6 unit-python3.7 \ unit-python3.8 \ unit-go unit-go1.7 unit-go1.8 unit-go1.9 unit-go1.10 \ + unit-go1.12 unit-go1.13 \ unit-perl \ unit-ruby \ unit-jsc-common unit-jsc8 unit-jsc10 unit-jsc11 diff --git a/docs/changes.xml b/docs/changes.xml index 0ac817ac..59106de1 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -5,6 +5,32 @@ <change_log title="unit"> +<changes apply="unit-go1.13" ver="1.13.0" rev="1" + date="2019-11-20" time="09:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change> +<para> +Initial release of Go 1.13 module for NGINX Unit. +</para> +</change> + +</changes> + + +<changes apply="unit-go1.12" ver="1.13.0" rev="1" + date="2019-11-20" time="09:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change> +<para> +Initial release of Go 1.12 module for NGINX Unit. +</para> +</change> + +</changes> + + <changes apply="unit-python3.8" ver="1.13.0" rev="1" date="2019-11-18" time="14:20:00 +0300" packager="Andrei Belov <defan@nginx.com>"> |