]> git.ipfire.org Git - thirdparty/cups.git/blob - CHANGES.txt
Merge changes from CUPS 1.4svn-r8540.
[thirdparty/cups.git] / CHANGES.txt
1 CHANGES.txt - 2009-04-21
2 ------------------------
3
4 CHANGES IN CUPS V1.4b3
5
6 - Documentation fixes (STR #3044, STR #3057)
7 - Added complete localizations for German, Japanese, Polish, and
8 Russian and partial localizations for Chinese, Danish, Finnish,
9 French, Italian, Korean, Norwegian, Portuguese, and Swedish
10 (STR #3096, STR #3098, STR #3109, STR #3111, STR #3141)
11 - Make some fairly substantial changes to the Kerberos support code so
12 that CUPS can work in multi-realm environments and does not require
13 delegatable credentials. Shared printing still requires delegation,
14 however "delegation by policy" can be enabled in the KDC to make this
15 all work.
16 - "AccessLogLevel actions" did not hide client-error-not-found errors.
17 - AP_FIRST_InputSlot did not work with number-up.
18 - cupsBackChannelRead() and cupsBackChannelWrite() could fail due to a
19 lack of kernel buffers.
20 - The IPP and LPD backends did not respond to side-channel requests
21 while copying print data to a temporary file.
22 - cupsWriteRequestData() flushed the output buffer unnecessarily,
23 causing reduced performance in some situations.
24 - If a CGI process died before sending its MIME headers, the request
25 would hang on the client.
26 - The printer/class/job search feature on the web interface did not
27 work (STR #3132)
28 - The scheduler did not write the printers out for classes.
29 - CUPS-Get-PPDs did not work properly when filtering by language,
30 product, or psversion (STR #3136)
31 - The scheduler now kills job filters when it takes more than 30 seconds
32 (configurable) to cancel or hold the job.
33 - The cupstestppd program did not validate the capitalization of
34 filenames in the PPD file.
35 - The cupstestppd program did not validate the PageSize and PageRegion
36 values.
37 - The cups-deviced helper program could miss reporting some backend
38 devices (STR #3108)
39 - The cupsSideChannelSNMP* functions did not work.
40 - The scheduler could consume 100% CPU when jobs were canceled.
41 - Clicking on "Select Another Make/Manufacturer" in the web interface
42 incorrectly added the printer (STR #3095)
43 - The scheduler no longer uses programs with insecure file
44 permissions.
45 - httpAssembleURI*() did not escape backslashes in hostnames.
46 - The dnssd backend did not unquote "full names" before creating the
47 device URI.
48 - The scheduler now supports JobRetryInterval values less than 10
49 seconds.
50 - Updated the Spanish localization (STR #3090)
51 - The scheduler did not redo Bonjour/DNS-SD registrations when updating
52 them failed.
53 - The "authenticated" policy incorrectly required authentication for
54 status operations.
55 - ppdOpen*() incorrectly loaded PPDs with multiple JobPatchFile
56 keywords.
57 - The network backends no longer report the SNMP "offline" or
58 maintenance status bits since they are inconsistently implemented and
59 often unreliable.
60 - The scheduler no longer logs child processes killed via SIGKILL as
61 "crashed".
62 - The printer link shown on the "job moved" template was bad (STR #3085)
63 - Updated the HTML templates to use the final HTML 4 DOCTYPE (STR #3086)
64 - The scheduler did not track the "paused" reason properly if a
65 printer had other reasons associated with it.
66 - cupsSendRequest() did not clear old local certificate auth data.
67 - The PPD compiler did not search for localization files properly
68 (STR #3084)
69 - cupsGetNamedDest() did not use the fallback default like
70 cupsGetDests*() (STR #3082)
71 - The scheduler now provides a LogTimeFormat directive to enable
72 microseconds in the date and time that are logged.
73 - The scheduler now provides a MultipleOperationTimeout directive to
74 control the timeout for multi-file print jobs.
75 - The configure script incorrectly allowed Avahi to be used for DNS-SD
76 printer discovery (STR #3065)
77 - The web interface and scheduler did not support URIs up to 1024 bytes
78 in length (STR #3072)
79 - Fixed pdftops issues with page sizes (STR #3063)
80 - Fixed pdftops issues with Ghostscript (STR #3062)
81 - The scheduler incorrectly registered default profiles for PostScript
82 printers with no specified colorspace.
83 - The scheduler incorrectly created an empty org.cups.printers.plist
84 file on Mac OS X.
85 - cupsGetPPD3() did not look for local PPDs in the right directory.
86 - SNMP lookups via side-channel did not work for NULL-VALUE and
87 and OCTET-STRING OIDs containing nul characters.
88 - The libusb-based USB backend did not work.
89 - The scheduler did not set the printer-commands attribute correctly
90 for some PPDs.
91 - The ppdi utility did not work.
92 - The web interface no longer uses multi-part output with old or broken
93 web browsers (STR #3049)
94 - CUPS now conforms to the draft IPP/2.0 and IPP/2.1 specification.
95 - Added a new cupsGetConflicts() API to get a list of conflicting
96 options.
97 - The PPD compiler didn't localize options or choices that did not
98 have associated translation text (STR #3045)
99 - Updated the Spanish localization (STR #3043)
100 - Fixed build problems (STR #3040, STR #3047)
101 - cupsResolveConflicts() did not resolve using the default option
102 choice in some cases due to the mirror UIConstraints that are
103 present in most PPD files.
104 - The scheduler did not honor MIME type priorities.
105 - The commandtops filter incorrectly used the JCLBegin code to end
106 its jobs.
107 - The default BrowseLocalProtocols value was not set properly.
108 - Since the commandtops filter does not actually support ReportLevels
109 all on its own, don't list that printer command by default for PS
110 printers.
111 - The scheduler did not give filters a chance to log errors or update
112 printer attributes when a job was canceled.
113 - The scheduler did not clear the "connecting-to-device" reason keyword
114 when a job finished.
115
116
117 CHANGES IN CUPS V1.4b2
118
119 - Documentation updates (STR #2983, STR #2998, STR #3021)
120 - The cupstestppd utility now validates the FileVersion and
121 FormatVersion values in PPD files.
122 - The default cupsd.conf file did not reflect the
123 --with-local-protocols value set at compile-time (STR #3037)
124 - The cupsGetPPD* APIs now create symlinks to local PPD files
125 rather than copying them whenever possible.
126 - Various performance optimizations in the string pool, dests, and
127 options implementations.
128 - The cupsGetDests* APIs now return the marker and printer-commands
129 attributes.
130 - Side-channel SNMP lookups would not work when cupsSNMPSupplies
131 was set to False in the PPD file.
132 - Localized the device descriptions for the SCSI, serial,
133 and network backends (STR #3014)
134 - Added a Spanish localization (STR #3015)
135 - Added support for marker-low-levels and marker-high-levels
136 attributes.
137 - The scheduler could hang writing a long log line.
138 - The cupsGetDevices() function now has an "include_schemes"
139 parameter.
140 - The lpinfo command now supports --include-schemes and
141 --exclude-schemes options.
142 - The CUPS-Get-PPDs operation now supports the include-schemes
143 and exclude-schemes attributes.
144 - The CUPS-Get-Devices operation now supports the include-schemes
145 attribute.
146 - The print filters now support a replacement for the fitplot
147 option called "fit-to-page".
148 - The LPD backend no longer tries to collect page accounting
149 information since the LPD protocol does not allow us to
150 prevent race conditions.
151 - The scheduler did not save the last marker-change-time value.
152 - Fixed a problem with printing to some IPP printers, including
153 CUPS 1.1.x.
154 - Fixed a redirection problem with the printer web page (STR #3012)
155 - Fixed a PPD compiler problem with the loading of message
156 catalogs (STR #2990)
157 - Fixed a PPD compiler problem with the loading of .strings files
158 (STR #2989)
159 - The cupsfilter utility did not set the CONTENT_TYPE environment
160 variable when running filters.
161 - The scheduler now waits to allow system sleep until the jobs
162 have all stopped.
163 - The IPP, LPD, and socket backends used different "connecting"
164 progress messages.
165
166
167 CHANGES IN CUPS V1.4b1
168
169 - Documentation updates (STR #2567)
170 - The PPD compiler now allows local message catalogs to
171 override the standard CUPS translations (STR #2642)
172 - The ppdmerge command did not merge custom option strings
173 (STR #2863)
174 - The scheduler now supports the Hold-New-Jobs and
175 Release-Held-New-Jobs operations; these are exposed via the
176 cupsdisable and cupsenable commands (STR #2332)
177 - The lpstat command is now much faster when displaying the
178 status of a single printer (STR #2843)
179 - The scheduler now caches information from PPD files to provide
180 significantly faster startup time with large numbers of PPDs
181 (STR #1293)
182 - CUPS-Get-Driver now provides much better driver matching based
183 on the IEEE-1284 device ID and make/model strings (STR #2707)
184 - Now support the cupsSNMPSupplies keyword to control whether
185 the network backends query the SNMP Printer MIB for supply
186 levels.
187 - Now support and use a new banner file format for better text
188 support and easier customization (STR #2490)
189 - The scheduler now sets the PRINTER_INFO and PRINTER_LOCATION
190 environment variables from the corresponding IPP attributes.
191 - The ippRead*() and ippWrite*() functions no longer use a
192 stack-based buffer (STR #2388)
193 - The CUPS-Add-Modify-Printer operation now allows you to set
194 the printer-state-reasons attribute.
195 - The "set printer options" page now supports auto-configuration
196 of printer options (STR #1440)
197 - The web interface now provides an advanced server settings
198 form.
199 - The web interface's "modify printer" pages now make it
200 easier to change just one setting (STR #1919)
201 - The scheduler now supports a plist PrintcapFormat.
202 - The scheduler now supports multiple addresses in Allow and
203 Deny lines, just like Apache (STR #2947)
204 - Added CUPS_JOBTYPE environment variable for job filters so
205 they know whether they are printing a banner or document
206 file (STR #2799)
207 - Added support for printer filtering by the cupsfilter
208 command (STR #2562)
209 - Added a SSLOptions directive to allow Windows clients to
210 talk to CUPS in FIPS mode (STR #2827)
211 - Renamed the accept and reject commands to cupsaccept and
212 cupsreject; the old names are still available (STR #2936)
213 - The locale/translate utility needed an update to work with
214 Google (STR #2882)
215 - The lpstat command now supports a -H option to display the
216 default server (STR #2833)
217 - The scheduler now supports a FatalErrors directive to control
218 which errors should cause the scheduler to exit (STR #2536)
219 - The scheduler now uses the php-cgi program if it is available
220 (STR #2923)
221 - The scheduler now supports a DefaultPaperSize directive
222 (STR #2848)
223 - The scheduler now passes the job-originating-host-name
224 value to filters in the options argument (STR #2558)
225 - CUPS now supports job tickets in PDF files (STR #2903)
226 - Added a DBUS notifier (STR #2529)
227 - The LPD mini-daemon now passes the document name when queuing
228 print jobs (STR #2482)
229 - The IPP backend did not relay com.apple.print.recoverable-message
230 values.
231 - The scheduler now supports a job-media-progress attribute to
232 track the progress of individual pages.
233 - The sample HP driver now supports A5 (STR #2798)
234 - The CUPS web interface menu item now uses the xdg-open
235 command, when available (STR #2724)
236 - The cups-lpd program now supports the -h option (STR #2794)
237 - The scheduler now sets the PAM_TTY parameter and the
238 PAM_ESTABLISH_CRED credential flag (STR #2745)
239 - The scheduler now logs unsuccessful requests to the error_log
240 file as errors (STR #2616)
241 - Added support for a "retry-current-job" error policy that
242 retries the current job immediately when the backend encounters
243 an error (STR #2555)
244 - The scheduler now returns a "forbidden" error when a user
245 correctly authenticates but does not have permission to
246 continue further (STR #2101)
247 - The scheduler now loads both the server and CA certificates
248 (if present) from the ServerCertificate file (STR #2146)
249 - New RSS subscriptions now create their feed files immediately
250 (STR #2853)
251 - Added support for a device-location attribute which provides
252 the physical location of a printer device.
253 - Added a cupsBackendReport() API which handles quoting of the
254 device data by a backend.
255 - Added support for custom options in the web interface
256 (STR #1729)
257 - Added support for Mozilla LDAP, reconnection to LDAP servers,
258 and improved LDAP performance (STR #1962)
259 - Added Solaris SMF support (STR #1477)
260 - Added optional support for using TCP wrappers to limit access
261 to CUPS (STR #263)
262 - Added ppdPageSizeLimits API.
263 - Added support for new cupsMediaQualifier2, cupsMediaQualifier3,
264 cupsMinSize, and cupsMaxSize attributes.
265 - Added cupsResolveConflicts and ppdInstallableConflict APIs.
266 - Added support for new cupsUIConstraints and cupsUIResolver
267 attributes for better option conflict detection and
268 resolution.
269 - Increased the maximum size of 1284 device ID strings to
270 256 bytes (STR #2877)
271 - Added an AccessLogLevel directive to cupsd.conf to control
272 what is logged to the access_log file.
273 - The default LogLevel is now "warn" instead of "info" to reduce
274 the amount of logging that is done to disk by default.
275 - The PPD compiler did not include OID query keywords in PPD
276 files (STR #2871)
277 - The cups-driverd helper program now directly supports driver
278 information files.
279 - The USB backend now uses libusb when available (STR #1575)
280 - Added ppdLocalizeAttr function to get the localized version
281 of an attribute.
282 - MIME types now support a priority() attribute (STR #2719)
283 - The standard MIME types are now installed in
284 DataDir/mime (STR #2719)
285 - The lpoptions command now describes custom options and
286 the necessary parameters (STR #2660)
287 - The ppdmerge program did not support Simplified Chinese
288 or Traditional Chinese language version strings (STR #2851)
289 - The PPD compiler now supports localizable attributes
290 (STR #2738)
291 - The ppdpo utility now includes cupsIPPReasons values in
292 the message catalogs it generates (STR #2754)
293 - The PPD compiler now supports conditional directives
294 (STR #2636)
295 - The ppdc utility now supports a "-t" option to test PPD
296 files (STR #2739)
297 - The ppdc utility now supports a "-m" option to use the
298 ModelName value as the output filename.
299 - The ppdc utility now supports a FileName directive to
300 set an alternate output filename (STR #2740)
301 - The side-channel API now supports SNMP queries for the
302 standard network backends.
303 - Added a PageLogFormat directive to the cupsd.conf file to
304 control the format of lines in the page_log file.
305 - Filters can now send PPD: messages to stderr to set PPD
306 keywords like DefaultPageSize while a job is printing.
307 - Added a mdns backend for discovery and printing to printers
308 that advertise themselves via DNS-SD (Bonjour)
309 - The ipp, lpd, and socket backends now support DNS-SD service
310 name resolution.
311 - The scheduler now uses a single shared file descriptor for
312 all DNS-SD registrations (STR #2674)
313 - The ipp, lpd, and socket backends now support SNMP-based
314 page accounting and supply level monitoring (STR #1655)
315 - Added support for cupsPJLDisplay attribute to control what
316 PJL commands are used to display the job information.
317 - Driver information files can now be installed in
318 /Library/Printers/PPDs.drv on Mac OS X.
319 - The CUPS image library now supports reading images larger
320 than 2GB.
321 - The scheduler now delays writing config and state files to
322 reduce disk activity (STR #2684)
323 - The CUPS-Get-Devices operation now supports the
324 exclude-schemes and timeout attributes to control which
325 backends are polled and for how long.
326 - The cups-deviced helper application now runs backends in
327 parallel to get the list of devices faster.
328 - Added --enable-pap configure option.
329 - The default cupsd.conf file now includes an "authenticated"
330 policy which requires authentication for remote print jobs.
331 - Added support for Czech and Hungarian in PPD files
332 (STR #2735, STR #2736)
333 - The PPD compiler tools now support Mac OS X .strings files
334 for localization (STR #2737)
335 - ppdOpen*() now default the colorspace member to PPD_CS_N
336 when no DefaultColorSpace attribute is present in the PPD
337 file.
338 - The build system has been updated to support separate
339 installation of data, program, header, and library files.
340 - All support libraries are now built as shared libraries
341 by default.
342 - The scheduler now manages ICC color profiles on Mac OS X.
343 - The network backends (ipp, lpd, socket) now support
344 SNMP-based supply and page count monitoring (STR #1655)
345 - The lppasswd program is no longer installed setuid to
346 root to make the default installation more secure.
347 - Added a new ppdLocalizeMarkerName() function to get
348 the localized version of a marker-names value.
349 - The scheduler now provides the printer-dns-sd-name
350 attribute for printers shared via DNS-SD/Bonjour.
351 - The pdftops filter now executes the Xpdf or poppler
352 pdftops utility to convert PDF files (STR #1471)
353 - Bonjour printer registrations now advertise as local or
354 global based on the current access policies for the
355 printer.
356 - cupsGetDests*() and cupsSetDests*() now track the last
357 used printer preference on Mac OS X.
358 - Added a new streaming request API (STR #2261)
359 - Added a new cupsGetNamedDest() function to the CUPS
360 library for faster printing with lp and lpr (STR #2638)
361 - The scheduler now sets the PAM RHOST value on systems
362 that support it (STR #2637)
363 - The scheduler now sandboxes child processes when
364 possible.
365 - The Cancel-Job operation now supports a purge-job
366 attriibute to purge a specified job.
367 - ppdEmit* and ppdCollect* now use the NonUIOrderDependency
368 attributes for custom option selections.
369 - The web interface now enables/disables the printer
370 sharing (formerly publishing) controls based on the
371 server-is-sharing-printers state (STR #2233)
372 - The scheduler now tracks printer sharing via the
373 server-is-sharing-printers attribute, and manages LPD
374 and SMB sharing as well (STR #2233)
375 - The web interface now allows you to go back to the make/
376 manufacturer page if there is no matching printer driver
377 on the model page (STR #2436)
378 - The printer list now shows the default media, banner, and
379 duplex options as well as the color and duplex capabilities
380 of printers (STR #1175)
381 - The web interface look-n-feel has been updated (STR #2492)
382 - The scheduler now supports a CUPS-Get-Document operation
383 that returns the specified print job document (STR #118)
384 - The cupsfilter utility now supports a "-J jobid" option
385 to filter the document from the specified job.
386 - The scheduler (cupsd) now supports a new option (-t) to
387 do a syntax check of the cupsd.conf file (STR #2003)
388 - Added new cupsGetPPD3() API to allow applications to
389 cache PPDs safely (STR #1473)
390 - Added generic PostScript and PCL printer driver PPDs.