From c747630f16181d71ce2d7fb5b31f164062c17d5d Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Thu, 16 Feb 2023 19:55:54 -0500 Subject: nm 32.0.0 rc1 --- newmoon/debian/changelog | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'newmoon/debian/changelog') diff --git a/newmoon/debian/changelog b/newmoon/debian/changelog index 1b3b7ee..c0a403a 100644 --- a/newmoon/debian/changelog +++ b/newmoon/debian/changelog @@ -1,3 +1,30 @@ +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 Thu, 16 Feb 2023 19:40:20 -0500 + newmoon (31.4.0-1) obs; urgency=medium * Upstream updates -- cgit From cb487e2cf283d9bb857067125b7e01493e90e2ba Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Tue, 21 Feb 2023 20:36:46 -0500 Subject: nm 32.0.1 rc1 --- newmoon/debian/changelog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'newmoon/debian/changelog') diff --git a/newmoon/debian/changelog b/newmoon/debian/changelog index c0a403a..f130b34 100644 --- a/newmoon/debian/changelog +++ b/newmoon/debian/changelog @@ -1,3 +1,18 @@ +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 Tue, 21 Feb 2023 20:34:55 -0500 + newmoon (32.0.0-1+stackrpms) obs; urgency=low * New milestone release: -- cgit