]> git.ipfire.org Git - thirdparty/cups.git/blame - CHANGES.txt
Merge changes from CUPS 1.6svn-r10390.
[thirdparty/cups.git] / CHANGES.txt
CommitLineData
82cc1f9a 1CHANGES.txt - 1.6b1 - 2012-03-16
a4845881 2--------------------------------
ef416fc2 3
a4845881 4CHANGES IN CUPS V1.6b1
771bd8cb 5
3e7fe0ca 6 - Documentation updates (STR #3927, STR #3980, STR #4010)
82cc1f9a
MS
7 - The PreserveJobFiles and PreserveJobHistory directives now support
8 specification of a time interval (STR #3143)
9 - PPD files can now be archived in (gzip'd) tar files to further reduce
10 the disk space used by PPD files (STR #3772)
11 - The network backends now deal with printers that report their levels
12 in percent but do not specify a maximum capacity of 100 (STR #3551)
13 - The network backends now report full/almost-full waste bins in
14 printers along with end-of-life for cleaning pads (STR #4017)
15 - Added a configure option to set the permissions of the installed
16 cupsd (STR #3459)
17 - Added a new WITH-ALL-VALUES directive to ipptool EXPECT predicates
18 (STR #3949)
3e7fe0ca
MS
19 - CUPS now supports a User directive in client.conf and the CUPS_USER
20 environment variable for overriding the default username (STR #3114)
21 - Now set the PJL USERNAME variable as needed (STR #3100)
22 - Added support for usernames and passwords longer than 32 characters
23 (STR #2856)
24 - Added a new MaxHoldTime directive to automatically cancel jobs that
25 have been held indefinitely after a specific number of seconds
26 (STR #2291)
27 - The LPD backend now uses the originating host name when it is not the
28 local system (STR #2053)
29 - CUPS now prefers the suffix "dpcm" when reporting resolution in dots-
30 per-centimeter (STR #4006)
12f89d24
MS
31 - The configure script and build system no longer support building of
32 separate 32-bit and 64-bit libraries.
33 - The "brightness", "columns", "fitplot", "gamma", "hue",
34 "natural-scaling", "penwidth", "position", "ppi", "saturation", and
35 "scaling" options are not longer supported (STR #4010)
36 - The "page-bottom", "page-left", "page-right", "page-top",
37 "prettyprint", and "wrap" options have been deprecated (STR #4010)
38 - The scheduler now reports the standard "number-of-documents" attribute
39 instead of the CUPS-specific "document-count" attribute in
40 job objects.
dcb445bc
MS
41 - Added new destination connection and enumeration functions (STR #3924)
42 - Added new option, localization, and job submission functions that do
43 not depend on PPD files (STR #3925)
44 - Added a new MaxJobTime directive for cupsd that specifies the maximum
45 amount of time allowed for a job to complete before it is canceled.
46 - The default password callback now supports passwords up to 127
47 characters.
48 - The scheduler now supports a DefaultAuthType of "auto" to
49 automatically choose between Basic (username/password) and Negotiate
50 (Kerberos) authentication.
51 - cupsSideChannelSNMPGet/Walk now support OIDs and values up to 64k in
52 length.
a2326b5b
MS
53 - CUPS no longer supports automatic remote printers or implicit classes
54 via the CUPS, LDAP, or SLP protocols (STR #3922, STR #3923)
55 - The PPD APIs are now deprecated and will be removed in a future
56 version of CUPS (STR #3927)
57 - The default IPP version for requests is now 2.0 (STR #3929)
58 - The IPP APIs no longer expose the ipp_t or ipp_attribute_t structures
59 and instead provide accessor functions (STR #3928)
85dda01c 60 - The scheduler will no longer run programs with group write permission.
a4845881
MS
61 - The PHP module has been removed (STR #3932)
62 - The bannertops, commandtoescpx, commandtopclx, imagetops,
63 imagetoraster, pdftops, rastertoescpx, rastertopclx, and texttops
64 filters have been removed (STR #3930)
65 - The serial and parallel backends have been removed (STR 3935)