summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-06-05 12:58:35 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-06-05 12:58:35 +0200
commita7ad16daefd99a448961218638dc6a997bd627f4 (patch)
treeb86c8a3fa94b743d817aeb9102a820321e9ca607 /doc
parent648d990a6c3a2ee1633d658d83ae2866883ac0b8 (diff)
downloadqutebrowser-a7ad16daefd99a448961218638dc6a997bd627f4.tar.gz
qutebrowser-a7ad16daefd99a448961218638dc6a997bd627f4.zip
notifications: Fix invalid version number construction
File "/usr/lib/python3.11/site-packages/qutebrowser/browser/webengine/notification.py", line 859, in _find_quirks if utils.VersionNumber.parse(ver) < utils.VersionNumber(2, 0): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/qutebrowser/utils/utils.py", line 96, in __init__ raise ValueError( ValueError: Refusing to construct non-normalized version from (2, 0) (normalized: (2,)).
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.asciidoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index ce366153f..d8d2399a0 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -167,6 +167,7 @@ Fixed
asciidoc rather than requiring a system-wide installation.
- Crash with some notification servers when the server is quitting.
- Crash when using QtWebKit with PAC and the file has an invalid encoding.
+- Crash with the "tiramisu" notification server.
[[v2.5.4]]
v2.5.4 (2023-03-13)