File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-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.17.0 (2024-05-01)
1111** =make-session= now loads config file before setting options
1212=make-session= would always overwrite the explicitly set options passed by
1313keywords with the values from the SSH configuration file. That lead to
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce configure.
33dnl
44
55define ( GUILE_SSH_CONFIGURE_COPYRIGHT , [ [
6- Copyright (C) 2013-2023 Artyom V. Poptsov <poptsov.artyom@gmail.com>
6+ Copyright (C) 2013-2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
77
88This file is part of Guile-SSH.
99
@@ -21,13 +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.16.4 ] , [ poptsov.artyom@gmail.com] ,
24+ AC_INIT ( [ Guile-SSH] , [ 0.17.0 ] , [ poptsov.artyom@gmail.com] ,
2525 [ guile-ssh] ,
2626 [ https://github.com/artyom-poptsov/guile-ssh] )
2727
2828AC_COPYRIGHT ( GUILE_SSH_CONFIGURE_COPYRIGHT )
2929
30- LIBGUILE_SSH_INTERFACE="16:0:2"
30+ dnl See
31+ dnl <https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html>
32+ LIBGUILE_SSH_INTERFACE="17:0:3"
3133AC_SUBST ( LIBGUILE_SSH_INTERFACE )
3234
3335AC_CONFIG_AUX_DIR ( [ build-aux] )
You can’t perform that action at this time.
0 commit comments