File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Copyright (C) Artyom V. Poptsov <poptsov.artyom@gmail.com>
77 are permitted in any medium without royalty provided the copyright
88 notice and this notice are preserved.
99
10- * Unreleased
10+ * Changes in version 0.18.0 (2024-11-10)
1111** Change =(ssh popen)= procedures behavior :API_CHANGE:
1212Now the following procedures handle the program arguments the same way as
1313=open-pipe*= procedure. This also makes the their behavior match the
@@ -25,7 +25,7 @@ Now =make-session= disables reading the default SSH configuration files when
2525=#:config= is set to =#f= (as per Guile-SSH documentation.) Note that =#f=
2626value is handled through the "process-config?" option that was added in libssh
27270.9; when an older version of libssh is used, Guile-SSH falls back to setting
28- the configuration file to =/dev/null= (which in turn prevent libssh from using
28+ the configuration file to =/dev/null= (which in turn prevents libssh from using
2929the default configuration files.)
3030
3131When =#:config= is set to =#t= then the default SSH configuration files are
Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ You should have received a copy of the GNU General Public License
2121along with Guile-SSH. If not, see <http://www.gnu.org/licenses/>.
2222] ] )
2323
24- AC_INIT ( [ Guile-SSH] , [ 0.17 .0] , [ poptsov.artyom@gmail.com] ,
24+ AC_INIT ( [ Guile-SSH] , [ 0.18 .0] , [ poptsov.artyom@gmail.com] ,
2525 [ guile-ssh] ,
2626 [ https://github.com/artyom-poptsov/guile-ssh] )
2727
2828AC_COPYRIGHT ( GUILE_SSH_CONFIGURE_COPYRIGHT )
2929
3030dnl See
3131dnl <https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html>
32- LIBGUILE_SSH_INTERFACE="17 :0:3 "
32+ LIBGUILE_SSH_INTERFACE="18 :0:0 "
3333AC_SUBST ( LIBGUILE_SSH_INTERFACE )
3434
3535AC_CONFIG_AUX_DIR ( [ build-aux] )
You can’t perform that action at this time.
0 commit comments