diff options
author | B. Stack <bgstack15@gmail.com> | 2023-02-16 19:55:54 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2023-02-16 19:56:46 -0500 |
commit | c747630f16181d71ce2d7fb5b31f164062c17d5d (patch) | |
tree | 2e031de9e39e3f0aa431807dba8206c202636c54 /newmoon/debian/changelog | |
parent | Merge branch 'scite-bump' into 'master' (diff) | |
download | stackrpms-c747630f16181d71ce2d7fb5b31f164062c17d5d.tar.gz stackrpms-c747630f16181d71ce2d7fb5b31f164062c17d5d.tar.bz2 stackrpms-c747630f16181d71ce2d7fb5b31f164062c17d5d.zip |
nm 32.0.0 rc1
Diffstat (limited to 'newmoon/debian/changelog')
-rw-r--r-- | newmoon/debian/changelog | 27 |
1 files changed, 27 insertions, 0 deletions
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 <bgstack15@gmail.com> Thu, 16 Feb 2023 19:40:20 -0500 + newmoon (31.4.0-1) obs; urgency=medium * Upstream updates |