summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorAndrei Belov <defan@nginx.com>2018-12-27 11:07:24 +0300
committerAndrei Belov <defan@nginx.com>2018-12-27 11:07:24 +0300
commit4ca0479c989ba4e15b6ec3a0ff0dc406f7ac05ef (patch)
treeba1af56b544dbc81e3027c35b7f412dedc6a0323 /docs
parenta22fd45248b6a247673d1fd9ab50c183987ab9b4 (diff)
downloadunit-4ca0479c989ba4e15b6ec3a0ff0dc406f7ac05ef.tar.gz
unit-4ca0479c989ba4e15b6ec3a0ff0dc406f7ac05ef.tar.bz2
Packages: Ubuntu 18.10 "cosmic" support added.
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile2
-rw-r--r--docs/changes.xml13
2 files changed, 14 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 52ed1c65..1f0ba451 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -8,7 +8,7 @@ XSLS?= xslscript.pl
PACKAGES= unit \
unit-php \
unit-python unit-python2.7 unit-python3.4 \
- unit-python3.5 unit-python3.6 \
+ unit-python3.5 unit-python3.6 unit-python3.7 \
unit-go unit-go1.7 unit-go1.8 unit-go1.9 unit-go1.10 \
unit-perl \
unit-ruby
diff --git a/docs/changes.xml b/docs/changes.xml
index 7443795b..6a1f8a9b 100644
--- a/docs/changes.xml
+++ b/docs/changes.xml
@@ -5,6 +5,19 @@
<change_log title="unit">
+<changes apply="unit-python3.7" ver="1.7" rev="1"
+ date="2018-12-25" time="10:30:00 +0300"
+ packager="Andrei Belov &lt;defan@nginx.com&gt;">
+
+<change>
+<para>
+Initial release of Python 3.7 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