summaryrefslogtreecommitdiff
path: root/palemoon/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'palemoon/debian/changelog')
-rw-r--r--palemoon/debian/changelog39
1 files changed, 39 insertions, 0 deletions
diff --git a/palemoon/debian/changelog b/palemoon/debian/changelog
index e79c5e6..0b6a758 100644
--- a/palemoon/debian/changelog
+++ b/palemoon/debian/changelog
@@ -1,3 +1,42 @@
+palemoon (28.16.0-1+devuan) obs; urgency=low
+
+ * This is a development and security update to the browser.
+ * Note for Linux users: With CentOS 6 going end-of-life, this
+ version will be the last for which we will be building 32-bit Linux
+ official binaries to download. While your distribution may choose to
+ continue offering 32-bit versions of the browser, built from source
+ by the maintainers, we won't be offering any further official 32-bit
+ Linux binaries on our website. Please check with your distribution's
+ package maintainers to know if further 32-bit support will be
+ available on your particular flavor of Linux.
+ - Aligned CSS tab-size with the specification and un-prefixed it.
+ - Updated Brotli library to 1.0.9.
+ - Updated JAR lib code.
+ - Optimized UI code, resulting in smaller downloads and less
+ space consumed on disk.
+ - Changed the default Firefox Compatibility version number to
+ 68.0 (since versions ending in .9 makes some frameworks unhappy,
+ refusing access to users)
+ - Cleaned up HPKP leftovers.
+ - Disabled the DOM filesystem API by default.
+ - Removed Phone Vibrator API.
+ - Fixed an issue where the software uninstaller would not remove
+ the program files it should.
+ - Fixed a devtools crash related to timeline snapshots.
+ - Fixed an issue in Skia that could cause unsafe memory access.
+ [DiD]
+ - Fixed several data race conditions. [DiD]
+ - Fixed an XSS vulnerability where scripts could be executed when
+ pasting data into on-line editors.
+ - Linux: Fixed an overflow issue in freetype.
+ - Security issues addressed: CVE-2020-26960, CVE-2020-26951,
+ CVE-2020-26956, CVE-2020-15999 and several others that do not have a
+ CVE designation.
+ - Unified XUL Platform Mozilla Security Patch Summary: 4 fixed, 4
+ defense-in-depth, 3 rejected, 20 not applicable.
+
+ -- Ben Stack <bgstack15@gmail.com> Wed, 25 Nov 2020 09:13:05 -0500
+
palemoon (28.15.0-1+devuan) obs; urgency=low
* This is a standard development and bugfix release.
bgstack15