diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Makefile | 2 | ||||
-rw-r--r-- | docs/changes.xml | 39 |
2 files changed, 40 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile index c53ae895..b5494fd2 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -5,7 +5,7 @@ UNIT= unit-$(VER) DEST= ../build XSLS?= xslscript.pl -PACKAGES= unit +PACKAGES= unit unit-php unit-python unit-go all: changes changelogs diff --git a/docs/changes.xml b/docs/changes.xml index 51b99d41..09358398 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -5,6 +5,45 @@ <change_log title="unit"> +<changes apply="unit-go" 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 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>"> + +<change> +<para> +Initial release of Python 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>"> + +<change> +<para> +Initial release of PHP module for NGINX Unit. +</para> +</change> + +</changes> + + <changes apply="unit" ver="0.2" rev="1" date="2017-10-19" time="18:00:00 +0300" packager="Andrei Belov <defan@nginx.com>"> |