summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2018-08-18 08:50:24 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2018-08-18 08:50:24 -0400
commit918d2b07482d9a5a3728cc11cf94b44832b0b215 (patch)
tree12b52c32787c65b5c44cb63bd92113497a3dd2b1 /CHANGES.md
parentaca718a423bac51103fad34f7ceb4c9b378f4100 (diff)
Validate attribute group for initial request attributes (rdar://41098178)
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 3bd2e9678..6bc00e633 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,4 +1,4 @@
-CHANGES - 2.2.9 - 2018-07-18
+CHANGES - 2.2.9 - 2018-08-18
============================
@@ -18,6 +18,8 @@ Changes in CUPS v2.2.9
- Fixed some typos in the label printer drivers (Issue #5350)
- The scheduler was being backgrounded on macOS, causing applications to spin
(rdar://40436080)
+- The scheduler did not validate that required initial request attributes were
+ in the operation group (rdar://41098178)
- Authentication in the web interface did not work on macOS (rdar://41444473)
- Dropped non-working RSS subscriptions UI from web interface templates.
- Fixed a memory leak for some IPP (extension) syntaxes.