summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyo Nakamura <upa@haeena.net>2024-04-15 00:12:09 +0900
committerRyo Nakamura <upa@haeena.net>2024-04-15 00:12:09 +0900
commitb1dbf626956d727acb43a408f76ccce38de83bab (patch)
tree65c47df38397f4340b2c4678f4fd2f3f44f883fa
parent7b5e38e811b3553eb6d30ba4b995dee002df3142 (diff)
bump version to 0.2.0
-rw-r--r--VERSION2
-rw-r--r--debian/changelog17
-rw-r--r--rpm/mscp.spec.in3
3 files changed, 20 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 9faa1b7..0ea3a94 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.1.5
+0.2.0
diff --git a/debian/changelog b/debian/changelog
index 13d8919..eaca791 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,19 @@
-mscp (0.1.5) UNRELEASED; urgency=medium
+mscp (0.2.0) UNRELEASED; urgency=medium
+
+ * add -J DESTINATION option for ProxyJump (#15)
+ * add -o SSH_OPTION option
+ * add -L LIMIT_BITRATE option (#14)
+ * add keyboard interactive authentication support. Also, we have manually
+ tested that mscp works with cisco DUO MFA (#2)
+ * remove -H disable host key check option (ssh_config or -o option can do
+ this instead)
+ * fix copying files of permission r--r--r--
+ * update github actions: checkout v3 to v4, and codeql from v2 to v3
+ * add ubuntu 24.04 test
+
+ -- Ryo Nakamura <upa@haeena.net> Mon, 15 Apr 2024 00:05:20 +0900
+
+mscp (0.1.5) unstable; urgency=medium
* add support for resuming failed transfer (#5 and #10)
* remove the list structure derived from the linux kernel and refactoring
diff --git a/rpm/mscp.spec.in b/rpm/mscp.spec.in
index 189de0f..ff0d02f 100644
--- a/rpm/mscp.spec.in
+++ b/rpm/mscp.spec.in
@@ -38,6 +38,9 @@ make -C build install DESTDIR=%{buildroot}
%changelog
+* Mon Apr 15 2024 Ryo Nakamura <upa@haeena.net> - 0.2.0-1
+- RPM release for v0.2.0
+
* Thu Mar 14 2024 Ryo Nakamura <upa@haeena.net> - 0.1.5-0
- RPM release for v0.1.5