diff options
author | B. Stack <bgstack15@gmail.com> | 2023-02-25 13:22:17 +0000 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2023-02-25 13:22:17 +0000 |
commit | 1a5864d1ca0c6b1d556ad762271d8ea6bf9228b9 (patch) | |
tree | e9ef3b12c5f2edaabed1a7dedc4ca9d64bcd2758 /newmoon/debian/changelog | |
parent | Merge branch 'freefilesync-bump' into 'master' (diff) | |
parent | newmoon spec handles perl in fc38 (diff) | |
download | stackrpms-1a5864d1ca0c6b1d556ad762271d8ea6bf9228b9.tar.gz stackrpms-1a5864d1ca0c6b1d556ad762271d8ea6bf9228b9.tar.bz2 stackrpms-1a5864d1ca0c6b1d556ad762271d8ea6bf9228b9.zip |
Merge branch 'newmoon-bump' into 'master'
newmoon 32.0.1
See merge request bgstack15/stackrpms!341
Diffstat (limited to 'newmoon/debian/changelog')
-rw-r--r-- | newmoon/debian/changelog | 42 |
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 |