]> git.ipfire.org Git - thirdparty/cups.git/blob - CHANGES.txt
<rdar://problem/13854722> 13A459 Printing completely broken on MBP after upgrade...
[thirdparty/cups.git] / CHANGES.txt
1 CHANGES.txt - 1.7b1 - 2013-05-13
2 --------------------------------
3
4 CHANGES IN CUPS V1.7b2
5
6 - The ipptool program now automatically extends timeouts when the
7 output buffer is filled (<rdar://problem/14016099>)
8 - The ipptool program now supports the --help and --version options.
9 - The ipptool program did not continue past include file errors by
10 default (<rdar://problem/13875803>)
11 - The ipptool program now supports FILE-ID and TEST-ID directives and
12 includes their values in its XML output (<rdar://problem/13876038>)
13 - The ipptool program now supports WITH-HOSTNAME, WITH-RESOURCE, and
14 WITH-SCHEME expect predicates to compare the corresponding URI
15 components (<rdar://problem/13876091>)
16
17
18 CHANGES IN CUPS V1.7b1
19
20 - The configure script now supports a --with-rundir option to change
21 the transient run-time state directory from the default to other
22 locations like /run/cups (STR #4306)
23 - The scheduler now supports PPD lookups for classes (STR #4296)
24 - The cupsfilter program did not set the FINAL_CONTENT_TYPE
25 environment variable for filters.
26 - Added a new "-x" option to the cancel command (STR #4103)
27 - Made the PWG media handling APIs public (STR #4267)
28 - Implemented ready media support for the cupsGetDestMediaXxx APIs
29 (STR #4289)
30 - Added new cupsFindDestDefault, cupsFindDestReady, and
31 cupsFindDestSupported APIs (STR #4289)
32 - Added new cupsGetDestMediaByIndex, cupsGetDestMediaCount, and
33 cupsGetDestMediaDefault APIs (STR #4289)
34 - Added new ippGet/SetOctetString APIs for getting and setting an
35 octetString value (STR #4289)
36 - Added new ippCreateRequestedArray API for generating a array of
37 attributes from the requested-attributes attribute.
38 - The ipptool utility now supports compression, conditional tests based
39 on the presence of files, and new DEFINE predicates for STATUS.
40 - Added new IPP APIs for checking values (STR #4167)
41 - Added new IPP APis for adding and setting formatted strings.
42 - Added new HTTP APIs to support basic server functionality via libcups.
43 - The dnssd backend now generates a 1284 device ID as needed (STR #3702)
44 - CUPS now supports compressing and decompressing streamed data
45 (STR #4168)
46 - CUPS now supports higher-level PIN printing, external accounting
47 systems, and "print here" printing environments (STR #4169)
48 - IRIX is no longer a supported operating system (STR #4092)
49 - The PPD compiler now supports JCL options properly (STR #4115)
50 - The web interface now checks whether the web browser has cookies
51 enabled and displays a suitable error message (STR #4141)