Skip to content

Commit 404f025

Browse files
committed
bump version to 0.2.1
1 parent 235ba41 commit 404f025

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.0
1+
0.2.1

debian/changelog

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
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
214

315
* add -J DESTINATION option for ProxyJump (#15)
416
* add -o SSH_OPTION option

rpm/mscp.spec.in

+3
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ make -C build install DESTDIR=%{buildroot}
3838

3939

4040
%changelog
41+
* Sat May 11 2024 Ryo Nakamura <upa@haeena.net> - 0.2.1-1
42+
- RPM release for v0.2.1
43+
4144
* Mon Apr 15 2024 Ryo Nakamura <upa@haeena.net> - 0.2.0-1
4245
- RPM release for v0.2.0
4346

0 commit comments

Comments
 (0)