diff options
author | Ryo Nakamura <upa@haeena.net> | 2024-05-11 15:15:07 +0900 |
---|---|---|
committer | Ryo Nakamura <upa@haeena.net> | 2024-05-11 15:38:16 +0900 |
commit | 404f02576526d3c0ad7063697a4c3082dfedcae2 (patch) | |
tree | d387f769d3a2eb4eaeeb00a2433004075b979cff /debian | |
parent | 235ba41c5b5adde50ec44deebcd4a5d97e2eb995 (diff) |
bump version to 0.2.1
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index eaca791..79780b2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,16 @@ -mscp (0.2.0) UNRELEASED; urgency=medium +mscp (0.2.1) UNRELEASED; urgency=medium + + * fix broken checkpoint files when copying multiple files (#16) + * fix broken password inputs for resume transfers (#17 and #18) + * add support [kKmMgG] units for -s, -S, and -b options (#20) + * change the default min chunk size to 16MB (#20) + * change the default max chunk size to filesize / (nr_conn * 4) (#20) + * -s and -S accept integers other than multiples of page sizes (#20) + * help now shows available ciphers and HMACs (#20) + + -- Ryo Nakamura <upa@haeena.net> Sat, 11 May 2024 14:49:52 +0900 + +mscp (0.2.0) unstable; urgency=medium * add -J DESTINATION option for ProxyJump (#15) * add -o SSH_OPTION option |