summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorRyo Nakamura <upa@haeena.net>2024-02-07 16:09:46 +0900
committerRyo Nakamura <upa@haeena.net>2024-02-07 16:16:40 +0900
commit2ef4267f72ffdea83960ed0faba778e0d083ff94 (patch)
tree29a03980d703409c229b5a7bf8d7503bc0eff88c /debian
parent1d8d853b30725e41b1d73f045630cb775e2b77bf (diff)
bump version to 0.1.4
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog17
1 files changed, 16 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index c1a56bd..20d4080 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,19 @@
-mscp (0.1.3) UNRELEASED; urgency=medium
+mscp (0.1.4) UNRELEASED; urgency=medium
+
+ * add a test for builds on FreeBSD
+ * updat container images for tests
+ * dropp support for Python bindings
+ * clean up error message handling
+ * add MSCP_SSH_AUTH_PASSWORD/PASSPHRASE environment variables
+ to pass passwords to MSCP without interactive input (issue #9)
+ * add a -p option to preserve timestamps
+ * add -4 and -6 options to use IPv4 or IPv6, respectively
+ * introduc .clang-format, which is derived from the Linux kernel
+ * fix the manpage
+
+ -- Ryo Nakamura <upa@haeena.net> Wed, 07 Feb 2024 15:56:58 +0900
+
+mscp (0.1.3) unstable; urgency=medium
* add -I option for inserting intervals between SSH attempts (issue #7)
* add -P option, equivalent to -p (just for compatibility)