From a5ffa4a9e1eb9d1a201aac18874087f98be89923 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Wed, 3 Aug 2022 14:09:18 -0400 Subject: nm 31.2.0 rc1 --- newmoon/debian/changelog | 41 +++++++++++++++++++++++++++++++++++++++ newmoon/debian/newmoon+devuan.dsc | 2 +- 2 files changed, 42 insertions(+), 1 deletion(-) (limited to 'newmoon/debian') diff --git a/newmoon/debian/changelog b/newmoon/debian/changelog index f3d04d8..186727b 100644 --- a/newmoon/debian/changelog +++ b/newmoon/debian/changelog @@ -1,3 +1,44 @@ +newmoon (31.2.0-1) obs; urgency=medium + + * Changes/fixes: + * Implemented CSS white-space: break-spaces for web compatibility. + * Implemented Intl.RelativeTimeFormat for web compatibility. + * Implemented "Origin header CSRF mitigation". This is still disabled + by default to investigate potential issues with CloudFlare-backed sites. + * Implemented support for async generator methods in JavaScript. + * Added preliminary support for building on Apple Silicon like M1/M2 + SoC. + * Added support for building with Visual Studio 2022. + * Improved the handling of CSS "sticky" elements in tables. + * Improved stack size limits on all platforms. See implementation notes. + * Updated function.toString handling to align with the updated + JavaScript spec. This should improve web compatibility. + * Updated Unicode support to Unicode v11, and updated the ICU library + accordingly. Building without ICU is no longer supported. + * Updated many in-tree third-party libraries to pick up various + performance and stability improvements. + * Updated site-specific user-agent overrides to work around issues with + Google fonts, Citi bank (again!) and MeWe. + * Removed some leftover (and unused) telemetry code in the platform and + front-end. + * Fixed an issue with VP9 video playback on Windows on some systems. + * Fixed an issue with the add-ons manager not properly handling empty + update URLs. + * Fixed a major performance regression on *nix based systems due to + incorrect thread handling. + * Fixed volume handling when building with the sndio audio back-end. + * Pale Moon no longer applies content security policies to documents + that are explicitly loaded as data documents or to images. See + implementation notes. + * Cleaned up some unnecessary code from the source tree for unused + build back-ends, Firefox marketplace "apps", and the rather ridiculous + moz://a protocol handler. + * Updated NSS to 3.52.8 to pick up several defense-in-depth security + fixes. + * UXP Mozilla security patch summary: 3 DiD, 12 not applicable. + + -- B. Stack Wed, 03 Aug 2022 14:09:10 -0400 + newmoon (31.1.1-1) obs; urgency=medium * Changes/fixes: diff --git a/newmoon/debian/newmoon+devuan.dsc b/newmoon/debian/newmoon+devuan.dsc index 00fc105..2302d5e 100644 --- a/newmoon/debian/newmoon+devuan.dsc +++ b/newmoon/debian/newmoon+devuan.dsc @@ -2,7 +2,7 @@ Format: 3.0 (quilt) Source: newmoon Binary: newmoon Architecture: any -Version: 31.1.1-1+devuan +Version: 31.2.0-1+devuan Maintainer: B. Stack Homepage: http://www.palemoon.org/ Standards-Version: 4.1.4 -- cgit