]> git.ipfire.org Git - thirdparty/cups.git/blame - CHANGES-1.6.txt
Updated the Catalan localization (STR #4202)
[thirdparty/cups.git] / CHANGES-1.6.txt
CommitLineData
4fb198c8 1CHANGES-1.6.txt
2---------------
3
77d791b6 4CHANGES IN CUPS V1.6.2
5
a7a1fcdb 6 - Documentation fixes (STR #4239, STR #4234)
6b21a4ce 7 - Security: All file, directory, user, and group settings are now stored
8 in a separate cups-files.conf configuration file that cannot be set
9 through the CUPS web interface or APIs (STR #4223)
3403c650 10 - Added a French localization (STR #4247)
f0bfd506 11 - Added a Russian localization (STR #4228)
f9ab2900 12 - Updated the Catalan localization (STR #4202)
b91c836d 13 - The ipptool program now supports DEFINE-MATCH and DEFINE-NO-MATCH
14 predicates for STATUS directives.
6488851f 15 - Fixed a problem with local Kerberos authentication (STR #4140)
a674809b 16 - Coverity scan: fixed some minor issues (STR #4242)
00670439 17 - The scheduler did not remove color profiles after deleting a printer
18 (STR #4232)
7cad84cc 19 - The CUPS library did not always detect a timed out connection to the
20 server which could cause temporary loss of printing from applications
21 (STR #4187)
88e79637 22 - The ipptool program now supports variable substitution in OPERATION
23 and DELAY directives (STR #4175)
38025f7e 24 - The IPP backend now stops queues when the server configuration
25 prevents successful job submission (STR #4125)
82b8237a 26 - The XML output of ipptool contained empty dictionaries (STR #4136)
0fa89e4b 27 - The scheduler did not delete job control backup files (STR #4244)
5f1e9934 28 - cupsGetPPD3 could return a local PPD instead of the correct remote
29 PPD.
8b2b0a18 30 - The scheduler incorrectly advertised auth-info-required for local
31 queues needing local authentication (STR #4205)
ec39bf1a 32 - CUPS 1.6 clients using the ServerName directive in client.conf did not
33 work with CUPS 1.3.x or older servers (STR #4231)
171d094e 34 - The SNMP backend now tries to work around broken printers that use a
35 newline to separate key/value pairs.
36f9d0f8 36 - The IPP backend did not send a cancel request to printers when a job
37 was canceled and the printer did not support Create-Job.
00f1b669 38 - Fixed EPM packaging files (STR #4199)
253b73b8 39 - OpenBSD build fix (STR #4195, STR #4196, STR #4197)
22e9c557 40 - The scheduler could crash when using Avahi (STR #4183, STR #4192,
1c01bc54 41 STR #4200, STR #4213)
84a03f93 42 - The IPP backend could get stuck in an endless loop on certain network
43 errors (STR #4194)
fe6f459c 44 - 32-bit builds failed on Debian (STR #4133)
84cd2123 45 - The scheduler no longer accepts or sends job description attributes.
a2387f4f 46 - The IPP backend now works around some conformance issues for broken
47 printers (STR #4190)
1ee6a062 48 - cupsBackendReport() now filters out all control characters from the
49 reported 1284 device IDs (STR #4124)
da535dea 50 - The scheduler no longer allows job-name values that are not valid
51 network Unicode strings (STR #4072)
cb213a88 52 - The web interface did not preserve the order of classes, jobs, or
53 printers (STR #4170)
bd08ee89 54 - The network backends now support disabling of SNMP supply level
55 queries via the "snmp" URI option (STR #4106)
675dc7f3 56 - The IPP backend did not specify the compression used (STR #4181)
c35923cf 57 - ipptool did not support octetString values.
4e178f2a 58 - The scheduler did not recognize dnssd: or ipps: URIs as Bonjour shared
11f69246 59 queues (STR #4158)
4e178f2a 60 - Applications could not get the PPD file for statically-configured
61 Bonjour-shared print queues (STR #4159)
11f69246 62 - The cupsd.conf file included obsolete browsing directives (STR #4157)
8fa16503 63 - Fixed a USB backend compatibility issue on systems using libusb
a90b57c7 64 (STR #4155, STR #4191)
a3e03052 65 - Some Bonjour features were not available on systems with Avahi
66 (STR #4156)
dd9a0317 67 - CUPS now includes the port number in the Host: header for HTTP
68 requests.
77d791b6 69 - Fixed REPEAT-MATCH for STATUS and EXPECT - was incorrectly erroring
70 out.
71
72
4fb198c8 73CHANGES IN CUPS V1.6.1
74
75 - Documentation fix (STR #4149)
76 - RPM packaging fixes (STR #4129, #4145)
77 - The Japanese and English web interface headers were swapped
78 (STR #4148)
79
80
81CHANGES IN CUPS V1.6.0
82
83 - Document changes (STR #4131)
84 - Added new Catalan (STR #4107) and Spanish (STR #4137) localizations.
85
86
87CHANGES IN CUPS V1.6rc1
88
89 - Added a new Japanese localization (STR #4122)
90 - The SNMP backend no longer exits if it is unable to obtain an IPv6
91 socket (STR #4109)
92 - The LPD backend incorrectly used "localhost" in the control file
93 instead of the current hostname.
94
95
96CHANGES IN CUPS V1.6b1
97
98 - Documentation updates (STR #3927, STR #3980, STR #4010, STR #4068)
99 - The scheduler now consolidates all PPD updates from filters at the
100 end of the job (STR #4075)
101 - CUPS now supports color management using colord (STR #3808)
102 - CUPS now supports Bonjour using Avahi (STR #3066)
103 - The PreserveJobFiles and PreserveJobHistory directives now support
104 specification of a time interval (STR #3143)
105 - PPD files can now be archived in (gzip'd) tar files to further reduce
106 the disk space used by PPD files (STR #3772)
107 - The network backends now deal with printers that report their levels
108 in percent but do not specify a maximum capacity of 100 (STR #3551)
109 - The network backends now report full/almost-full waste bins in
110 printers along with end-of-life for cleaning pads (STR #4017)
111 - Added a configure option to set the permissions of the installed
112 cupsd (STR #3459)
113 - Added a new WITH-ALL-VALUES directive to ipptool EXPECT predicates
114 (STR #3949)
115 - CUPS now supports a User directive in client.conf and the CUPS_USER
116 environment variable for overriding the default username (STR #3114)
117 - Now set the PJL USERNAME variable as needed (STR #3100)
118 - Added support for usernames and passwords longer than 32 characters
119 (STR #2856)
120 - Added a new MaxHoldTime directive to automatically cancel jobs that
121 have been held indefinitely after a specific number of seconds
122 (STR #2291)
123 - The LPD backend now uses the originating host name when it is not the
124 local system (STR #2053)
125 - CUPS now prefers the suffix "dpcm" when reporting resolution in dots-
126 per-centimeter (STR #4006)
127 - The configure script and build system no longer support building of
128 separate 32-bit and 64-bit libraries.
129 - The "brightness", "columns", "fitplot", "gamma", "hue",
130 "natural-scaling", "penwidth", "position", "ppi", "saturation", and
131 "scaling" options are not longer supported (STR #4010)
132 - The "page-bottom", "page-left", "page-right", "page-top",
133 "prettyprint", and "wrap" options have been deprecated (STR #4010)
134 - The scheduler now reports the standard "number-of-documents" attribute
135 instead of the CUPS-specific "document-count" attribute in
136 job objects.
137 - Added new destination connection and enumeration functions (STR #3924)
138 - Added new option, localization, and job submission functions that do
139 not depend on PPD files (STR #3925)
140 - Added a new MaxJobTime directive for cupsd that specifies the maximum
141 amount of time allowed for a job to complete before it is canceled.
142 - The default password callback now supports passwords up to 127
143 characters.
144 - The scheduler now supports a DefaultAuthType of "auto" to
145 automatically choose between Basic (username/password) and Negotiate
146 (Kerberos) authentication.
147 - cupsSideChannelSNMPGet/Walk now support OIDs and values up to 64k in
148 length.
149 - CUPS no longer supports automatic remote printers or implicit classes
150 via the CUPS, LDAP, or SLP protocols (STR #3922, STR #3923)
151 - The PPD APIs are now deprecated and will be removed in a future
152 version of CUPS (STR #3927)
153 - The default IPP version for requests is now 2.0 (STR #3929)
154 - The IPP APIs no longer expose the ipp_t or ipp_attribute_t structures
155 and instead provide accessor functions (STR #3928)
156 - The scheduler will no longer run programs with group write permission.
157 - The PHP module has been removed (STR #3932)
158 - The bannertops, commandtoescpx, commandtopclx, imagetops,
159 imagetoraster, pdftops, rastertoescpx, rastertopclx, and texttops
160 filters have been removed (STR #3930)
161 - The serial and parallel backends have been removed (STR 3935)