summaryrefslogtreecommitdiff
path: root/newmoon/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'newmoon/debian/changelog')
-rw-r--r--newmoon/debian/changelog23
1 files changed, 23 insertions, 0 deletions
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 <bgstack15@gmail.com> 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,
bgstack15