summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorsteve algernon <salgernon@eapple.com>2020-04-24 13:37:30 -0700
committersteve algernon <salgernon@eapple.com>2020-04-27 11:04:29 -0700
commit82e3ee0e3230287b76a76fb8f16b92ca6e50b444 (patch)
treec5c81b7be253f2e8c0c6fa88e9299a8840e3cd8d /CHANGES.md
parent1f2a315c2b3e2f78c37c1505fc66909ad01df85e (diff)
downloadcups-82e3ee0e3230287b76a76fb8f16b92ca6e50b444.tar.gz
Update version to 2.3.3 for:v2.3.3
CVE-2020-3898 - cups/ppd.c, ppdc/ppdc-source.cxx CVE-2019-8842 - cups/ipp.c: ippReadIO And build issues due to warnings.
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 6af792b82..df7289268 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,15 @@
-CHANGES - 2.3.2 - 2019-12-18
+CHANGES - 2.3.3 - 2020-04-24
============================
+Changes in CUPS v2.3.3
+----------------------
+
+- CVE-2020-3898: The `ppdOpen` function did not handle invalid UI
+ constraint. `ppdcSource::get_resolution` function did not handle
+ invalid resolution strings.
+- CVE-2019-8842: The `ippReadIO` function may under-read an extension
+ field.
+- Fixed WARNING_OPTIONS support for GCC 9.x
Changes in CUPS v2.3.2
----------------------