summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2018-10-01 05:11:27 +0300
committerArtyom V. Poptsov <poptsov.artyom@gmail.com>2018-10-01 05:11:27 +0300
commit01cafef0dd87b6afda41942070e73b55b45a5ed2 (patch)
tree5e66f06e3f98fe929a71826a159fb249ed086715 /NEWS
parentINSTALL: Update (diff)
downloadguile-ssh-01cafef0dd87b6afda41942070e73b55b45a5ed2.tar.gz
libguile-ssh: Fix building with libssh 0.8HEADmaster
The 'libguile-ssh' library would fail to build due to missing 'libssh_threads' library that was removed libssh 0.8. This patch fixes that. Reported by lantw44 in <https://github.com/artyom-poptsov/guile-ssh/issues/9> * configure.ac: Add check for libssh 0.8 * libguile-ssh/Makefile.am: Don't use 'libssh_threads' library when building with libssh 0.8+. * NEWS: Update.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS17
1 files changed, 17 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 84d455b..8c73d1b 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,23 @@ 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
+** Bugfixes
+*** Fix a segfault in 'libguile-ssh'
+ The library would always fail with segmentation fault error when an
+ application tried to free a closed channel. Now it should be fixed.
+
+ Reported by Michael Bowcutt <mbowcutt@case.edu> in
+ <https://github.com/artyom-poptsov/guile-ssh/issues/8>
+ and Njagi Mwaniki in a personal email.
+*** Fix building with libssh 0.8
+ The 'libguile-ssh' library would fail to build due to missing
+ 'libssh_threads' library that was removed libssh 0.8. Now 'libguile-ssh'
+ builds without 'libssh_threads' when using libssh 0.8+.
+
+ Reported by lantw44 in
+ <https://github.com/artyom-poptsov/guile-ssh/issues/9>
+
* Changes in version 0.11.3 (2018-03-27)
** Bugfixes
*** 'node-run-server' now checks for errors