summaryrefslogtreecommitdiff
path: root/newmoon/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'newmoon/debian/changelog')
-rw-r--r--newmoon/debian/changelog62
1 files changed, 62 insertions, 0 deletions
diff --git a/newmoon/debian/changelog b/newmoon/debian/changelog
index 59054dc..f3d04d8 100644
--- a/newmoon/debian/changelog
+++ b/newmoon/debian/changelog
@@ -1,3 +1,65 @@
+newmoon (31.1.1-1) obs; urgency=medium
+
+ * Changes/fixes:
+ * Updated the list of blocked external protocol handlers to combat
+ abuse of OS-supplied services on Windows.
+ * Fixed a potential issue with revoked site certificates when
+ connecting through a proxy.
+ * Updated NSS to 3.52.7 to pick up some security fixes.
+ * Updated site-specific user agent overrides to work around bad
+ sniffing practices of dropbox and vimeo.
+ * Security issues addressed: CVE-2022-34478, CVE-2022-34476,
+ CVE-2022-34480 DiD, CVE-2022-34472, CVE-2022-34475 DiD, CVE-2022-34473
+ DiD, CVE-2022-34481 and a memory safety issue that doesn't have a CVE
+ number.
+ * UXP Mozilla security patch summary: 4 fixed, 4 DiD, 2 rejected, 11
+ not applicable.
+
+ -- B. Stack <bgstack15@gmail.com> Mon, 11 Jul 2022 11:34:11 -0400
+
+newmoon (31.1.0-1) UNRELEASED; urgency=medium
+
+ * Changes/fixes:
+ * Added Mojeek as an additional search engine in the browser. See
+ implementation notes.
+ * Implemented "nullish coalescing operator" (thanks, FranklinDM!) for
+ web compatibility.
+ * Fixed various crash scenarios in XPCOM.
+ * Fixed an important stability and performance issue related to
+ hardware acceleration.
+ * Fixed a long-standing issue where overly-long address bar tooltips
+ wouldn't break into multiple lines but instead cut off on the right
+ side.
+ * Fixed a long-standing issue where dynamic datalist updates for
+ <select> and similar elements wouldn't properly update the option list.
+ * Disabled broken links to MDN articles in developer tools.
+ * Updated media support to include support for libavcodec 59/FFmpeg 5.0
+ for MP4 playback on Linux (thanks, Travis!)
+ * Enabled the date picker for <input type=date>. See implementation
+ notes.
+ * Re-enabled the use of FIPS mode for NSS. See implementation notes.
+ * Improved memory handling and memory safety in the JavaScript engine,
+ further reducing current and future crash scenarios.
+ * Improved memory handling in the graphics subsystem of Goanna.
+ * Updated FFvpx to v4.2.7
+ * Slightly reduced strictness of media checking for improved
+ compatibility with questionable "gif" video encoders used on major
+ websites.
+ * Cleaned up the way file pickers (file open/save/save as dialogs) are
+ handled on Windows.
+ * Restored the gMultiProcessBrowser property of the browser for Firefox
+ extension compatibility. See implementation notes.
+ * Improved the way data is transferred to and from canvases to prevent
+ memory safety issues.
+ * Updated NSS to 3.52.6 to address security issues.
+ * Reduced blocking severity for some extensions that were marked hard
+ blockers for GRE (but aren't for UXP).
+ * Security issues addressed: CVE-2022-31739, CVE-2022-31741, and other
+ security issues that do not have a CVE number.
+ * UXP Mozilla security patch summary: 2 fixed, 1 DiD, 26 not applicable.
+
+ -- B. Stack <bgstack15@gmail.com> Mon, 11 Jul 2022 11:33:18 -0400
+
newmoon (31.0.0-1) obs; urgency=medium
* Major milestone release:
bgstack15