summaryrefslogtreecommitdiff
path: root/palemoon
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-07-19 19:12:22 -0400
committerB. Stack <bgstack15@gmail.com>2021-07-19 19:12:22 -0400
commitfed21f331690bee8f5784e6b871bb05dcc93d159 (patch)
treeb6a3c94b6f0646a46aed10368b81505c746e09f8 /palemoon
parentMerge branch 'waterfox-bump' into 'master' (diff)
downloadstackrpms-fed21f331690bee8f5784e6b871bb05dcc93d159.tar.gz
stackrpms-fed21f331690bee8f5784e6b871bb05dcc93d159.tar.bz2
stackrpms-fed21f331690bee8f5784e6b871bb05dcc93d159.zip
29.3.0 rc1
Diffstat (limited to 'palemoon')
-rw-r--r--palemoon/debian/changelog30
-rw-r--r--palemoon/debian/palemoon+devuan.dsc2
-rw-r--r--palemoon/palemoon.spec7
3 files changed, 36 insertions, 3 deletions
diff --git a/palemoon/debian/changelog b/palemoon/debian/changelog
index 992c8c0..26e4e50 100644
--- a/palemoon/debian/changelog
+++ b/palemoon/debian/changelog
@@ -1,3 +1,33 @@
+palemoon (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 <bgstack15@gmail.com> Mon, 19 Jul 2021 19:11:44 -0400
+
palemoon (29.2.1-1+devuan) obs; urgency=medium
- This is a small bugfix release.
diff --git a/palemoon/debian/palemoon+devuan.dsc b/palemoon/debian/palemoon+devuan.dsc
index fc884a4..1c75ba8 100644
--- a/palemoon/debian/palemoon+devuan.dsc
+++ b/palemoon/debian/palemoon+devuan.dsc
@@ -2,7 +2,7 @@ Format: 3.0 (quilt)
Source: palemoon
Binary: palemoon
Architecture: any
-Version: 29.2.1-1+devuan
+Version: 29.3.0-1+devuan
Maintainer: B Stack <bgstack15@gmail.com>
Homepage: http://www.palemoon.org/
Standards-Version: 4.1.4
diff --git a/palemoon/palemoon.spec b/palemoon/palemoon.spec
index 50bb125..e931e5e 100644
--- a/palemoon/palemoon.spec
+++ b/palemoon/palemoon.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: palemoon-stackrpms
Name: palemoon
%endif
Summary: Pale Moon web browser
-Version: 29.2.1
+Version: 29.3.0
Release: 1
Group: Networking/Web
@@ -286,6 +286,9 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & :
%doc AUTHORS LICENSE
%changelog
+* Mon Jul 19 2021 B. Stack <bgstack15@gmail.com> - 29.3.0-1
+- update version
+
* Wed Jun 09 2021 B. Stack <bgstack15@gmail.com> - 29.2.1-1
- update version
bgstack15