From 553b3f6faa8a1c6711aeee97a810140bcdb0d70e Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 26 Dec 2024 08:02:29 +0000 Subject: [PATCH] changelog and bump version --- CHANGELOG | 11 +++++++++++ boot.php | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index d59c1fa31..08f4751b3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,14 @@ +Hubzilla 10.0.3 (2024-12-26) + - Fix regression in Daemon/Channel_purge which could cause a possible infinite loop + - Fix regression in Daemon/Expire which could cause a infinite loop + + +Hubzilla 10.0.2 (2024-12-25) + - Hotfix comment out Daemon/Expire + - Fix zid parameter allowed to override an existing remote login + - Slightly improved imagesLoaded() + + Hubzilla 10.0.1 (2024-12-22) - Revert removing of openid library - Fix SQL query in Daemon/Importdoc diff --git a/boot.php b/boot.php index 21292ed23..6ff5ec6bd 100644 --- a/boot.php +++ b/boot.php @@ -66,7 +66,7 @@ require_once('include/security.php'); define('PLATFORM_NAME', 'hubzilla'); -define('STD_VERSION', '10.1.8'); +define('STD_VERSION', '10.1.9'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1263);