summaryrefslogtreecommitdiff
path: root/newmoon
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-11-25 09:14:57 -0500
committerB Stack <bgstack15@gmail.com>2020-11-25 09:14:57 -0500
commite4cbac719879a09e567b1b8b531afe59e523f635 (patch)
tree016d95d35a8f565cc5e214f275e7c97ef1a354fd /newmoon
parentMerge branch 'freefilesync-bump' into 'master' (diff)
downloadstackrpms-e4cbac719879a09e567b1b8b531afe59e523f635.tar.gz
stackrpms-e4cbac719879a09e567b1b8b531afe59e523f635.tar.bz2
stackrpms-e4cbac719879a09e567b1b8b531afe59e523f635.zip
WIP: version bump for newmoon
will need to fix the newmoon patch for 28.16.0 still.
Diffstat (limited to 'newmoon')
-rw-r--r--newmoon/debian/changelog39
-rw-r--r--newmoon/debian/newmoon+devuan.dsc2
2 files changed, 40 insertions, 1 deletions
diff --git a/newmoon/debian/changelog b/newmoon/debian/changelog
index ad2863e..dcc6f9e 100644
--- a/newmoon/debian/changelog
+++ b/newmoon/debian/changelog
@@ -1,3 +1,42 @@
+newmoon (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
+
newmoon (28.15.0-1+devuan) obs; urgency=low
* This is a standard development and bugfix release.
diff --git a/newmoon/debian/newmoon+devuan.dsc b/newmoon/debian/newmoon+devuan.dsc
index 88b504a..65f4240 100644
--- a/newmoon/debian/newmoon+devuan.dsc
+++ b/newmoon/debian/newmoon+devuan.dsc
@@ -2,7 +2,7 @@ Format: 3.0 (quilt)
Source: newmoon
Binary: newmoon
Architecture: any
-Version: 28.15.0-1+devuan
+Version: 28.16.0-1+devuan
Maintainer: B Stack <bgstack15@gmail.com>
Homepage: http://www.palemoon.org/
Standards-Version: 4.1.4
bgstack15