summaryrefslogtreecommitdiff
path: root/palemoon/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'palemoon/debian/changelog')
-rw-r--r--palemoon/debian/changelog15
1 files changed, 15 insertions, 0 deletions
diff --git a/palemoon/debian/changelog b/palemoon/debian/changelog
index 68e0945..4a161ca 100644
--- a/palemoon/debian/changelog
+++ b/palemoon/debian/changelog
@@ -1,3 +1,18 @@
+palemoon (28.9.1-1+devuan) obs; urgency=medium
+
+ * This is a minor security and bugfix release.
+ - Re-imported the ExtensionStorage js module for use by browser extensions.
+ - Fixed an issue with the WebRequest module having erroneously un-processed build directives in it. This might have caused some subtle breakage.
+ - Removed the use of high-resolution Windows system timers from the layout refresh driver; this should help with some performance and battery life issues.
+ - Fixed an issue where various parts of hardware acceleration weren't properly linked when changing the option from preferences.
+ - If you have changed the preferences option to "use hardware acceleration when available" between 28.9.0 and this release, it is recommended that you go into preferences and toggle the option off/on to the preferred setting to correct any discrepancies.
+ - Fixed an issue with building the user-agent string using the build date as ID.
+ - Fixed an issue with the release of document content viewers (CVE-2020-6819). DiD
+ - Fixed an issue with handling functions with rest parameters. DiD
+ - Unified XUL Platform Mozilla Security Patch Summary: 2 Defense-in-depth, 14 not applicable.
+
+ -- Ben Stack <bgstack15@gmail.com> Fri, 10 Apr 2020 13:58:30 -0400
+
palemoon (28.9.0.2-1+devuan) obs; urgency=medium
* This is a small bugfix update addressing 2 more important issues in 28.9.0.
bgstack15