From d397e4b8ec1d2591b93fa44c8660edc314401da5 Mon Sep 17 00:00:00 2001 From: Sein Coray Date: Tue, 19 Mar 2024 20:19:40 +0100 Subject: [PATCH 1/2] prepare for release v0.14.2 --- doc/changelog.md | 7 +++++-- src/inc/info.php | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/changelog.md b/doc/changelog.md index a913b999b..aeec39c53 100644 --- a/doc/changelog.md +++ b/doc/changelog.md @@ -1,9 +1,12 @@ -# v0.14.1 -> x.x.x +# v0.14.1 -> v0.14.2 + +## Tech Preview New API +Release 0.14.2 comes with an update to the tech preview of APIv2. Be aware, it is a preview, it contains bugs and it will change; To use it, please see https://github.com/hashtopolis/server/wiki/Installation. ## Bugfixes - Setting maxAgent after creating doesn't update the maxAgents of the taskwrapper. This only causes issues when the maxAgents was set at creation time. #1013 -# v0.14.0 -> 0.14.1 +# v0.14.0 -> v0.14.1 ## Tech Preview New API Release 0.14.1 comes with an update to the tech preview of APIv2. Be aware, it is a preview, it contains bugs and it will change; To use it, please see https://github.com/hashtopolis/server/wiki/Installation. diff --git a/src/inc/info.php b/src/inc/info.php index 0eec76e20..ce7ad74ab 100644 --- a/src/inc/info.php +++ b/src/inc/info.php @@ -1,6 +1,6 @@ Date: Tue, 19 Mar 2024 21:04:41 +0100 Subject: [PATCH 2/2] added release commit hash to old test framework --- ci/HashtopolisTest.class.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ci/HashtopolisTest.class.php b/ci/HashtopolisTest.class.php index 56fbf2f25..a74de985f 100644 --- a/ci/HashtopolisTest.class.php +++ b/ci/HashtopolisTest.class.php @@ -34,7 +34,8 @@ abstract class HashtopolisTest { "0.13.0" => "c7036800be5b2e21542df0fa9bd4d19ebf7ecdf3", "0.13.1" => "fc4b5226c1d36dc0197f4d17d216298972055c09", "0.14.0" => "0af7193310c9c1f37a274578e159ab3ae0a6caad", - "0.14.1" => "375f2ce022c4b3e0780abf9dcca1e6af8e966c1a" + "0.14.1" => "375f2ce022c4b3e0780abf9dcca1e6af8e966c1a", + "0.14.2" => "d397e4b8ec1d2591b93fa44c8660edc314401da5" ]; public function initAndUpgrade($fromVersion) { @@ -239,4 +240,4 @@ protected function deleteFileIfExists($name) { } return true; } -} \ No newline at end of file +}