summaryrefslogtreecommitdiff
path: root/palemoon
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2021-02-15 11:37:46 -0500
committerB Stack <bgstack15@gmail.com>2021-02-15 11:37:46 -0500
commit69496834dd24fa33aa489ebcfcd9977afd001dab (patch)
treece8c3073b180622913fa31173065712e0332d1a1 /palemoon
parentMerge branch 'xfce4-nocsd' into 'master' (diff)
downloadstackrpms-69496834dd24fa33aa489ebcfcd9977afd001dab.tar.gz
stackrpms-69496834dd24fa33aa489ebcfcd9977afd001dab.tar.bz2
stackrpms-69496834dd24fa33aa489ebcfcd9977afd001dab.zip
pm 29.0.1
Diffstat (limited to 'palemoon')
-rw-r--r--palemoon/debian/changelog10
-rw-r--r--palemoon/debian/palemoon+devuan.dsc2
-rw-r--r--palemoon/palemoon.spec7
3 files changed, 16 insertions, 3 deletions
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
bgstack15