summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2023-01-14 15:09:28 +0100
committerRoland Reichwein <mail@reichwein.it>2023-01-14 15:09:28 +0100
commitdb915a76b83f3e9a4009702d28d068e399d2c7e8 (patch)
tree8aa6b7568bba5a83bdbc7a1121ff231ca4621b8a
parent3b42785c57768e619ade198f7b4760e16288e0f3 (diff)
webserver v1.18v1.18
-rw-r--r--Makefile2
-rw-r--r--debian/changelog4
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index fe2f7a0..8a1fd93 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ VERSION=$(shell dpkg-parsechangelog --show-field Version)
DISTROS=base debian11 ubuntu2204 ubuntu2210
PROJECTNAME=webserver
-TGZNAME=$(shell ls -t ../$(PROJECTNAME)-*.tar.xz | head -n1 | sed -e 's,^../,,')
+TGZNAME=$(shell ls -t ../$(PROJECTNAME)-$(VERSION).tar.xz | head -n1 | sed -e 's,^../,,')
PLUGINS= \
cgi \
fcgi \
diff --git a/debian/changelog b/debian/changelog
index 43a487f..fda1b28 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-webserver (1.18~pre1) UNRELEASED; urgency=medium
+webserver (1.18) unstable; urgency=medium
* Added websockets support (configurable forwarding proxy)
* CGI bugfix: Executable execute bits check
@@ -7,7 +7,7 @@ webserver (1.18~pre1) UNRELEASED; urgency=medium
* FCGI: Implemented direct application start
* Added webapp-runner for FCGI applications (replacement for spawn-fcgi)
- -- Roland Reichwein <mail@reichwein.it> Sun, 08 Jan 2023 15:26:48 +0100
+ -- Roland Reichwein <mail@reichwein.it> Sat, 14 Jan 2023 15:09:15 +0100
webserver (1.17) unstable; urgency=medium