Skip to content

Commit 41af07f

Browse files
configure.ac, NEWS: Bump version to 0.18.0
* configure.ac, NEWS: Bump version to 0.18.0.
1 parent b0ec96d commit 41af07f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

NEWS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:
1212
Now 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=
2626
value is handled through the "process-config?" option that was added in libssh
2727
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
2929
the default configuration files.)
3030

3131
When =#:config= is set to =#t= then the default SSH configuration files are

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ You should have received a copy of the GNU General Public License
2121
along 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

2828
AC_COPYRIGHT(GUILE_SSH_CONFIGURE_COPYRIGHT)
2929

3030
dnl See
3131
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"
3333
AC_SUBST(LIBGUILE_SSH_INTERFACE)
3434

3535
AC_CONFIG_AUX_DIR([build-aux])

0 commit comments

Comments
 (0)