aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG11
-rw-r--r--boot.php2
2 files changed, 12 insertions, 1 deletions
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);