summaryrefslogtreecommitdiff
path: root/palemoon/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'palemoon/debian/changelog')
-rw-r--r--palemoon/debian/changelog16
1 files changed, 16 insertions, 0 deletions
diff --git a/palemoon/debian/changelog b/palemoon/debian/changelog
index 24911ec..33c8cf7 100644
--- a/palemoon/debian/changelog
+++ b/palemoon/debian/changelog
@@ -1,3 +1,19 @@
+palemoon (28.5.0-1+devuan) manual; urgency=low
+
+ * Import new 28.5.0 major development and security release:
+
+ - Added several site-specific overrides for web compatibility.
+ - Aligned http "Accept:" headers with the fetch spec, with the exception of image requests to continue allowing content negotiation.
+ - Fixed potential denial-of-service issues involving FTP (loading of subresources and spamming errors).
+ - Aligned URLSearchParams with the spec.
+ - Fixed a corner case for flexbox layouts, improving rendering of some websites.
+ - Fixed Widevine compatibility issues.
+ - Fixed security issues: CVE-2019-9791, CVE-2019-9792, CVE-2019-9796, CVE-2019-9801, CVE-2019-9793, CVE-2019-9794, CVE-2019-9808, CVE-2019-9790, CVE-2019-9797, CVE-2019-9804 and ZDI-CAN-8368.
+ - Fixed several memory safety hazards and crashes.
+ - Windows binaries are now code-signed again (including the setup program for the installer).
+
+ -- B Stack <bgstack15@gmail.com> Tue, 30 Apr 2019 08:36:47 -0500
+
palemoon (28.4.1-1devuan) manual; urgency=low
* New 28.4.1 security and bugfix release:
bgstack15