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>
7
7
are permitted in any medium without royalty provided the copyright
8
8
notice and this notice are preserved.
9
9
10
- * Unreleased
10
+ * Changes in version 0.18.0 (2024-11-10)
11
11
** Change =(ssh popen)= procedures behavior :API_CHANGE:
12
12
Now the following procedures handle the program arguments the same way as
13
13
=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
25
25
=#:config= is set to =#f= (as per Guile-SSH documentation.) Note that =#f=
26
26
value is handled through the "process-config?" option that was added in libssh
27
27
0.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
29
29
the default configuration files.)
30
30
31
31
When =#: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
21
21
along with Guile-SSH. If not, see <http://www.gnu.org/licenses/>.
22
22
] ] )
23
23
24
- AC_INIT ( [ Guile-SSH] , [ 0.17 .0] , [ poptsov.artyom@gmail.com] ,
24
+ AC_INIT ( [ Guile-SSH] , [ 0.18 .0] , [ poptsov.artyom@gmail.com] ,
25
25
[ guile-ssh] ,
26
26
[ https://github.com/artyom-poptsov/guile-ssh] )
27
27
28
28
AC_COPYRIGHT ( GUILE_SSH_CONFIGURE_COPYRIGHT )
29
29
30
30
dnl See
31
31
dnl <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 "
33
33
AC_SUBST ( LIBGUILE_SSH_INTERFACE )
34
34
35
35
AC_CONFIG_AUX_DIR ( [ build-aux] )
You can’t perform that action at this time.
0 commit comments