diff --git a/VERSION b/VERSION index ee1372d..7179039 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.2 +0.2.3 diff --git a/debian/changelog b/debian/changelog index 6ec15b6..05978df 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,15 @@ -mscp (0.2.2) UNRELEASED; urgency=medium +mscp (0.2.3) UNRELEASED; urgency=medium + + * bump libssh version to 0.11.2 (#25) + * adopt new AIO read API of libssh + * fix path handling when remote dst path has suffix '/' (#24) + * fix remote path handling including '~' (partially) + * try pubkey auth first to avoid PerSourcePenalties + * remove the single-binary version of mscp from release + + -- Ryo Nakamura Tue, 12 Aug 2025 18:11:47 +0900 + +mscp (0.2.2) unstable; urgency=medium * bump cmake_minimum_version on libssh (#32) * fix quiet mode (#30) diff --git a/rpm/mscp.spec.in b/rpm/mscp.spec.in index dc2fd4c..4722128 100644 --- a/rpm/mscp.spec.in +++ b/rpm/mscp.spec.in @@ -38,6 +38,9 @@ make -C build install DESTDIR=%{buildroot} %changelog +* Tue Aug 12 2025 Ryo Nakamura - 0.2.3-1 +- RPM release for v0.2.3 + * Wed Apr 16 2025 Ryo Nakamura - 0.2.2-1 - RPM release for v0.2.2