1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-09-22 04:35:56 -04:00

Released version 1.8.1 (1.8 had broken gophermap support)

This commit is contained in:
Kim Holviala 2015-10-16 13:24:24 +03:00
parent 23633d0945
commit 8bfea301c9
3 changed files with 8 additions and 1 deletions

View File

@ -2,6 +2,7 @@
2015-09-23 Kim Holviala <kim@holviala.com>
* Released version 1.8
* Fix for executable gophermaps in directories with spaces (bugreport from Black Rider)
* Fixed whitespace formatting

View File

@ -8,7 +8,7 @@
NAME = gophernicus
PACKAGE = $(NAME)
BINARY = in.$(NAME)
VERSION = 1.8
VERSION = 1.8.1
SOURCES = $(NAME).c file.c menu.c string.c platform.c session.c options.c
HEADERS = functions.h files.h

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
gophernicus (1.8.1) unstable; urgency=low
* New upstream release
-- Kim Holviala <kim@holviala.com> Fri, 16 Oct 2015 13:18:01 +0200
gophernicus (1.8) unstable; urgency=low
* New upstream release