Documentation
- fix typos
Bug Fixes
- make clear in docs that the writer needs to be dropped for good measure.
Otherwise, some transports might deadlock. - Use single quotes for ssh path arg
Git uses this method of quoting args for SSH transport too
Some Git SSH servers require this method to be used (eg. BitBucket) - Place port for PuTTY and derivates in separate argument
All three PuTTY clients require the port to be separated from the "-P"
argument
Commit Statistics
- 14 commits contributed to the release over the course of 28 calendar days.
- 30 days passed between releases.
- 4 commits were understood as conventional.
- 1 unique issue was worked on: #691
Thanks Clippy
Clippy helped 1 time to make code idiomatic.
Commit Details
view details
- #691
- set
rust-version
to 1.64 (55066ce)
- set
- Uncategorized
- prepare changelogs prior to release (7c846d2)
- Merge branch 'Lioness100/main' (1e544e8)
- fix typos (39ed9ed)
- make clear in docs that the writer needs to be dropped for good measure. (eff7ad7)
- thanks clippy (bac57dd)
- make fmt (e22080e)
- Merge branch 'adjustments-for-cargo' (7bba270)
- Improve documentation on http options (5bf9547)
- Merge branch 'ssh-quoting' (cc35025)
- refactor (deed1f1)
- Use single quotes for ssh path arg (acb4c17)
- Merge pull request #712 from exactly-one-kas/putty-port (021248c)
- Place port for PuTTY and derivates in separate argument (85c3382)