Skip to content

Commit

Permalink
bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
upa committed May 11, 2024
1 parent 235ba41 commit 404f025
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.2.1
14 changes: 13 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions rpm/mscp.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 404f025

Please sign in to comment.