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 | |
parent | 235ba41c5b5adde50ec44deebcd4a5d97e2eb995 (diff) |
bump version to 0.2.1
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | debian/changelog | 14 | ||||
-rw-r--r-- | rpm/mscp.spec.in | 3 |
3 files changed, 17 insertions, 2 deletions
@@ -1 +1 @@ -0.2.0 +0.2.1 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 diff --git a/rpm/mscp.spec.in b/rpm/mscp.spec.in index ff0d02f..a6b1f7c 100644 --- a/rpm/mscp.spec.in +++ b/rpm/mscp.spec.in @@ -38,6 +38,9 @@ make -C build install DESTDIR=%{buildroot} %changelog +* Sat May 11 2024 Ryo Nakamura <upa@haeena.net> - 0.2.1-1 +- RPM release for v0.2.1 + * Mon Apr 15 2024 Ryo Nakamura <upa@haeena.net> - 0.2.0-1 - RPM release for v0.2.0 |