aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-12-26 08:02:29 +0000
committerMario <mario@mariovavti.com>2024-12-26 08:02:29 +0000
commit553b3f6faa8a1c6711aeee97a810140bcdb0d70e (patch)
treeb34c9a4e93bfc5fc79299754132e8b5ee941e973
parent2980827925746b32d267abe6875fe4e771b68cf7 (diff)
downloadvolse-hubzilla-553b3f6faa8a1c6711aeee97a810140bcdb0d70e.tar.gz
volse-hubzilla-553b3f6faa8a1c6711aeee97a810140bcdb0d70e.tar.bz2
volse-hubzilla-553b3f6faa8a1c6711aeee97a810140bcdb0d70e.zip
changelog and bump version
-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);