Skip to content

Commit

Permalink
configure.ac, NEWS: Bump version to 0.18.0
Browse files Browse the repository at this point in the history
* configure.ac, NEWS: Bump version to 0.18.0.
  • Loading branch information
artyom-poptsov committed Nov 10, 2024
1 parent b0ec96d commit 41af07f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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.18.0 (2024-11-10)
** Change =(ssh popen)= procedures behavior :API_CHANGE:
Now the following procedures handle the program arguments the same way as
=open-pipe*= procedure. This also makes the their behavior match the
Expand All @@ -25,7 +25,7 @@ Now =make-session= disables reading the default SSH configuration files when
=#:config= is set to =#f= (as per Guile-SSH documentation.) Note that =#f=
value is handled through the "process-config?" option that was added in libssh
0.9; when an older version of libssh is used, Guile-SSH falls back to setting
the configuration file to =/dev/null= (which in turn prevent libssh from using
the configuration file to =/dev/null= (which in turn prevents libssh from using
the default configuration files.)

When =#:config= is set to =#t= then the default SSH configuration files are
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ 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.17.0], [poptsov.artyom@gmail.com],
AC_INIT([Guile-SSH], [0.18.0], [poptsov.artyom@gmail.com],
[guile-ssh],
[https://github.com/artyom-poptsov/guile-ssh])

AC_COPYRIGHT(GUILE_SSH_CONFIGURE_COPYRIGHT)

dnl See
dnl <https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html>
LIBGUILE_SSH_INTERFACE="17:0:3"
LIBGUILE_SSH_INTERFACE="18:0:0"
AC_SUBST(LIBGUILE_SSH_INTERFACE)

AC_CONFIG_AUX_DIR([build-aux])
Expand Down

0 comments on commit 41af07f

Please sign in to comment.