summaryrefslogtreecommitdiff
path: root/palemoon/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'palemoon/debian/changelog')
-rw-r--r--palemoon/debian/changelog30
1 files changed, 30 insertions, 0 deletions
diff --git a/palemoon/debian/changelog b/palemoon/debian/changelog
index 992c8c0..26e4e50 100644
--- a/palemoon/debian/changelog
+++ b/palemoon/debian/changelog
@@ -1,3 +1,33 @@
+palemoon (29.3.0-1+devuan) obs; urgency=medium
+
+ - This is a development, bugfix and security release.
+ * "Web Developer" is now called "Developer Tools" in the menus.
+ * Updated and aligned about:home, the QuickDial page and logopage
+ styling.
+ * Re-organized the privacy category in the preferences window.
+ * Enabled brotli compression for http for sites that support it. See
+ implementation notes.
+ * Implemented EventTarget as a constructor.
+ * Updated Windows 10 toolkit styling.
+ * Updated the port blacklist (removed 10080). See implementation notes.
+ * CSS: Implemented calc() and animation support for stroke-dashoffset.
+ * Added support for checking boolean preferences to chrome CSS style
+ sheets, to support more advanced theming options.
+ * Added support for dynamic dark color capable themes in CSS.
+ * Updated ResizeObserver implementation to a more recent specification.
+ See implementation notes.
+ * Removed a metric ton of Macintosh code.
+ * Removed obsolete system theme support from the layout engine.
+ * Fixed several crashes.
+ * Linux: blocked particularly old versions of Mesa/Nouveau drivers due
+ to issues.
+ * Security issues addressed: CVE-2021-30547 and several other issues
+ that don't have a CVE number.
+ * Unified XUL Platform Mozilla Security Patch Summary: 3 fixed, 3 DiD,
+ 2 deferred (DiD), 12 not applicable.
+
+ -- B. Stack <bgstack15@gmail.com> Mon, 19 Jul 2021 19:11:44 -0400
+
palemoon (29.2.1-1+devuan) obs; urgency=medium
- This is a small bugfix release.
bgstack15