summaryrefslogtreecommitdiff
path: root/newmoon/debian/changelog
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-10-27 20:12:09 -0400
committerB Stack <bgstack15@gmail.com>2020-10-27 20:12:09 -0400
commit3bf49621b04e79386c720067531523df595b909d (patch)
treecc1b9e7b887e1e9f4563c0056ecd507048a6179b /newmoon/debian/changelog
parent28.14.2-3+devuan disable with-system mozconfigs (diff)
downloadstackrpms-3bf49621b04e79386c720067531523df595b909d.tar.gz
stackrpms-3bf49621b04e79386c720067531523df595b909d.tar.bz2
stackrpms-3bf49621b04e79386c720067531523df595b909d.zip
pm/nm 28.15.0 rpm/dpkg rc1
rpm using new source location, attempt 1 make newmoon even closer to palemoon to hopefully increase stability
Diffstat (limited to 'newmoon/debian/changelog')
-rw-r--r--newmoon/debian/changelog16
1 files changed, 16 insertions, 0 deletions
diff --git a/newmoon/debian/changelog b/newmoon/debian/changelog
index 8133e6d..ad2863e 100644
--- a/newmoon/debian/changelog
+++ b/newmoon/debian/changelog
@@ -1,3 +1,19 @@
+newmoon (28.15.0-1+devuan) obs; urgency=low
+
+ * This is a standard development and bugfix release.
+ - Implemented support for CSS caret-color.
+ - Implemented support for un-prefixed ::selection CSS pseudo-element styling.
+ - Fixed another potential crashing scenario in ResizeObservers.
+ - Fixed several crashes in the DOM Fetch API.
+ - Fixed a crash in table pagination.
+ - Security issues fixed: CVE-2020-15680 (VG-VD-20-115) and several memory safety hazards.
+ - Unified XUL Platform Mozilla Security Patch Summary: 1 fixed, 2 defense-in-depth, 12 not applicable.
+ * reenable jemalloc to match palemoon.
+ * disable eme to match palemoon.
+ * so now newmoon's only changes are config location and branding.
+
+ -- Ben Stack <bgstack15@gmail.com> Tue, 27 Oct 2020 20:05:31 -0400
+
newmoon (28.14.2-3+devuan) obs; urgency=low
* disable all use-system options to see if stability returns
bgstack15