]> git.ipfire.org Git - thirdparty/cups.git/blame - CHANGES.txt
Merge changes from CUPS 1.7b1-r10947.
[thirdparty/cups.git] / CHANGES.txt
CommitLineData
6961465f 1CHANGES.txt - 1.7b1 - 2013-04-09
a4845881 2--------------------------------
ef416fc2 3
37e7e6e0 4CHANGES IN CUPS V1.7b1
771bd8cb 5
6961465f
MS
6 - The configure script now supports a --with-rundir option to change
7 the transient run-time state directory from the default to other
8 locations like /run/cups (STR #4306)
9 - The scheduler now supports PPD lookups for classes (STR #4296)
10 - The cupsfilter program did not set the FINAL_CONTENT_TYPE
11 environment variable for filters.
cb7f98ee 12 - Added a new "-x" option to the cancel command (STR #4103)
6961465f
MS
13 - Made the PWG media handling APIs public (STR #4267)
14 - Implemented ready media support for the cupsGetDestMediaXxx APIs
15 (STR #4289)
16 - Added new cupsFindDestDefault, cupsFindDestReady, and
17 cupsFindDestSupported APIs (STR #4289)
18 - Added new cupsGetDestMediaByIndex, cupsGetDestMediaCount, and
19 cupsGetDestMediaDefault APIs (STR #4289)
20 - Added new ippGet/SetOctetString APIs for getting and setting an
21 octetString value (STR #4289)
cb7f98ee
MS
22 - Added new ippCreateRequestedArray API for generating a array of
23 attributes from the requested-attributes attribute.
24 - The ipptool utility now supports compression, conditional tests based
25 on the presence of files, and new DEFINE predicates for STATUS.
a469f8a5
MS
26 - Added new IPP APIs for checking values (STR #4167)
27 - Added new IPP APis for adding and setting formatted strings.
28 - Added new HTTP APIs to support basic server functionality via libcups.
cb7f98ee 29 - The dnssd backend now generates a 1284 device ID as needed (STR #3702)
a469f8a5
MS
30 - CUPS now supports compressing and decompressing streamed data
31 (STR #4168)
5a9febac
MS
32 - CUPS now supports higher-level PIN printing, external accounting
33 systems, and "print here" printing environments (STR #4169)
3dd9c340
MS
34 - IRIX is no longer a supported operating system (STR #4092)
35 - The PPD compiler now supports JCL options properly (STR #4115)
36 - The web interface now checks whether the web browser has cookies
37 enabled and displays a suitable error message (STR #4141)