summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2017-06-18 09:16:07 +0300
committerArtyom V. Poptsov <poptsov.artyom@gmail.com>2017-06-18 09:16:07 +0300
commit00988ecc0f1a1917b5ff18501130e22965e33369 (patch)
tree4d7d916d8eb11cd8b454554bb2ce2b02a91cffaa
parentNEWS: Update (diff)
downloadguile-ssh-0.11.2.tar.gz
NEWS: Bump version to 0.11.2v0.11.2
* NEWS: Update. Bump version to 0.11.2. * configure.ac: Update.
-rw-r--r--NEWS7
-rw-r--r--configure.ac4
2 files changed, 7 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 1c23789..ddbfa35 100644
--- a/NEWS
+++ b/NEWS
@@ -7,7 +7,7 @@ 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.2 (2017-06-18)
** Bugfixes
*** Always reset the channel and sftp streams when closing ports
In Guile 2.2 objects (and thus Guile-SSH channels) are finalized in a
@@ -27,6 +27,9 @@ Copyright (C) Artyom V. Poptsov <poptsov.artyom@gmail.com>
**** 'node-guile-version' now does not fail
The procedure would always fail to get Guile version. Now that should be
fixed.
+
+ Reported by Mark H Weaver and Ludovic Courtès, in
+ <https://bugs.gnu.org/26976>
*** In (ssh session)
**** 'session-set!' now throws an option with its value on an error
*** In (ssh channel)
@@ -43,9 +46,9 @@ Copyright (C) Artyom V. Poptsov <poptsov.artyom@gmail.com>
#<unknown channel (freed) 9412f0>
** Update unit tests
*** Add test cases for fixed bugs
-
** Misc
*** Improve logging
+
* Changes in version 0.11.1 (2017-05-09)
** Bugfixes
*** Fix building scripts
diff --git a/configure.ac b/configure.ac
index 00fbe23..5aa8d35 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, 2014, 2015, 2016 Artyom V. Poptsov <poptsov.artyom@gmail.com>
+Copyright (C) 2013, 2014, 2015, 2016, 2017 Artyom V. Poptsov <poptsov.artyom@gmail.com>
This file is part of Guile-SSH.
@@ -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.11.1], [poptsov.artyom@gmail.com],
+AC_INIT([Guile-SSH], [0.11.2], [poptsov.artyom@gmail.com],
[guile-ssh],
[https://github.com/artyom-poptsov/guile-ssh])