summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorRyo Nakamura <upa@haeena.net>2024-01-12 22:28:52 +0900
committerRyo Nakamura <upa@haeena.net>2024-01-18 13:20:02 +0900
commit020dadfbafed638ad3674325acbd5db4d136ac53 (patch)
treeda580b55ae93baf18fd3b3cbe0e5ae77db6e45fc /debian
parent16086ffdb374801bb99724c805341c2dab7b012c (diff)
bump version to 0.1.3
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog15
1 files changed, 14 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 873798f..c1a56bd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,17 @@
-mscp (0.1.2) UNRELEASED; urgency=medium
+mscp (0.1.3) UNRELEASED; urgency=medium
+
+ * add -I option for inserting intervals between SSH attempts (issue #7)
+ * add -P option, equivalent to -p (just for compatibility)
+ * update libssh to 0.10.6-2-g6f1b1e76 for security fixes
+ * cleanup warning messages when scanning source files fails
+ * fix wrong destination paths for source paths under '/' (issue #8)
+ * reduce memory footprint for coping many (e.g., over 100k) files (issue #8)
+ * add SPDX-License-Identifer to the source files
+ * add manpage
+
+ -- Ryo Nakamura <upa@haeena.net> Fri, 12 Jan 2024 22:20:24 +0900
+
+mscp (0.1.2) unstable; urgency=medium
* Initial release for debian packaging