summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2019-08-16 15:41:00 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2019-08-16 15:41:00 -0400
commit60a7373f31976afa757bd7a1250b49b392f7189a (patch)
treedf81531c5f732d1d04082b24d24843b360307f91 /CHANGES.md
parent2c030c7a06e0c2b8227c7e85f5c58dfb339731d0 (diff)
downloadcups-60a7373f31976afa757bd7a1250b49b392f7189a.tar.gz
Fix a USB printing issue on macOS (rdar://31433931)
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index ffd236f90..aea4a00cf 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,4 +1,4 @@
-CHANGES - 2.3.0 - 2019-08-07
+CHANGES - 2.3.0 - 2019-08-16
============================
@@ -29,6 +29,7 @@ Changes in CUPS v2.3.0
- Fixed some PPD parser issues (Issue #5623, Issue #5624)
- The IPP parser no longer allows invalid member attributes in collections
(Issue #5630)
+- Fixed a USB printing issue on macOS (rdar://31433931)
- Fixed IPP buffer overflow (rdar://50035411)
- Fixed memory disclosure issue in the scheduler (rdar://51373853)
- Fixed DoS issues in the scheduler (rdar://51373929)