diff options
author | Andrei Belov <defan@nginx.com> | 2019-12-02 10:25:19 +0300 |
---|---|---|
committer | Andrei Belov <defan@nginx.com> | 2019-12-02 10:25:19 +0300 |
commit | 0ec222bbb202194327c2e76d48f0b2608b37c162 (patch) | |
tree | e34852535eda6676eb0b8ab760a498356fff6a16 /docs | |
parent | 9d563a20c5e1beb34dbf42e3bb7c88254cd8c2ce (diff) | |
parent | 5758a0637469bb29b3568d3311bc58505f82fc0c (diff) | |
download | unit-0ec222bbb202194327c2e76d48f0b2608b37c162.tar.gz unit-0ec222bbb202194327c2e76d48f0b2608b37c162.tar.bz2 |
Merged with the default branch.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Makefile | 2 | ||||
-rw-r--r-- | docs/changes.xml | 39 |
2 files changed, 41 insertions, 0 deletions
diff --git a/docs/Makefile b/docs/Makefile index ef9e596e..bb4a1446 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -9,7 +9,9 @@ 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-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 a0dd7009..6efb014d 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -5,6 +5,45 @@ <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>"> + +<change> +<para> +Initial release of Python 3.8 module for NGINX Unit. +</para> +</change> + +</changes> + + <changes apply="unit-php unit-python unit-python2.7 unit-python3.4 unit-python3.5 unit-python3.6 unit-python3.7 |