From 4eca39c272c6baeab0bdf0ebd6d1012ead0605a5 Mon Sep 17 00:00:00 2001 From: B Stack Date: Thu, 6 Jun 2019 08:04:33 -0400 Subject: palemoon 28.5.2 dpkg --- palemoon/debian/changelog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'palemoon') 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 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. -- cgit