summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--VERSION2
-rw-r--r--debian/changelog14
-rw-r--r--rpm/mscp.spec.in3
3 files changed, 17 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 0ea3a94..0c62199 100644
--- a/VERSION
+++ b/VERSION
@@ -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