summaryrefslogtreecommitdiff
path: root/newmoon/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'newmoon/debian/changelog')
-rw-r--r--newmoon/debian/changelog42
1 files changed, 42 insertions, 0 deletions
diff --git a/newmoon/debian/changelog b/newmoon/debian/changelog
index 1b3b7ee..f130b34 100644
--- a/newmoon/debian/changelog
+++ b/newmoon/debian/changelog
@@ -1,3 +1,45 @@
+newmoon (32.0.1-1+stackrpms) obs; urgency=low
+
+ * Upstream updates
+ * Fixed a crash in the new regular expression code.
+ * Added {Extended_Pictographic} unicode property escape to regular
+ expressions.
+ * Fixed a regression in regular expressions for literal parsing of
+ invalid ranges.
+ * Updated NSS to pick up fixes.
+ * Security issues addressed: CVE-2023-25733 DiD, CVE-2023-25739 DiD and
+ CVE-2023-0767.
+ * UXP Mozilla security patch summary: 1 fixed, 2 DiD, 14 not applicable.
+
+ -- B. Stack <bgstack15@gmail.com> Tue, 21 Feb 2023 20:34:55 -0500
+
+newmoon (32.0.0-1+stackrpms) obs; urgency=low
+
+ * New milestone release:
+ - Implemented Regular Expression named capture groups.
+ - Implemented Regular Expression unicode property escapes.
+ - Re-implemented Regular Expression lookaround/lookbehind (without
+ crashing this time ;) ).
+ - Implemented progressive decoding for JPEG-XL.
+ - Implemented animation for JPEG-XL.
+ - Renamed CSS offset-* properties to inset-* to align with the latest spec
+ and the web.
+ - Fixed CSS inheritance and padding issues in some cases.
+ - Aligned parsing of incorrectly duplicated HSTS headers with expected
+ behavior (discard all but the first one).
+ - Implemented a method to avoid memory exhaustion in case of (very) large
+ resolution animated images.
+ - Updated the JPEG-XL and Highway libraries to a recent, stable version.
+ - Cleaned up some unused CSS prefixing code.
+ - Improved the ability to link on *nix operating systems with other linkers
+ than gcc's default.
+ - Stability improvements (potential crash fixes).
+ - Security issues addressed: CVE-2023-23598, CVE-2023-23599 and several
+ others that do not have a CVE number.
+ - UXP Mozilla security patch summary: 4 fixed, 2 DiD, 19 not applicable.
+
+ -- B. Stack <bgstack15@gmail.com> Thu, 16 Feb 2023 19:40:20 -0500
+
newmoon (31.4.0-1) obs; urgency=medium
* Upstream updates
bgstack15