From 44c4212b0f87d6416f901b482453b21e326c553e Mon Sep 17 00:00:00 2001 From: "Artyom V. Poptsov" Date: Wed, 1 May 2024 11:45:09 +0300 Subject: [PATCH] NEWS: Bump version to 0.17.0 --- NEWS | 2 +- configure.ac | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 910c2e4..a52169f 100644 --- a/NEWS +++ b/NEWS @@ -7,7 +7,7 @@ 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.17.0 (2024-05-01) ** =make-session= now loads config file before setting options =make-session= would always overwrite the explicitly set options passed by keywords with the values from the SSH configuration file. That lead to diff --git a/configure.ac b/configure.ac index a6255fe..986dd55 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce configure. dnl define(GUILE_SSH_CONFIGURE_COPYRIGHT, [[ -Copyright (C) 2013-2023 Artyom V. Poptsov +Copyright (C) 2013-2024 Artyom V. Poptsov This file is part of Guile-SSH. @@ -21,13 +21,15 @@ You should have received a copy of the GNU General Public License along with Guile-SSH. If not, see . ]]) -AC_INIT([Guile-SSH], [0.16.4], [poptsov.artyom@gmail.com], +AC_INIT([Guile-SSH], [0.17.0], [poptsov.artyom@gmail.com], [guile-ssh], [https://github.com/artyom-poptsov/guile-ssh]) AC_COPYRIGHT(GUILE_SSH_CONFIGURE_COPYRIGHT) -LIBGUILE_SSH_INTERFACE="16:0:2" +dnl See +dnl +LIBGUILE_SSH_INTERFACE="17:0:3" AC_SUBST(LIBGUILE_SSH_INTERFACE) AC_CONFIG_AUX_DIR([build-aux])