diff options
author | Roland Reichwein <mail@reichwein.it> | 2021-09-24 11:02:21 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2021-09-24 11:02:21 +0200 |
commit | 9a40db34cd48b776023e3558a855458fa4f9d264 (patch) | |
tree | b7458e4702fa01a73adc78c73563590cb8d684f3 /debian | |
parent | 108dec000f813e1ba54dfc2a59a9dfe028cca414 (diff) |
webserver version 1.14: Bugfix: URL decode in static files
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/copyright | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index cb34ab9..ba76792 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +webserver (1.14) unstable; urgency=medium + + * Bugfix: URL decoding in static files plugin + + -- Roland Reichwein <mail@reichwein.it> Fri, 24 Sep 2021 10:47:07 +0200 + webserver (1.13) unstable; urgency=medium * Code cleanup (Boost tests instead of google tests) diff --git a/debian/copyright b/debian/copyright index 4b3a1b3..8e3ebb6 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,4 +1,4 @@ -This package is Copyright 2020 by Roland Reichwein <mail@reichwein.it> +This package is Copyright 2021 by Roland Reichwein <mail@reichwein.it> Both upstream source code and Debian packaging is licensed under the BSD license: |