summaryrefslogtreecommitdiff
path: root/palemoon/debian
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-06-05 09:15:01 -0400
committerB Stack <bgstack15@gmail.com>2020-06-05 09:15:01 -0400
commite9d05dc4dd7c5a3cfd2623f3b5daa1ded97bbe5a (patch)
tree0a230944180154550e9e2cc18896b8a68d8d72c6 /palemoon/debian
parentMerge branch 'veracrypt-bump' into 'master' (diff)
downloadstackrpms-e9d05dc4dd7c5a3cfd2623f3b5daa1ded97bbe5a.tar.gz
stackrpms-e9d05dc4dd7c5a3cfd2623f3b5daa1ded97bbe5a.tar.bz2
stackrpms-e9d05dc4dd7c5a3cfd2623f3b5daa1ded97bbe5a.zip
pm 28.10.0 rc1
Diffstat (limited to 'palemoon/debian')
-rw-r--r--palemoon/debian/changelog32
-rw-r--r--palemoon/debian/palemoon_devuan.dsc2
2 files changed, 33 insertions, 1 deletions
diff --git a/palemoon/debian/changelog b/palemoon/debian/changelog
index 5aed8ef..192aad6 100644
--- a/palemoon/debian/changelog
+++ b/palemoon/debian/changelog
@@ -1,3 +1,35 @@
+palemoon (28.10.0-1+devuan) obs; urgency=medium
+
+ * This is a development, bugfix and security update.
+ - Implemented URLSearchParams' sort() function
+ - Implemented ES2020 globalThis for web compatibility
+ - Improved our WebM media parser to be more tolerant to different encoding
+ - styles.
+ - Improved our MP3 media parser to be more tolerant to different encoding
+ - styles and particularly tiny files/stream chunks.
+ - Improved performance of table drawing for more corner cases
+ - Changed the way images without a src are handled in page layouts to align
+ - with the Chrome-pushed spec.
+ - Added modern MIPS support
+ - Split out the ICU data file from xul.dll on Windows
+ - Fixed a regression in WebAudio channel handling due to a landed security
+ - fix.
+ - Fixed a regression preventing scripting from properly disabling input
+ - controls
+ - Fixed an issue with border radius sometimes not being honored in tables
+ - Fixed some build issues in non-standard configurations.
+ - Removed more telemetry code
+ - Removed the in-browser speech recognition engine and API
+ - Removed support for the obsolete and unmaintained NVidia 3DVision
+ - stereoscopic interface.
+ - Changed handling of braille blanks in the ui (CVE-2020-12409) DiD
+ - Mitigated a potential timing attack against DSA keys in NSS
+ - (CVE-2020-12399)
+ - Unified XUL Platform Mozilla Security Patch Summary: 1 fixed, 1
+ - defense-in-depth, 8 not applicable.
+
+ -- Ben Stack <bgstack15@gmail.com> Fri, 05 Jun 2020 09:15:04 -0400
+
palemoon (28.9.3-1+devuan) obs; urgency=medium
* This is a security update.
diff --git a/palemoon/debian/palemoon_devuan.dsc b/palemoon/debian/palemoon_devuan.dsc
index b59295b..3e314ec 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: 28.9.3-1+devuan
+Version: 28.10.0-1+devuan
Maintainer: B Stack <bgstack15@gmail.com>
Homepage: http://www.palemoon.org/
Standards-Version: 4.1.4
bgstack15