summaryrefslogtreecommitdiff
path: root/palemoon/debian/changelog
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-10-28 21:09:41 +0000
committerB Stack <bgstack15@gmail.com>2020-10-28 21:09:41 +0000
commitc5b45529e813101908e3d632f86be1134c2b1f35 (patch)
tree2f5c8243aebe19c5571196513a8ca0678a703a2d /palemoon/debian/changelog
parentMerge branch 'ublock-origin-bump' into 'master' (diff)
parentforce a new commit so OBS will grab it (diff)
downloadstackrpms-c5b45529e813101908e3d632f86be1134c2b1f35.tar.gz
stackrpms-c5b45529e813101908e3d632f86be1134c2b1f35.tar.bz2
stackrpms-c5b45529e813101908e3d632f86be1134c2b1f35.zip
Merge branch 'newmoon-bump' into 'master'
Palemoon 28.15.0 See merge request bgstack15/stackrpms!199
Diffstat (limited to 'palemoon/debian/changelog')
-rw-r--r--palemoon/debian/changelog13
1 files changed, 13 insertions, 0 deletions
diff --git a/palemoon/debian/changelog b/palemoon/debian/changelog
index 925924e..e79c5e6 100644
--- a/palemoon/debian/changelog
+++ b/palemoon/debian/changelog
@@ -1,3 +1,16 @@
+palemoon (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.
+
+ -- Ben Stack <bgstack15@gmail.com> Tue, 27 Oct 2020 20:05:31 -0400
+
palemoon (28.14.2-1+devuan) obs; urgency=low
* Fixed some additional crashes caused by the ResizeObserver API. This should take care of all crashes that have been attributed to this new code.
bgstack15