summaryrefslogtreecommitdiff
path: root/palemoon/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'palemoon/debian/changelog')
-rw-r--r--palemoon/debian/changelog66
1 files changed, 66 insertions, 0 deletions
diff --git a/palemoon/debian/changelog b/palemoon/debian/changelog
index 4c04927..7f94380 100644
--- a/palemoon/debian/changelog
+++ b/palemoon/debian/changelog
@@ -1,3 +1,69 @@
+palemoon (28.7.1-1+devuan) obs; urgency=medium
+
+ * From releasenotes.shtml: This is a security and bugfix update.
+ - Fixed an issue where saving a webpage to disk would sometimes drop tags from the document.
+ - Fixed an issue with click-to-play plugin content throwing up a blank notification.
+ - Fixed an issue in the renderer where region intersections would sometimes return the wrong result.
+ - This fixes a regression caused by the fix for CVE-2016-5252.
+ - Fixed security issues: CVE-2019-11744, CVE-2019-11752, CVE-2019-11737, CVE-2019-11746, CVE-2019-11750, CVE-2019-11747 and CVE-2019-11738.
+ - Unified XUL Platform Mozilla Security Patch Summary: 7 fixed, 1 DiD, 1 already covered, 22 not applicable.
+
+ -- B Stack <bgstack15@gmail.com> Wed, 04 Sep 2019 08:23:21 -0400
+
+palemoon (28.7.0-1+devuan) obs; urgency=medium
+
+ * From releasenotes.shtml: This is a major development update involving a partial JavaScript engine overhaul.
+ - Landed a large JavaScript parser tune-up, which as a targeted goal brings
+ our ES6 stringification fully in line with the ES2018 revision for
+ classes, and implements rest/spread parameters for object literals.
+ (Cheers to Luke!)
+ - Fixed a crash with the tuned-up parser code when certain error messages
+ were triggered.
+ - Aligned browser behavior with mainstream regarding inner window behavior
+ when domain is manipulated.
+ - Improved performance dealing with frame properties.
+ - Improved performance for handling html5 strings.
+ - Improved performance of image content loading.
+ - Fixed potential type confusion in array joins.
+ - Fixed an issue on some pages causing high CPU usage when wrongly
+ specifying plugin content.
+ - Fixed an issue with the add-ons manager "discover" pane if no network
+ connection is present.
+ - Fixed an issue with bookmark/history search results offering context menu
+ options that would be invalid without a selection.
+ - Fixed the devtools JSON viewer and enabled it by default.
+ - Fixed searching from `about:home` not working for search plugins using the
+ POST method.
+ - Fixed an issue with the checkboxes for location bar preferences.
+ - Fixed SVG alignment issues if SVG-containing elements fall on odd pixel
+ sizes, causing blurry display of especially small SVGs like icons/glyphs.
+ - SVGs will now always be pixel-snapped to provide expected crisp display.
+ - Fixed precompilation of Sync client modules when packaging. This also
+ removes the redundant `services.sync.enabled` pref.
+ - Added support for matroska containers and h264-based webm video formats.
+ - Added support for AAC audio in matroska and webm video formats.
+ - Added support for spaces in the Mac package and application name.
+ - Added an exception to the unique file origin policy for font types.
+ - Added native file picker support for xdg on Linux.
+ - Updated the default bookmark icons.
+ - Updated the SQLite lib to 3.29.0.
+ - Removed e10s information from about:troubleshooting.
+ - Removed hotfix leftovers.
+ - Removed the WebIDE developer tool.
+ - Removed conditional build-time disabling of the Pale Moon status bar code.
+ - Removed "Delete this page" and "Forget about this site" links from live
+ bookmarks (since they make no sense on feeds).
+ - Removed the Financial Times' polyfill user-agent override since they
+ updated their detection to work with Pale Moon.
+
+ -- B Stack <bgstack15@gmail.com> Wed, 04 Sep 2019 08:23:21 -0400
+
+palemoon (28.6.1-3+devuan) obs; urgency=medium
+
+ * Specify gcc-8 on debian buster which is the upstream for beowulf/ceres.
+
+ -- B Stack <bgstack15@gmail.com> Thu, 25 Jul 2019 13:03:15 -0400
+
palemoon (28.6.1-2+devuan) obs; urgency=medium
* Add override for dh_strip_nondeterminism to address build failures with the
bgstack15