aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2025-08-11 15:33:12 +0200
committerRodrigo Arias Mallo <rodarima@gmail.com>2025-08-11 21:28:14 +0200
commitdb9688b1808c97fa0961bdd3f7919b17b760b163 (patch)
tree77a51a5b6559d3fd5783dc944549ea36f8d98bea /ChangeLog
parentb88506f619950640a7ea0dc3a1f615dc71068674 (diff)
Escape CSS % in printf format
The % symbol causes a printf format for %; which fails in musl, causing the loop in dStr_vprintfa() to continue expading the buffer. Fixes: https://github.com/dillo-browser/dillo/issues/429
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b4c36ba4..70a72a25 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,7 @@ dillo-3.3.0 [Unreleased]
- Ctrl+C copies selected text into the clipboard so Ctrl+V works as expected.
- Enable IPv6 support by default if supported by the platform.
- Focus the N-th tab with the Alt+<number> shortcut.
+ - Fix vsource dpi infinite loop on musl due to unescaped "%" printf format.
Patches: Rodrigo Arias Mallo
+- Middle click on back or forward button opens page in new tab.
Patches: Alex