diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | debian/control | 2 | 
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 954078d..8075e41 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +webserver (1.12) unstable; urgency=medium + +  * Add gnuplot generated statistics in statistics plugin +  * End articles with square + + -- Roland Reichwein <rr@antcom.de>  Sat, 19 Dec 2020 11:36:46 +0100 +  webserver (1.11) unstable; urgency=medium    * Bugfix: ZIP download in webbox was broken diff --git a/debian/control b/debian/control index 5ea967d..9738e34 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Homepage: http://www.reichwein.it/webserver/  Package: webserver  Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, zip +Depends: ${shlibs:Depends}, ${misc:Depends}, zip, gnuplot  Provides: httpd  Homepage: http://www.reichwein.it/webserver/  Description: Web server  | 
