summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2013-11-07 01:20:23 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2013-11-07 01:20:23 +0000
commit581dae2da052286aae0e5e558d31454894853f56 (patch)
tree37114b6fd3af23039d0d57f0338cd11bd1012e0a /CHANGES.txt
parenta86604301626ef9b5b537e349d639d988994f59c (diff)
Dropped "dark wake" support on OS X, which was preventing portables from going
to sleep when there was a stuck job. We now use a variation of the CUPS 1.4 sleep support to do a cleaner sleep (<rdar://problem/14323704>) Aside from removing all of the power assertions, we now track a new "cups-waiting-for-completed" state keyword that tells cupsd it can SIGKILL a backend without side-effects - then if we are just waiting for the job to complete we can go to sleep immediately. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11403 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index c69c33de3..bbe4479c5 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,8 +1,12 @@
-CHANGES.txt - 2.0b1 - 2013-10-18
+CHANGES.txt - 2.0b1 - 2013-11-06
--------------------------------
CHANGES IN CUPS V2.0b1
+ - Dropped "dark wake" support on OS X, which was preventing portables
+ from going to sleep when there was a stuck job. We now use a variation
+ of the CUPS 1.4 sleep support to do a cleaner sleep
+ (<rdar://problem/14323704>)
- Added support for regular expression matching in the MIME type rules
(<rdar://problem/11131245>)
- Dropped support for AIX, HP-UX, and OSF/1 (aka Digital UNIX)