diff options
Diffstat (limited to '')
-rw-r--r-- | docs/Makefile | 5 | ||||
-rw-r--r-- | docs/changes.xml | 65 |
2 files changed, 69 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile index b5494fd2..8aed8618 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -5,7 +5,10 @@ UNIT= unit-$(VER) DEST= ../build XSLS?= xslscript.pl -PACKAGES= unit unit-php unit-python unit-go +PACKAGES= unit \ + unit-php \ + unit-python unit-python2.7 unit-python3.4 unit-python3.5\ + unit-go unit-go1.7 unit-go1.8 all: changes changelogs diff --git a/docs/changes.xml b/docs/changes.xml index 09358398..d2d28e42 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -18,6 +18,32 @@ Initial release of Go module for NGINX Unit. </changes> +<changes apply="unit-go1.7" ver="0.2" rev="1" + date="2017-10-19" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change> +<para> +Initial release of Go 1.7 module for NGINX Unit. +</para> +</change> + +</changes> + + +<changes apply="unit-go1.8" ver="0.2" rev="1" + date="2017-10-19" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change> +<para> +Initial release of Go 1.8 module for NGINX Unit. +</para> +</change> + +</changes> + + <changes apply="unit-python" ver="0.2" rev="1" date="2017-10-19" time="18:00:00 +0300" packager="Andrei Belov <defan@nginx.com>"> @@ -31,6 +57,45 @@ Initial release of Python module for NGINX Unit. </changes> +<changes apply="unit-python2.7" ver="0.2" rev="1" + date="2017-10-19" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change> +<para> +Initial release of Python 2.7 module for NGINX Unit. +</para> +</change> + +</changes> + + +<changes apply="unit-python3.4" ver="0.2" rev="1" + date="2017-10-19" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change> +<para> +Initial release of Python 3.4 module for NGINX Unit. +</para> +</change> + +</changes> + + +<changes apply="unit-python3.5" ver="0.2" rev="1" + date="2017-10-19" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change> +<para> +Initial release of Python 3.5 module for NGINX Unit. +</para> +</change> + +</changes> + + <changes apply="unit-php" ver="0.2" rev="1" date="2017-10-19" time="18:00:00 +0300" packager="Andrei Belov <defan@nginx.com>"> |