]> git.ipfire.org Git - thirdparty/cups.git/blame - CHANGES.txt
Merge changes from CUPS 1.6svn-r10267.
[thirdparty/cups.git] / CHANGES.txt
CommitLineData
12f89d24 1CHANGES.txt - 1.6b1 - 2012-01-30
a4845881 2--------------------------------
ef416fc2 3
a4845881 4CHANGES IN CUPS V1.6b1
771bd8cb 5
12f89d24
MS
6 - The configure script and build system no longer support building of
7 separate 32-bit and 64-bit libraries.
8 - The "brightness", "columns", "fitplot", "gamma", "hue",
9 "natural-scaling", "penwidth", "position", "ppi", "saturation", and
10 "scaling" options are not longer supported (STR #4010)
11 - The "page-bottom", "page-left", "page-right", "page-top",
12 "prettyprint", and "wrap" options have been deprecated (STR #4010)
13 - The scheduler now reports the standard "number-of-documents" attribute
14 instead of the CUPS-specific "document-count" attribute in
15 job objects.
dcb445bc
MS
16 - Added new destination connection and enumeration functions (STR #3924)
17 - Added new option, localization, and job submission functions that do
18 not depend on PPD files (STR #3925)
19 - Added a new MaxJobTime directive for cupsd that specifies the maximum
20 amount of time allowed for a job to complete before it is canceled.
21 - The default password callback now supports passwords up to 127
22 characters.
23 - The scheduler now supports a DefaultAuthType of "auto" to
24 automatically choose between Basic (username/password) and Negotiate
25 (Kerberos) authentication.
26 - cupsSideChannelSNMPGet/Walk now support OIDs and values up to 64k in
27 length.
a2326b5b
MS
28 - CUPS no longer supports automatic remote printers or implicit classes
29 via the CUPS, LDAP, or SLP protocols (STR #3922, STR #3923)
30 - The PPD APIs are now deprecated and will be removed in a future
31 version of CUPS (STR #3927)
32 - The default IPP version for requests is now 2.0 (STR #3929)
33 - The IPP APIs no longer expose the ipp_t or ipp_attribute_t structures
34 and instead provide accessor functions (STR #3928)
85dda01c 35 - The scheduler will no longer run programs with group write permission.
a4845881
MS
36 - The PHP module has been removed (STR #3932)
37 - The bannertops, commandtoescpx, commandtopclx, imagetops,
38 imagetoraster, pdftops, rastertoescpx, rastertopclx, and texttops
39 filters have been removed (STR #3930)
40 - The serial and parallel backends have been removed (STR 3935)