From 69496834dd24fa33aa489ebcfcd9977afd001dab Mon Sep 17 00:00:00 2001 From: B Stack Date: Mon, 15 Feb 2021 11:37:46 -0500 Subject: pm 29.0.1 --- palemoon/debian/changelog | 10 ++++++++++ palemoon/debian/palemoon+devuan.dsc | 2 +- palemoon/palemoon.spec | 7 +++++-- 3 files changed, 16 insertions(+), 3 deletions(-) (limited to 'palemoon') diff --git a/palemoon/debian/changelog b/palemoon/debian/changelog index 6525761..86923f6 100644 --- a/palemoon/debian/changelog +++ b/palemoon/debian/changelog @@ -1,3 +1,13 @@ +palemoon (29.0.1-1+devuan) obs; urgency=medium + + * Changes/fixes: + - Fixed a browser crash when manipulating frame trees. + - Fixed an issue with depth textures in ANGLE. + - Updated the SSOAU for YouTube Studio. + - Security issue addressed: ZDI-CAN-12197. + + -- B. Stack Mon, 15 Feb 2021 11:20:33 -0500 + palemoon (29.0.0-1+devuan) obs; urgency=medium * New major milestone release: diff --git a/palemoon/debian/palemoon+devuan.dsc b/palemoon/debian/palemoon+devuan.dsc index 954926c..f10c3aa 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.0.0-1+devuan +Version: 29.0.1-1+devuan Maintainer: B Stack Homepage: http://www.palemoon.org/ Standards-Version: 4.1.4 diff --git a/palemoon/palemoon.spec b/palemoon/palemoon.spec index e88eb1d..d25cb0a 100644 --- a/palemoon/palemoon.spec +++ b/palemoon/palemoon.spec @@ -3,9 +3,9 @@ %global appname palemoon %global prettyname Pale Moon Web Browser %global stackrpms_custom 1 -# derive from inside the full source tree or from notes at https://github.com/MoonchildProductions/Pale-Moon/releases +# 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_20210202 +%global submodule_platform_tag RELBASE_20210205 # additional repos to get python27 and devtoolset-7 # for el6 and el7: Software Collection;, for x86_64 only @@ -285,6 +285,9 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & : %doc AUTHORS LICENSE %changelog +* Mon Feb 15 2021 B. Stack - 29.0.1-1 +- update version + * Tue Feb 02 2021 B. Stack - 29.0.0-1 - update version -- cgit