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