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