diff options
author | Ryo Nakamura <upa@haeena.net> | 2024-01-12 22:28:52 +0900 |
---|---|---|
committer | Ryo Nakamura <upa@haeena.net> | 2024-01-18 13:20:02 +0900 |
commit | 020dadfbafed638ad3674325acbd5db4d136ac53 (patch) | |
tree | da580b55ae93baf18fd3b3cbe0e5ae77db6e45fc | |
parent | 16086ffdb374801bb99724c805341c2dab7b012c (diff) |
bump version to 0.1.3
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | debian/changelog | 15 |
2 files changed, 15 insertions, 2 deletions
@@ -1 +1 @@ -0.1.2 +0.1.3 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 |