diff options
author | B Stack <bgstack15@gmail.com> | 2019-02-21 00:53:50 +0000 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-02-21 00:53:50 +0000 |
commit | dc05438b090ba7741914992811ccff17ed1b67f7 (patch) | |
tree | 3ebc058720280d5a8cf3249b9efd663aa8205f97 /palemoon | |
parent | Merge branch 'palemoon-custom' into 'master' (diff) | |
parent | palemoon 28.4.0 dpkg (diff) | |
download | stackrpms-dc05438b090ba7741914992811ccff17ed1b67f7.tar.gz stackrpms-dc05438b090ba7741914992811ccff17ed1b67f7.tar.bz2 stackrpms-dc05438b090ba7741914992811ccff17ed1b67f7.zip |
Merge branch 'palemoon-bump' into 'master'
palemoon 28.4.0 dpkg
See merge request bgstack15/stackrpms!40
Diffstat (limited to 'palemoon')
-rw-r--r-- | palemoon/debian/changelog | 28 |
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 |