Commit 404f025 1 parent 235ba41 commit 404f025 Copy full SHA for 404f025
File tree 3 files changed +17
-2
lines changed
3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1
- 0.2.0
1
+ 0.2.1
Original file line number Diff line number Diff line change 1
- mscp (0.2.0) UNRELEASED; urgency=medium
1
+ mscp (0.2.1) UNRELEASED; urgency=medium
2
+
3
+ * fix broken checkpoint files when copying multiple files (#16)
4
+ * fix broken password inputs for resume transfers (#17 and #18)
5
+ * add support [kKmMgG] units for -s, -S, and -b options (#20)
6
+ * change the default min chunk size to 16MB (#20)
7
+ * change the default max chunk size to filesize / (nr_conn * 4) (#20)
8
+ * -s and -S accept integers other than multiples of page sizes (#20)
9
+ * help now shows available ciphers and HMACs (#20)
10
+
11
+ -- Ryo Nakamura <upa@haeena.net> Sat, 11 May 2024 14:49:52 +0900
12
+
13
+ mscp (0.2.0) unstable; urgency=medium
2
14
3
15
* add -J DESTINATION option for ProxyJump (#15)
4
16
* add -o SSH_OPTION option
Original file line number Diff line number Diff line change @@ -38,6 +38,9 @@ make -C build install DESTDIR=%{buildroot}
38
38
39
39
40
40
%changelog
41
+ * Sat May 11 2024 Ryo Nakamura <upa@haeena.net> - 0.2.1-1
42
+ - RPM release for v0.2.1
43
+
41
44
* Mon Apr 15 2024 Ryo Nakamura <upa@haeena.net> - 0.2.0-1
42
45
- RPM release for v0.2.0
43
46
You can’t perform that action at this time.
0 commit comments