]> git.ipfire.org Git - thirdparty/cups.git/blame - CHANGES.txt
Use the originating host name when necessary (STR #2053)
[thirdparty/cups.git] / CHANGES.txt
CommitLineData
d5f44c44 1CHANGES.txt - 1.6b1 - 2012-02-15
8ae37254 2--------------------------------
cedfb4b7 3
5d45a0e1 4CHANGES IN CUPS V1.6b1
72bdcfc1 5
e1d5d99b 6 - Documentation updates (STR #3980, STR #4010)
9e7d65d4 7 - The LPD backend now uses the originating host name when it is not the
8 local system (STR #2053)
1c8f86e4 9 - CUPS now prefers the suffix "dpcm" when reporting resolution in dots-
10 per-centimeter (STR #4006)
f6acb765 11 - The configure script and build system no longer support building of
12 separate 32-bit and 64-bit libraries.
405e58ff 13 - The "brightness", "columns", "fitplot", "gamma", "hue",
14 "natural-scaling", "penwidth", "position", "ppi", "saturation", and
15 "scaling" options are not longer supported (STR #4010)
16 - The "page-bottom", "page-left", "page-right", "page-top",
17 "prettyprint", and "wrap" options have been deprecated (STR #4010)
18 - The scheduler now reports the standard "number-of-documents" attribute
19 instead of the CUPS-specific "document-count" attribute in
20 job objects.
fb5d8bf6 21 - Added new destination connection and enumeration functions (STR #3924)
22 - Added new option, localization, and job submission functions that do
23 not depend on PPD files (STR #3925)
81a24c96 24 - Added a new MaxJobTime directive for cupsd that specifies the maximum
25 amount of time allowed for a job to complete before it is canceled.
24e92ab1 26 - The default password callback now supports passwords up to 127
27 characters.
f780c436 28 - The scheduler now supports a DefaultAuthType of "auto" to
29 automatically choose between Basic (username/password) and Negotiate
30 (Kerberos) authentication.
31 - cupsSideChannelSNMPGet/Walk now support OIDs and values up to 64k in
32 length.
33bd0142 33 - CUPS no longer supports automatic remote printers or implicit classes
34 via the CUPS, LDAP, or SLP protocols (STR #3922, STR #3923)
e90e6b29 35 - The PPD APIs are now deprecated and will be removed in a future
36 version of CUPS (STR #3927)
c5cc03ab 37 - The default IPP version for requests is now 2.0 (STR #3929)
38 - The IPP APIs no longer expose the ipp_t or ipp_attribute_t structures
39 and instead provide accessor functions (STR #3928)
c7880d63 40 - The scheduler will no longer run programs with group write permission.
80de979e 41 - The PHP module has been removed (STR #3932)
bf6584b2 42 - The bannertops, commandtoescpx, commandtopclx, imagetops,
43 imagetoraster, pdftops, rastertoescpx, rastertopclx, and texttops
44 filters have been removed (STR #3930)
8ae37254 45 - The serial and parallel backends have been removed (STR 3935)