From 2bf7adf3a0e5a7732567734be69c8293da72408f Mon Sep 17 00:00:00 2001 From: Kim Holviala Date: Mon, 2 Mar 2015 08:54:08 +0200 Subject: [PATCH] Released version 1.7 --- ChangeLog | 8 ++++++++ Makefile | 2 +- debian/changelog | 6 ++++++ 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5b45001..c0a27c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ [ Automatically generated from git log ] +2015-01-04 Kim Holviala + + * Added ServerDefaultEncoding to automatic caps.txt + +2015-01-01 Kim Holviala + + * Added ServerSupportsStdinScripts to automatic caps.txt + 2014-12-19 Kim Holviala * Fixed a comment & formatting diff --git a/Makefile b/Makefile index b5805f9..3210616 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ NAME = gophernicus PACKAGE = $(NAME) BINARY = in.$(NAME) -VERSION = 1.7-alpha +VERSION = 1.7 SOURCES = $(NAME).c file.c menu.c string.c platform.c session.c options.c HEADERS = functions.h files.h diff --git a/debian/changelog b/debian/changelog index 479c948..22493db 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +gophernicus (1.7) unstable; urgency=low + + * New upstream release + + -- Kim Holviala Mon, 02 Mar 2015 08:52:00 +0200 + gophernicus (1.6) unstable; urgency=low * New upstream release