mirror of
https://github.com/gophernicus/gophernicus.git
synced 2025-01-03 14:56:43 -05:00
Released version 1.8.1 (1.8 had broken gophermap support)
This commit is contained in:
parent
23633d0945
commit
8bfea301c9
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
2015-09-23 Kim Holviala <kim@holviala.com>
|
2015-09-23 Kim Holviala <kim@holviala.com>
|
||||||
|
|
||||||
|
* Released version 1.8
|
||||||
* Fix for executable gophermaps in directories with spaces (bugreport from Black Rider)
|
* Fix for executable gophermaps in directories with spaces (bugreport from Black Rider)
|
||||||
* Fixed whitespace formatting
|
* Fixed whitespace formatting
|
||||||
|
|
||||||
|
2
Makefile
2
Makefile
@ -8,7 +8,7 @@
|
|||||||
NAME = gophernicus
|
NAME = gophernicus
|
||||||
PACKAGE = $(NAME)
|
PACKAGE = $(NAME)
|
||||||
BINARY = in.$(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
|
SOURCES = $(NAME).c file.c menu.c string.c platform.c session.c options.c
|
||||||
HEADERS = functions.h files.h
|
HEADERS = functions.h files.h
|
||||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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
|
gophernicus (1.8) unstable; urgency=low
|
||||||
|
|
||||||
* New upstream release
|
* New upstream release
|
||||||
|
Loading…
Reference in New Issue
Block a user