From fed21f331690bee8f5784e6b871bb05dcc93d159 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Mon, 19 Jul 2021 19:12:22 -0400 Subject: 29.3.0 rc1 --- newmoon/debian/changelog | 30 ++++++++++++++++++++++++++++++ newmoon/debian/newmoon+devuan.dsc | 2 +- newmoon/newmoon.spec | 7 +++++-- 3 files changed, 36 insertions(+), 3 deletions(-) (limited to 'newmoon') diff --git a/newmoon/debian/changelog b/newmoon/debian/changelog index 1fc88a1..357a97b 100644 --- a/newmoon/debian/changelog +++ b/newmoon/debian/changelog @@ -1,3 +1,33 @@ +newmoon (29.3.0-1+devuan) obs; urgency=medium + + - This is a development, bugfix and security release. + * "Web Developer" is now called "Developer Tools" in the menus. + * Updated and aligned about:home, the QuickDial page and logopage + styling. + * Re-organized the privacy category in the preferences window. + * Enabled brotli compression for http for sites that support it. See + implementation notes. + * Implemented EventTarget as a constructor. + * Updated Windows 10 toolkit styling. + * Updated the port blacklist (removed 10080). See implementation notes. + * CSS: Implemented calc() and animation support for stroke-dashoffset. + * Added support for checking boolean preferences to chrome CSS style + sheets, to support more advanced theming options. + * Added support for dynamic dark color capable themes in CSS. + * Updated ResizeObserver implementation to a more recent specification. + See implementation notes. + * Removed a metric ton of Macintosh code. + * Removed obsolete system theme support from the layout engine. + * Fixed several crashes. + * Linux: blocked particularly old versions of Mesa/Nouveau drivers due + to issues. + * Security issues addressed: CVE-2021-30547 and several other issues + that don't have a CVE number. + * Unified XUL Platform Mozilla Security Patch Summary: 3 fixed, 3 DiD, + 2 deferred (DiD), 12 not applicable. + + -- B. Stack Mon, 19 Jul 2021 19:11:44 -0400 + newmoon (29.2.1-1+devuan) obs; urgency=medium - This is a small bugfix release. diff --git a/newmoon/debian/newmoon+devuan.dsc b/newmoon/debian/newmoon+devuan.dsc index e5abd40..37c92bb 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.1-1+devuan +Version: 29.3.0-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 cc1cb89..e7eab00 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_20210608 +%global submodule_platform_tag RELBASE_20210719 %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.1 +Version: 29.3.0 Release: 1 Group: Networking/Web @@ -298,6 +298,9 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & : %doc AUTHORS LICENSE %changelog +* Mon Jul 19 2021 B. Stack - 29.3.0-1 +- update version + * Wed Jun 09 2021 B. Stack - 29.2.1-1 - update version -- cgit