summaryrefslogtreecommitdiff
path: root/palemoon
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-10-30 15:39:05 -0400
committerB Stack <bgstack15@gmail.com>2019-10-30 15:39:05 -0400
commit903d6d0b3f28276cc10c17aca947b6dd9f05795c (patch)
treeb7b4a28782e9052f3f1ddfc09aec992b6d1711b6 /palemoon
parentMerge branch 'freefilesync-bump' into 'master' (diff)
downloadstackrpms-903d6d0b3f28276cc10c17aca947b6dd9f05795c.tar.gz
stackrpms-903d6d0b3f28276cc10c17aca947b6dd9f05795c.tar.bz2
stackrpms-903d6d0b3f28276cc10c17aca947b6dd9f05795c.zip
palemoon 28.7.2 dpkg
Diffstat (limited to 'palemoon')
-rw-r--r--palemoon/debian/changelog20
1 files changed, 20 insertions, 0 deletions
diff --git a/palemoon/debian/changelog b/palemoon/debian/changelog
index 7f94380..42d6170 100644
--- a/palemoon/debian/changelog
+++ b/palemoon/debian/changelog
@@ -1,3 +1,23 @@
+palemoon (28.7.2-1+devuan) obs; urgency=medium
+
+ * From releasenotes.shtml: This is a security and bugfix update.
+ - Disabled the use of ICC color profiles for images on Linux by default.
+ - Updated timezone data for internationalization functions.
+ - Fixed the option to use hardware acceleration over RDP for Windows 8.1 and 10.
+ - Fixed an issue with inner window navigation potentially leaking.
+ - Fixed a startup crash caused by Qihoo 360 Safeguard/360 Total Security.
+ - Ported some expat parser fixes from upstream.
+ - Ported several NSS upstream fixes to our build.
+ - Aligned handling of U+0000 in the html5 parser with expectations.
+ - Added size checks to WebGL data buffering.
+ - Fixed build issues with newer glibc versions.
+ - Fixed build issues for ARM targets.
+ - Worked around a gcc9 compiler issue that would prevent building with it.
+ - Sec bug fixes: CVE-2019-15903, CVE-2019-11757, CVE-2019-11763 and several potentially exploitable crashes and memory safety hazards that don't have a CVE number.
+ - Unified XUL Platform Mozilla Security Patch Summary: 6 fixed, 6 DiD, 1 rejected, 24 not applicable.
+
+ -- B Stack <bgstack15@gmail.com> Tue, 29 Oct 2019 16:44:47 -0400
+
palemoon (28.7.1-1+devuan) obs; urgency=medium
* From releasenotes.shtml: This is a security and bugfix update.
bgstack15