summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2018-08-27 16:45:04 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2018-08-27 16:45:04 -0400
commit56ee8bc2c7e29cbfea38abe6aebd0c97baca6b7b (patch)
tree24a247db932a4a48ae8d3ad5adef8559638f36a1 /CHANGES.md
parent7882a850af33d0de686168d9068274c7d18af110 (diff)
Fix a scheduler crash bug (rdar://42198057)
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 4a7d16791..38293df3d 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -28,6 +28,7 @@ Changes in CUPS v2.2.9
- 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)
+- The scheduler could crash when job history was purged (rdar://42198057)
- Dropped non-working RSS subscriptions UI from web interface templates.
- Fixed a memory leak for some IPP (extension) syntaxes.