]> git.ipfire.org Git - thirdparty/cups.git/blame - CHANGES-1.6.txt
Some Bonjour features were not available on systems with Avahi (STR #4156)
[thirdparty/cups.git] / CHANGES-1.6.txt
CommitLineData
4fb198c8 1CHANGES-1.6.txt
2---------------
3
77d791b6 4CHANGES IN CUPS V1.6.2
5
a3e03052 6 - Some Bonjour features were not available on systems with Avahi
7 (STR #4156)
dd9a0317 8 - CUPS now includes the port number in the Host: header for HTTP
9 requests.
77d791b6 10 - Fixed REPEAT-MATCH for STATUS and EXPECT - was incorrectly erroring
11 out.
12
13
4fb198c8 14CHANGES IN CUPS V1.6.1
15
16 - Documentation fix (STR #4149)
17 - RPM packaging fixes (STR #4129, #4145)
18 - The Japanese and English web interface headers were swapped
19 (STR #4148)
20
21
22CHANGES IN CUPS V1.6.0
23
24 - Document changes (STR #4131)
25 - Added new Catalan (STR #4107) and Spanish (STR #4137) localizations.
26
27
28CHANGES IN CUPS V1.6rc1
29
30 - Added a new Japanese localization (STR #4122)
31 - The SNMP backend no longer exits if it is unable to obtain an IPv6
32 socket (STR #4109)
33 - The LPD backend incorrectly used "localhost" in the control file
34 instead of the current hostname.
35
36
37CHANGES IN CUPS V1.6b1
38
39 - Documentation updates (STR #3927, STR #3980, STR #4010, STR #4068)
40 - The scheduler now consolidates all PPD updates from filters at the
41 end of the job (STR #4075)
42 - CUPS now supports color management using colord (STR #3808)
43 - CUPS now supports Bonjour using Avahi (STR #3066)
44 - The PreserveJobFiles and PreserveJobHistory directives now support
45 specification of a time interval (STR #3143)
46 - PPD files can now be archived in (gzip'd) tar files to further reduce
47 the disk space used by PPD files (STR #3772)
48 - The network backends now deal with printers that report their levels
49 in percent but do not specify a maximum capacity of 100 (STR #3551)
50 - The network backends now report full/almost-full waste bins in
51 printers along with end-of-life for cleaning pads (STR #4017)
52 - Added a configure option to set the permissions of the installed
53 cupsd (STR #3459)
54 - Added a new WITH-ALL-VALUES directive to ipptool EXPECT predicates
55 (STR #3949)
56 - CUPS now supports a User directive in client.conf and the CUPS_USER
57 environment variable for overriding the default username (STR #3114)
58 - Now set the PJL USERNAME variable as needed (STR #3100)
59 - Added support for usernames and passwords longer than 32 characters
60 (STR #2856)
61 - Added a new MaxHoldTime directive to automatically cancel jobs that
62 have been held indefinitely after a specific number of seconds
63 (STR #2291)
64 - The LPD backend now uses the originating host name when it is not the
65 local system (STR #2053)
66 - CUPS now prefers the suffix "dpcm" when reporting resolution in dots-
67 per-centimeter (STR #4006)
68 - The configure script and build system no longer support building of
69 separate 32-bit and 64-bit libraries.
70 - The "brightness", "columns", "fitplot", "gamma", "hue",
71 "natural-scaling", "penwidth", "position", "ppi", "saturation", and
72 "scaling" options are not longer supported (STR #4010)
73 - The "page-bottom", "page-left", "page-right", "page-top",
74 "prettyprint", and "wrap" options have been deprecated (STR #4010)
75 - The scheduler now reports the standard "number-of-documents" attribute
76 instead of the CUPS-specific "document-count" attribute in
77 job objects.
78 - Added new destination connection and enumeration functions (STR #3924)
79 - Added new option, localization, and job submission functions that do
80 not depend on PPD files (STR #3925)
81 - Added a new MaxJobTime directive for cupsd that specifies the maximum
82 amount of time allowed for a job to complete before it is canceled.
83 - The default password callback now supports passwords up to 127
84 characters.
85 - The scheduler now supports a DefaultAuthType of "auto" to
86 automatically choose between Basic (username/password) and Negotiate
87 (Kerberos) authentication.
88 - cupsSideChannelSNMPGet/Walk now support OIDs and values up to 64k in
89 length.
90 - CUPS no longer supports automatic remote printers or implicit classes
91 via the CUPS, LDAP, or SLP protocols (STR #3922, STR #3923)
92 - The PPD APIs are now deprecated and will be removed in a future
93 version of CUPS (STR #3927)
94 - The default IPP version for requests is now 2.0 (STR #3929)
95 - The IPP APIs no longer expose the ipp_t or ipp_attribute_t structures
96 and instead provide accessor functions (STR #3928)
97 - The scheduler will no longer run programs with group write permission.
98 - The PHP module has been removed (STR #3932)
99 - The bannertops, commandtoescpx, commandtopclx, imagetops,
100 imagetoraster, pdftops, rastertoescpx, rastertopclx, and texttops
101 filters have been removed (STR #3930)
102 - The serial and parallel backends have been removed (STR 3935)