From 9db68075ad14c28c43e15bd586fde357bd4f83b4 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Fri, 26 Jan 2024 20:03:39 -0500 Subject: nm 32.5.2 rc1 --- newmoon/debian/changelog | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'newmoon/debian/changelog') diff --git a/newmoon/debian/changelog b/newmoon/debian/changelog index 0be2e43..7918cc9 100644 --- a/newmoon/debian/changelog +++ b/newmoon/debian/changelog @@ -1,3 +1,26 @@ +newmoon (32.5.2-1+stackrpms) obs; urgency=medium + + * Bugfix and security update: + - Removed the standard Twitter/X user-agent override because they decided + to block us on it. + - Added preferences for the user to control whether or not the tab page + title should be included in the window title or not. In Private Browsing + mode, the default is now to not show the title in the window. This was + done to avoid potential leakage to system logs (e.g. GNOME shell logs or + Windows event logs) of websites visited through the recorded window + title. The new preferences are privacy.exposeContentTitleInWindow and + privacy.exposeContentTitleInWindow.pbm for normal mode and Private + Browsing mode, respectively. + - Fixed several crashes in DOM and relating to dynamic JavaScript + module imports. + - Removed a restriction on Fetch preflight redirects, following a spec + update. + - Improved the handling of web workers if they get aborted mid-action. + - Security issues addressed: CVE-2023-6863, CVE-2023-6858 and several + others that do not have a CVE number. + + -- B. Stack Fri, 26 Jan 2024 19:50:47 -0500 + newmoon (32.1.0-1+stackrpms) obs; urgency=low * Shadow DOM and CustomElements, collectively making up WebComponents, -- cgit