diff options
-rw-r--r-- | newmoon/debian/changelog | 10 | ||||
-rw-r--r-- | newmoon/debian/newmoon+devuan.dsc | 2 | ||||
-rw-r--r-- | palemoon/debian/changelog | 10 | ||||
-rw-r--r-- | palemoon/debian/palemoon+devuan.dsc | 2 | ||||
-rw-r--r-- | palemoon/palemoon.spec | 7 |
5 files changed, 27 insertions, 4 deletions
diff --git a/newmoon/debian/changelog b/newmoon/debian/changelog index 8f069fb..24b5b2c 100644 --- a/newmoon/debian/changelog +++ b/newmoon/debian/changelog @@ -1,3 +1,13 @@ +newmoon (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 <bgstack15@gmail.com> Mon, 15 Feb 2021 11:20:33 -0500 + newmoon (29.0.0-1+devuan) obs; urgency=medium * New major milestone release: diff --git a/newmoon/debian/newmoon+devuan.dsc b/newmoon/debian/newmoon+devuan.dsc index 82b6b99..ff2b2fc 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.0.0-1+devuan +Version: 29.0.1-1+devuan Maintainer: B Stack <bgstack15@gmail.com> Homepage: http://www.palemoon.org/ Standards-Version: 4.1.4 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 <bgstack15@gmail.com> 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 <bgstack15@gmail.com> 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 <bgstack15@gmail.com> - 29.0.1-1 +- update version + * Tue Feb 02 2021 B. Stack <bgstack15@gmail.com> - 29.0.0-1 - update version |