From 244110751e82f5487ebb35a65687914a693172c5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20P=C3=ADsa=C5=99?= Date: Sun, 12 Feb 2017 19:47:04 +0100 Subject: [PATCH] Increase version to 0.7 --- NEWS | 18 ++++++++++++++++++ configure.ac | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 1b257ad..6a95efc 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,21 @@ +Version 0.7 +=========== + +• This is a bug-fix release. + +• A bug in password change cought by GCC 7 was fixed. + +• Build-time checks for available header files and functions were corrected. + +• Linking to readline library was made more portable so that it supports +systems where readline library has undefined symbols from termcap library. + +• Automake warnings about subdir-objects mode was corrected. Please nothe then +Automake 1.13.4 misquotes some internals and creates spurious '$(libdirpath)' +subdirectory. This seems to be fixed in Automake 1.14.1. + +• Documentation was updated. + Version 0.6 =========== diff --git a/configure.ac b/configure.ac index 07138ac..25ca934 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.63]) -AC_INIT([shigofumi], [0.6], [petr.pisar@atlas.cz]) +AC_INIT([shigofumi], [0.7], [petr.pisar@atlas.cz]) AM_INIT_AUTOMAKE([subdir-objects]) AC_CONFIG_SRCDIR([src/shigofumi.c]) AC_CONFIG_MACRO_DIR([m4]) -- 2.11.4.GIT