summaryrefslogtreecommitdiff
path: root/palemoon
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-02-21 00:53:50 +0000
committerB Stack <bgstack15@gmail.com>2019-02-21 00:53:50 +0000
commit4ea252a577a1f55d800ff5c19b75a40a18914d53 (patch)
tree3ebc058720280d5a8cf3249b9efd663aa8205f97 /palemoon
parentMerge branch 'palemoon-custom' into 'master' (diff)
downloadstackrpms-4ea252a577a1f55d800ff5c19b75a40a18914d53.tar.gz
stackrpms-4ea252a577a1f55d800ff5c19b75a40a18914d53.tar.bz2
stackrpms-4ea252a577a1f55d800ff5c19b75a40a18914d53.zip
palemoon 28.4.0 dpkg
Diffstat (limited to 'palemoon')
-rw-r--r--palemoon/debian/changelog28
1 files changed, 28 insertions, 0 deletions
diff --git a/palemoon/debian/changelog b/palemoon/debian/changelog
index 1536ba0..54456ae 100644
--- a/palemoon/debian/changelog
+++ b/palemoon/debian/changelog
@@ -1,3 +1,31 @@
+palemoon (28.4.0-1devuan) manual; urgency=low
+
+ * Import new 28.4.0 major development and security release:
+ - Removed more telemetry code from the platform.
+ - Fixed implementation of the IntersectionObserver API to avoid crashes, and enabled it by default.
+ - Switched to the new ffmpeg decode API to avoid dropping of frames.
+ - Fixed a buffering issue in the WebP decoder that caused intermittent browser crashes.
+ - Improved resource-efficiency for internal stopwatch timers.
+ - Improved handling of incorrectly-encoded CTTS in media files, resolving some playback issues of videos.
+ - Improved the Cycle Collector and Garbage Collector.
+ - Improved fullscreen navigation bar handling in the situation it has focus when switching to full screen.
+ - Aligned instanceof with the final ES6 spec.
+ - Improved Windows DIB (bitmap) clipboard data handling.
+ - Exposed TLS 1.3 cipher suite prefs in about:config in case people want to disable them individually.
+ - Allowed empty string on the location.search setter to clear URL query parameters from JS.
+ - Added a potential fix for external links not opening in the current window/tab (untested).
+ - Enabled C++11 thread-safe statics in the entire application.
+ - Updated several preferences for integration with the new add-ons site.
+ * Security fixes:
+ - Fixed a potential use-after-free in IndexedDB code. (DiD)
+ - Improved proxy handling to avoid localhost getting proxied. (CVE-2018-18506)
+ - Ported upstream Skia fixes. (CVE-2018-18356, CVE-2018-18335)
+ - Fixed an additional Skia issue. (CVE-2019-5785)
+ - Fixed several potentially-exploitable memory safety hazards and crashes. (DiD)
+ - Fixed a possible data race when performing compacting GC.
+
+ -- B Stack <bgstack15@gmail.com> Wed, 20 Feb 2019 16:42:43 -0500
+
palemoon (28.3.1-1devuan) manual; urgency=medium
* Initial build for devuan
bgstack15