From d9e89ac8420a91b561fb25d81d79b632baa97b99 Mon Sep 17 00:00:00 2001 From: "Artyom V. Poptsov" Date: Sun, 9 Oct 2016 21:30:09 +0300 Subject: NEWS: Bump version to 0.10.1 * NEWS: Bump version to 0.10.1. * configure.ac, doc/version.texi: Update. --- NEWS | 4 +++- configure.ac | 4 ++-- doc/version.texi | 8 ++++---- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index 41ce39b..d659fd2 100644 --- a/NEWS +++ b/NEWS @@ -7,12 +7,14 @@ Copyright (C) Artyom V. Poptsov are permitted in any medium without royalty provided the copyright notice and this notice are preserved. -* Unreleased +* Changes in version 0.10.1 (2016-10-09) ** Bugfixes *** Fix SMOB freeing callbacks Callbacks for many Guile-SSH objects would always fail to free allocated resources due to wrong check added in 0.10.0. The problem should be fixed now. +** Change default 'guilesitedir' to 'PREFIX/share/guile/site/X.Y' + from 'PREFIX/share/guile-ssh/ssh/' * Changes in version 0.10.0 (2016-08-20) ** Add support of Guile 2.0.12 diff --git a/configure.ac b/configure.ac index 5441985..3b0aa7e 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ You should have received a copy of the GNU General Public License along with Guile-SSH. If not, see . ]]) -AC_INIT([Guile-SSH], [0.10.0], [poptsov.artyom@gmail.com], +AC_INIT([Guile-SSH], [0.10.1], [poptsov.artyom@gmail.com], [guile-ssh], [https://github.com/artyom-poptsov/guile-ssh]) @@ -76,7 +76,7 @@ if test "x$guilesitedir" = "x"; then fi AC_SUBST([guilesitedir]) -LIBGUILE_SSH_INTERFACE="10:0:0" +LIBGUILE_SSH_INTERFACE="10:1:0" AC_SUBST(LIBGUILE_SSH_INTERFACE) GUILE_EFFECTIVE_VERSION=`$GUILE -c '(display (effective-version))'` diff --git a/doc/version.texi b/doc/version.texi index b38130e..cc70a06 100644 --- a/doc/version.texi +++ b/doc/version.texi @@ -1,4 +1,4 @@ -@set UPDATED 20 August 2016 -@set UPDATED-MONTH August 2016 -@set EDITION 0.10.0 -@set VERSION 0.10.0 +@set UPDATED 9 October 2016 +@set UPDATED-MONTH October 2016 +@set EDITION 0.10.1 +@set VERSION 0.10.1 -- cgit v1.2.3