Changelog for
ruby3.3-rubygem-sshkit-1.23.0-1.1.x86_64.rpm :
* Tue Jul 16 2024 Dan Čermák
- New upstream release 1.23.0, see bundled CHANGELOG.md
* Fri Jun 21 2024 Dan Čermák - New upstream release 1.22.2, see bundled CHANGELOG.md
* Mon Jan 29 2024 Dan Čermák - New upstream release 1.22.0, see bundled CHANGELOG.md
* Tue Nov 28 2023 Dan Čermák - New upstream release 1.21.6, see bundled CHANGELOG.md
* Tue Nov 14 2023 Dan Čermák - New upstream release 1.21.5, see bundled CHANGELOG.md
* Mon Oct 10 2022 Stephan Kulow updated to version 1.21.3 see installed CHANGELOG.md
* Wed Jan 20 2021 Stephan Kulow updated to version 1.21.2 see installed CHANGELOG.md
* Thu May 07 2020 Stephan Kulow - updated to version 1.21.0 see installed CHANGELOG.md
* Mon Feb 10 2020 Stephan Kulow - updated to version 1.20.0 see installed CHANGELOG.md [#]# [1.20.0][] (2019-08-03)
* [#468](https://github.com/capistrano/sshkit/pull/468): Make `upload!` take a `:verbosity` option like `exec` does - [AATTgrosser](https://github.com/grosser)
* Fri Jul 19 2019 Stephan Kulow - updated to version 1.19.1 see installed CHANGELOG.md [#]# [1.19.1][] (2019-07-02)
* [#465](https://github.com/capistrano/sshkit/pull/456): Fix a regression in 1.19.0 that prevented `~` from being used in Capistrano paths, e.g. `:deploy_to`, etc. - [AATTgrosser](https://github.com/grosser) [#]# [1.19.0][] (2019-06-30)
* [#455](https://github.com/capistrano/sshkit/pull/455): Ensure UUID of commands are stable in logging - [AATTlazyatom](https://github.com/lazyatom)
* [#453](https://github.com/capistrano/sshkit/pull/453): `as` and `within` now properly escape their user/group/path arguments, and the command nested within an `as` block is now properly escaped before passing to `sh -c`. In the unlikely case that you were manually escaping commands passed to SSHKit as a workaround, you will no longer need to do this. See [#458](https://github.com/capistrano/sshkit/issues/458) for examples of what has been fixed. - [AATTgrosser](https://github.com/grosser)
* [#460](https://github.com/capistrano/sshkit/pull/460): Handle IPv6 addresses without port - [AATTwill-in-wi](https://github.com/will-in-wi)