diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2017-05-09 09:24:32 +0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2017-05-09 09:24:32 +0300 |
| commit | 19ccab155729ebac0b4384847409787fd0d4a590 (patch) | |
| tree | d63e8b4c635aa476879214423f032759739424e4 | |
| parent | tests/server-client.scm ("message-get-session"): Add additional delays (diff) | |
| download | guile-ssh-19ccab155729ebac0b4384847409787fd0d4a590.tar.gz | |
NEWS: Bump version to 0.11.0v0.11.0
* NEWS: Update. Bump version to 0.11.0.
* configure.ac: Update.
* build-aux/compile: Update.
| -rw-r--r-- | NEWS | 7 | ||||
| -rwxr-xr-x | build-aux/compile | 4 | ||||
| -rw-r--r-- | configure.ac | 4 |
3 files changed, 10 insertions, 5 deletions
@@ -7,7 +7,12 @@ Copyright (C) Artyom V. Poptsov <poptsov.artyom@gmail.com> are permitted in any medium without royalty provided the copyright notice and this notice are preserved. -* Unreleased +* Changes in version 0.11.0 (2017-05-09) +** Add support of Guile 2.2 + Tested with GNU Guile version 2.0.14 (on Gentoo GNU/Linux) and + 2.2.2.3-0c102 (on Debian GNU/Linux.) + + Many thanks to Ludovic Courtès for patches! ** New module (ssh shell) The module provides some procedures build upon (ssh popen) module for working with remote shell. diff --git a/build-aux/compile b/build-aux/compile index c85c8f4..a85b723 100755 --- a/build-aux/compile +++ b/build-aux/compile @@ -1,7 +1,7 @@ -#!/bin/sh +#! /bin/sh # Wrapper for compilers which do not understand '-c -o'. -scriptversion=2016-11-24.20; # UTC +scriptversion=2012-10-14.11; # UTC # Copyright (C) 1999-2014 Free Software Foundation, Inc. # Written by Tom Tromey <tromey@cygnus.com>. diff --git a/configure.ac b/configure.ac index 611738c..e926a01 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 <http://www.gnu.org/licenses/>. ]]) -AC_INIT([Guile-SSH], [0.10.2], [poptsov.artyom@gmail.com], +AC_INIT([Guile-SSH], [0.11.0], [poptsov.artyom@gmail.com], [guile-ssh], [https://github.com/artyom-poptsov/guile-ssh]) @@ -85,7 +85,7 @@ if test "x$guilesitedir" = "x"; then fi AC_SUBST([guilesitedir]) -LIBGUILE_SSH_INTERFACE="10:2:0" +LIBGUILE_SSH_INTERFACE="11:0:0" AC_SUBST(LIBGUILE_SSH_INTERFACE) GUILE_EFFECTIVE_VERSION=`$GUILE -c '(display (effective-version))'` |
