From ce366e13a3fc6adbb2b2dd4fee8adc85fe4af216 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Wed, 9 Jun 2021 08:54:10 -0400 Subject: newmoon 29.2.1 rc1 --- newmoon/debian/changelog | 81 ++++++++++++++++++++++++--------------- newmoon/debian/newmoon+devuan.dsc | 2 +- newmoon/newmoon.spec | 7 +++- 3 files changed, 56 insertions(+), 34 deletions(-) (limited to 'newmoon') diff --git a/newmoon/debian/changelog b/newmoon/debian/changelog index 9cea9d7..1fc88a1 100644 --- a/newmoon/debian/changelog +++ b/newmoon/debian/changelog @@ -1,59 +1,78 @@ +newmoon (29.2.1-1+devuan) obs; urgency=medium + + - This is a small bugfix release. + * Worked around an issue with autocomplete popups sometimes failing to + work (and added some debug console logging to it in case it happens to + help find the root cause) + * Fixed an issue with DOM mouse scrolling throwing errors. + * Fixed a race with network detection routines firing incorrectly when + resuming from standby. + * Fixed a crash when using large uploads through DOM. + * Fixed an issue where the menulist-button on editable menulist widgets + was not visible on GTK3. + * Reduced the number of reported "important preferences" in + troubleshooting information, excluding individual printer details. + * Fixed an issue with the JS JIT compiler not tracing debugger + environments (DiD). + + -- B. Stack Wed, 09 Jun 2021 08:51:28 -0400 + newmoon (29.2.0-1+devuan) obs; urgency=medium * This is a development and bugfix release. - - Starting with this version, we will no longer be supporting - unmaintained legacy Firefox extensions that are not updated + - Starting with this version, we will no longer be supporting + unmaintained legacy Firefox extensions that are not updated for/targeting Pale Moon directly. - - Please see https://forum.palemoon.org/viewtopic.php?f=1&t=26657 + - Please see https://forum.palemoon.org/viewtopic.php?f=1&t=26657 for details. * Changes/fixes: - - When opening tabs from the History side bar, Pale Moon will now - warn you about the action if it would result in opening many tabs at + - When opening tabs from the History side bar, Pale Moon will now + warn you about the action if it would result in opening many tabs at once. - - Pale Moon now offers “Open All in Tabs” on bookmark folders + - Pale Moon now offers "Open All in Tabs" on bookmark folders even if there is only one sub-item in it, for UI consistency. - - Added media format controls in the Content category of + - Added media format controls in the Content category of Preferences. - - Added controls for preferred color scheme. See implementation + - Added controls for preferred color scheme. See implementation notes. - - Updated several site-specific user-agent overrides for web + - Updated several site-specific user-agent overrides for web compatibility. - - Removed the ability to accept Firefox IDs for extension + - Removed the ability to accept Firefox IDs for extension installation. - Removed conditional Macintosh code from the application front-end. - Updated the AV1 reference library to 2.0. - Cleaned up more Android code from the platform. - - Updated the embedded emoji font to cater to even more + - Updated the embedded emoji font to cater to even more race-dependent profession emoji. - - Fixed an overflow in clip paths, potentially causing them to be + - Fixed an overflow in clip paths, potentially causing them to be rendered incorrectly. - - Added CSS values smooth, high-quality and pixelated to the + - Added CSS values smooth, high-quality and pixelated to the image-rendering keyword. - - Implemented Intl.NumberFormat.formatToParts() to allow + - Implemented Intl.NumberFormat.formatToParts() to allow deconstruction of localized number formats by scripts. - - Reinstated the dom.details_element.enabled preference and fixed a + - Reinstated the dom.details_element.enabled preference and fixed a rendering issue with summary/details html elements. - Fixed an issue with CSP .nonce attributes on elements. - - Security issues addressed: CVE-2021-29946 DiD and CVE-2021-23994 + - Security issues addressed: CVE-2021-29946 DiD and CVE-2021-23994 DiD. - - Unified XUL Platform Mozilla Security Patch Summary: 2 DiD, 14 + - Unified XUL Platform Mozilla Security Patch Summary: 2 DiD, 14 not applicable. * Implementation notes: - - This version adds support for the prefers-color-scheme CSS - keyword. This keyword is a media query keyword that indicates to - websites whether your content styling preference is "light" or "dark". - Unlike other browsers where this will be tied to your system color - scheme and determined automatically (which might be a point on which - you can be fingerprinted, so this would be a privacy concern), we've - decided to give the user control through Preferences -> Content -> - Colors where you will find a new control to indicate your user - preference (it defaults to "light" for everyone). While this control - also gives you the option to disable this feature and effectively not - support the keyword, be aware that this might cause issues on some - websites that do not provide styling for "unspecified" color scheme + - This version adds support for the prefers-color-scheme CSS + keyword. This keyword is a media query keyword that indicates to + websites whether your content styling preference is "light" or "dark". + Unlike other browsers where this will be tied to your system color + scheme and determined automatically (which might be a point on which + you can be fingerprinted, so this would be a privacy concern), we've + decided to give the user control through Preferences -> Content -> + Colors where you will find a new control to indicate your user + preference (it defaults to "light" for everyone). While this control + also gives you the option to disable this feature and effectively not + support the keyword, be aware that this might cause issues on some + websites that do not provide styling for "unspecified" color scheme preferences. - - In the future we may add an "automatic" option similar to other - browsers in case you regularly switch your system application style + - In the future we may add an "automatic" option similar to other + browsers in case you regularly switch your system application style from light to dark and v.v. -- B. Stack Tue, 27 Apr 2021 14:56:07 -0400 diff --git a/newmoon/debian/newmoon+devuan.dsc b/newmoon/debian/newmoon+devuan.dsc index c24d1a0..e5abd40 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: 29.2.0-1+devuan +Version: 29.2.1-1+devuan Maintainer: B Stack Homepage: http://www.palemoon.org/ Standards-Version: 4.1.4 diff --git a/newmoon/newmoon.spec b/newmoon/newmoon.spec index 23fb742..cc1cb89 100644 --- a/newmoon/newmoon.spec +++ b/newmoon/newmoon.spec @@ -5,7 +5,7 @@ %global stackrpms_custom 1 # derive from inside the source tree or from https://repo.palemoon.org/MoonchildProductions/Pale-Moon/releases # git submodule | awk -v "name=platform" '$2 == name {gsub("-","",$1); print $1}' -%global submodule_platform_tag RELBASE_20210427 +%global submodule_platform_tag RELBASE_20210608 %global badname palemoon # additional repos to get python27 and devtoolset-7 @@ -43,7 +43,7 @@ Name: newmoon Name: newmoon %endif Summary: Newmoon web browser -Version: 29.2.0 +Version: 29.2.1 Release: 1 Group: Networking/Web @@ -298,6 +298,9 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & : %doc AUTHORS LICENSE %changelog +* Wed Jun 09 2021 B. Stack - 29.2.1-1 +- update version + * Tue Apr 27 2021 B. Stack - 29.2.0-1 - update version -- cgit