From d2d0a7aadbf2798b5e63cb9aa5cfe2d3125083dc Mon Sep 17 00:00:00 2001 From: B Stack Date: Fri, 4 Sep 2020 19:53:40 -0400 Subject: pm 28.13.0 rc1 --- palemoon/debian/changelog | 55 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) (limited to 'palemoon/debian/changelog') diff --git a/palemoon/debian/changelog b/palemoon/debian/changelog index 56054f4..fa2ed60 100644 --- a/palemoon/debian/changelog +++ b/palemoon/debian/changelog @@ -1,3 +1,58 @@ +palemoon (28.13.0-1+devuan) obs; urgency=medium + + * This is a compatibility, bugfix and security update. Special thanks + to our new code contributors this cycle (you know who you are)! + - Updated the included site-specific user-agent overrides for a + number of websites that need them. + - Rewritten the browser's padlock code to use more modern APIs and + provide more accurate security status indication. + - Now also with localized tooltips! + - Fixed a missing close button on the undo prompt after removing a + thumbnail from the QuickDial new tab page. + - Fixed an issue with the alternative stylesheet menu in the + browser's UI not working. + - Implemented the use of intrinsic aspect ratios for images to + improve layout during load and page positioning. + - Added a preference to the use of node.getRootNode and disabled by + default. See implementation notes. + - Added CSS -webkit-appearance as an alias for -moz-appearance to + improve compatibility with websites that only try to use + Chrome-specific keywords to style standard form elements. + - Updated the SQLite library to 3.33.0. + - Reinstated precise floating point precision model in JavaScript + for those alternate builders who foolishly try to use the inaccurate + "fast" model. + - Improved spec compliance of modular JavaScript use (ECMAScript + modules). + - Changed media errors to be a more generic response, and added a + preference (media.sourceErrorDetails.enabled) to enable detailed error + reporting of media errors for debugging purposes. + - Previously, detailed errors were provided by default which could + lead to privacy issues. + - Improved code stability of the AbortController implementation. + - Fixed a race condition in the secure connection library (NSS). + - Security issues fixed: CVE-2020-15664, CVE-2020-15666, + CVE-2020-15667, CVE-2020-15668 and CVE-2020-15669. + - Unified XUL Platform Mozilla Security Patch Summary: 4 fixed, 1 + defense-in-depth, 1 rejected, 9 not applicable. + * Implementation notes + - In 28.11.0 we introduced node.getRootNode because some websites + would fail with an error if this function was not present. + Unfortunately, this caused problems with other sites that (incorrectly) + assume Google WebComponents are available when this utility function is + present (feature detection gone wrong). While it is considered by some + to be part of the Google WebComponents implementation, it actually has + utility value outside of that use. Because of the problems caused, + we've added a preference and disabled it by default, fixing these kinds + of websites. + - When needed, you can re-enable this function with + dom.getRootNode.enabled + - This should improve web compatibility by default yet still allow + users to enable this function for websites that use its utility but do + not use WebComponents. + + -- Ben Stack Fri, 04 Sep 2020 19:50:02 -0400 + palemoon (28.12.0-1+devuan) obs; urgency=medium * This is a development, bugfix and security update. -- cgit From 1b587140fcbecf8458dd3f347e04bfcd6d4e0c8a Mon Sep 17 00:00:00 2001 From: B Stack Date: Sat, 5 Sep 2020 11:05:55 -0400 Subject: fix removing firefox extensions upstream to palemoon has started disabling non-PM-specific extensions. A new build option is described on the developer site for building on Linux. --- palemoon/debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'palemoon/debian/changelog') diff --git a/palemoon/debian/changelog b/palemoon/debian/changelog index fa2ed60..fa67ce7 100644 --- a/palemoon/debian/changelog +++ b/palemoon/debian/changelog @@ -1,4 +1,4 @@ -palemoon (28.13.0-1+devuan) obs; urgency=medium +palemoon (28.13.0-3+devuan) obs; urgency=medium * This is a compatibility, bugfix and security update. Special thanks to our new code contributors this cycle (you know who you are)! -- cgit From e032fb719b35b32df0dc3fba9797aa650254ab0f Mon Sep 17 00:00:00 2001 From: B Stack Date: Wed, 9 Sep 2020 14:42:58 -0400 Subject: WIP: add xfce-helper for palemoon From Steve Pusser's build --- palemoon/debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'palemoon/debian/changelog') diff --git a/palemoon/debian/changelog b/palemoon/debian/changelog index fa67ce7..a79d50c 100644 --- a/palemoon/debian/changelog +++ b/palemoon/debian/changelog @@ -1,3 +1,9 @@ +palemoon (28.13.0-4+devuan) obs; urgency=low + + * Import xfce-helper/palemoon.desktop from stevep@mxlinux.org release + + -- Ben Stack Wed, 09 Sep 2020 14:43:04 -0400 + palemoon (28.13.0-3+devuan) obs; urgency=medium * This is a compatibility, bugfix and security update. Special thanks -- cgit