]> git.ipfire.org Git - thirdparty/cups.git/blob - CHANGES.txt
Move CGI, PPD compiler, and MIME heades to the private headers directory.
[thirdparty/cups.git] / CHANGES.txt
1 CHANGES.txt - 2.2b1 - 2016-04-12
2 --------------------------------
3
4 CHANGES IN CUPS V2.2b1
5
6 - The IPP backend no longer enables compression by default except for
7 certain raster formats that generally benefit from it
8 (<rdar://problem/25166952>)
9 - The scheduler did not handle out-of-disk situations gracefully
10 (Issue #4742)
11 - The LPD mini-daemon now detects invalid UTF-8 sequences in job,
12 document, and user names (Issue #4748)
13 - The IPP backend now continues on to the next job when the remote
14 server/printer puts the job on hold (<rdar://problem/24858548>)
15 - The scheduler did not cancel multi-document jobs immediately
16 (<rdar://problem/24854834>)
17 - The scheduler did not return non-shared printers to local clients
18 unless they connected to the domain socket (<rdar://problem/24566996>)
19 - The scheduler now reads the spool directory if one or more job cache
20 entries point to deleted jobs (<rdar://problem/24048846>)
21 - Added support for disc media sizes (<rdar://problem/20219536>)
22 - The httpAddrConnect and httpConnect* APIs now try connecting to
23 multiple addresses in parallel (<rdar://problem/20643153>)
24 - The cupsd domain socket is no longer world-accessible on OS X
25 (<rdar://problem/7542560>)
26 - Interface scripts are no longer supported for security reasons
27 (<rdar://problem/23135640>)
28 - Added a new cupsHashData API and support for hashed job passwords
29 (<rdar://problem/20221502>)
30 - Documentation changes (Issue #4781)