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