diff options
author | Andrei Belov <defan@nginx.com> | 2018-02-07 17:26:37 +0300 |
---|---|---|
committer | Andrei Belov <defan@nginx.com> | 2018-02-07 17:26:37 +0300 |
commit | 539caf0946d2a5881ffaa34481f63c1bc67be96d (patch) | |
tree | 829ffba6d9f84d94e5abe742a299521e41f38268 /docs | |
parent | 78300263685f9e1037038a3d20ed15f41e52dd3d (diff) | |
download | unit-539caf0946d2a5881ffaa34481f63c1bc67be96d.tar.gz unit-539caf0946d2a5881ffaa34481f63c1bc67be96d.tar.bz2 |
Packages: added Perl package.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Makefile | 3 | ||||
-rw-r--r-- | docs/changes.xml | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile index 51f3108d..5bc503b9 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -9,7 +9,8 @@ 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-perl all: changes changelogs diff --git a/docs/changes.xml b/docs/changes.xml index 7909f7c7..13a9d254 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -5,6 +5,19 @@ <change_log title="unit"> +<changes apply="unit-perl" ver="0.5" rev="1" + date="2018-02-01" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change> +<para> +Initial release of Perl module for NGINX Unit. +</para> +</change> + +</changes> + + <changes apply="unit-go1.9" ver="0.4" rev="1" date="2018-01-15" time="18:00:00 +0300" packager="Andrei Belov <defan@nginx.com>"> |