From fdaff41f6f72c8a331359117013a6a4f856a6856 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Tue, 21 Jun 2022 03:44:48 -0400 Subject: [PATCH] Updated changelog --- extra/changelog-total | 14 ++++++++++++++ share/doc/sshyp/changelog | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/extra/changelog-total b/extra/changelog-total index 0c994dc..a5e9c17 100755 --- a/extra/changelog-total +++ b/extra/changelog-total @@ -1,3 +1,17 @@ +sshyp v1.0.1 + +The Polished Trotters Update - Patch 1 + +This is a hotfix for the Haiku decryption bug. + +Changes: + +- subprocess.Popen has been replaced with subprocess.run where applicable +- stdout is no longer captured with any subprocess.Popen or subprocess.run usages + ^ this fixes decryption on Haiku + +<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> + sshyp v1.0.0 The Polished Trotters Update diff --git a/share/doc/sshyp/changelog b/share/doc/sshyp/changelog index f4b002b..9bd993c 100644 --- a/share/doc/sshyp/changelog +++ b/share/doc/sshyp/changelog @@ -1,3 +1,17 @@ +sshyp v1.0.1 + +The Polished Trotters Update - Patch 1 + +This is a hotfix for the Haiku decryption bug. + +Changes: + +- subprocess.Popen has been replaced with subprocess.run where applicable +- stdout is no longer captured with any subprocess.Popen or subprocess.run usages + ^ this fixes decryption on Haiku + +<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> + sshyp v1.0.0 The Polished Trotters Update