summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorMichael R Sweet <msweet@msweet.org>2021-06-23 17:49:31 -0400
committerMichael R Sweet <msweet@msweet.org>2021-06-23 17:49:31 -0400
commit11055349c31a52ffb2ced2eaa5faad7fb9749478 (patch)
treeea5780216b53f718de066f7dacc9360fd9de067f /CHANGES.md
parent64160c2a228287160e4521dabf2f18bee4eb7e97 (diff)
downloadcups-11055349c31a52ffb2ced2eaa5faad7fb9749478.tar.gz
Move 'everywhere' model support into cupsd (Issue #5919)
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 781a8a241..cfaa55456 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -82,6 +82,7 @@ Changes in CUPS v2.3.5
- Removed support for the (long deprecated and unused) `KeepAliveTimeout`
directive in `cupsd.conf` (Issue #5733)
- Fixed `@IF(name)` handling in `cupsd.conf` (Issue #5918)
+- The scheduler now supports the "everywhere" model directly (Issue #5919)
- Fixed `job-pages-per-set` value for duplex print jobs.