summaryrefslogtreecommitdiff
path: root/palemoon
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-06-06 08:04:33 -0400
committerB Stack <bgstack15@gmail.com>2019-06-06 08:04:33 -0400
commit4eca39c272c6baeab0bdf0ebd6d1012ead0605a5 (patch)
tree7dfc05cc5203e4b9a9fe528527860707cc611b65 /palemoon
parentpalemoon 28.5.2 rpm rc1 (diff)
downloadstackrpms-4eca39c272c6baeab0bdf0ebd6d1012ead0605a5.tar.gz
stackrpms-4eca39c272c6baeab0bdf0ebd6d1012ead0605a5.tar.bz2
stackrpms-4eca39c272c6baeab0bdf0ebd6d1012ead0605a5.zip
palemoon 28.5.2 dpkg
Diffstat (limited to 'palemoon')
-rw-r--r--palemoon/debian/changelog22
1 files changed, 22 insertions, 0 deletions
diff --git a/palemoon/debian/changelog b/palemoon/debian/changelog
index 7df77e2..016244c 100644
--- a/palemoon/debian/changelog
+++ b/palemoon/debian/changelog
@@ -1,3 +1,25 @@
+palemoon (28.5.2-1+devuan) manual; urgency=low
+
+ * From releasenotes.shtml: This is a security and bugfix update.
+ - Restored a global getBoolPref() function shortcut for extension compatibility with old extensions.
+ - If you are currently using this global function, please change it to Services.prefs.getBoolPref()
+ - Fixed an issue with the UI when the address bar was removed from the navigation toolbar.
+ - Fixed an issue with scripting of the Help menu.
+ - Fixed a crash resulting from non-standard manipulation of XML stylesheets by extensions.
+ - Fixed Aero Peek (taskbar previews) on Windows.
+ - Fixed browser.link.open_newwindow functionality.
+ - Removed the default handler for webcal since the site doesn't seem to be properly maintained.
+ - Prevented some ways smart places queries could be abused for social engineering attacks.
+ - Ported an upstream Skia fix.
+ - Improved the origin-clean algorithm for canvases.
+ - Improved the efficiency of certain types of memory allocations in the JavaScript compiler.
+ - Changed the way the application update checker code is hooked up so it will not require a user to go idle before being activated.
+ - This solves the primary issue with application updates not notifying users as promptly as they should; more improvements are slated for the next major release.
+ - Applicable security issues fixed: CVE-2019-7317, CVE-2019-11701, CVE-2019-11698, CVE-2019-9817 (DiD), CVE-2019-11700, CVE-2019-11696, CVE-2019-11693, and several potentially exploitable crashes and memory safety hazards that do not have a CVE number assigned to them.
+ - Fixed issues with image/texture allocation incorrectly being marked as insecure.
+
+ -- B Stack <bgstack15@gmail.com> Tue, 4 Jun 2019 22:22:10 -0400
+
palemoon (28.5.0-1+devuan) manual; urgency=low
* From releasenotes.shtml: This is a major development and bugfix update.
bgstack15