]> git.ipfire.org Git - thirdparty/cups.git/blame - CHANGES-1.4.txt
Fix typo (STR #3296)
[thirdparty/cups.git] / CHANGES-1.4.txt
CommitLineData
6c472821 1CHANGES-1.4.txt
2---------------
3
4CHANGES IN CUPS V1.4.1
5
e0b93db4 6 - Documention fixes (STR #3296)
2aadca54 7 - DNS-SD registrations for raw queues had an empty "ty" key (STR #3299)
8 - The JPEG and BMP MIME type rules were broken (STR #3284)
7dbcf7ec 9 - cupsGetNamedDest returned the default printer when the named
10 destination did not exist (STR #3285)
a98a0f7b 11 - The JobKillDelay was not triggered for canceled jobs (STR #3292)
56a13d44 12 - The PPD compiler could get in an infinite loop (STR #3293)
81ed7e71 13 - The configure check for dns-sd.h was broken (STR #3297)
653972cc 14 - The "Query Printer for Default Options" page did not go away if the
15 query job was held (STR #3302)
f957247d 16 - Boolean options did not show up as selected in the web interface
17 (STR #3303)
b85b2ba5 18 - The scheduler did not cache or report driver information files
19 correctly, leading to a variety of issues (STR #3297, STR #3305)
74e726de 20 - cupsDoIORequest() did not abort on permanent errors (STR #3311)
75fde508 21 - Modifying a class in the web interface did not work (STR #3312)
2f150abd 22 - BrowseLocalProtocols could be cleared when changing the sharing
23 setting (STR #3287)
6c472821 24
25
26CHANGES IN CUPS V1.4.0
27
28 - Localization updates (STR #3223, STR #3246, STR #3248, STR #3250)
29 - Documentation updates (STR #3225, STR #3230, STR #3242, STR #3260)
30 - The --with-pdftops configure option did not accept a full path to the
31 filter (STR #3278)
32 - The banner filter did not position the back side image correctly
33 (STR #3277)
34 - The dnssd backend could crash (STR #3272)
35 - The 1284 device ID sometimes contained trailing garbage (STR #3266)
36 - The USB backend returned different URIs for some printers than in
37 CUPS 1.3 (STR #3259)
38 - The scheduler did not do local job-hold-until processing for remote
39 queues (STR #3258)
40 - The scheduler did not try all possible SSL certificates on Mac OS X.
41 - The scheduler did not always remove a file descriptor when using the
42 kqueue interface (STR #3256)
43 - The scheduler did not protect against bad job control files in all
44 cases (STR #3253)
45 - The scheduler did not encode "+" in model names (STR #3254)
46 - The web interface didn't show the default options (STR #3244)
47 - The IPP and LPD backends needed print data before they would do an
48 SNMP query.
49 - Fixed a GNU TLS compatibility issue (STR #3231)
50 - Fixed a HTML error in the add and modify printer web interface
51 templates (STR #3229)
52 - The scheduler did not minimize the number of printer state events that
53 were generated by filter STATE: messages, which could lead to poor
54 performance.
55 - The USB backend on Mac OS X did not cleanly cancel a job.
56 - The network backends now set the connecting-to-device printer-state-
57 reasons value when looking up the address and copying the print data
58 for consistency.
59 - The scheduler now supports the com.apple.print.recoverable-warning
60 reason on all platforms.
61
62
63CHANGES IN CUPS V1.4rc1
64
65 - The PPD compiler documentation was missing information on localization
66 (STR #3212)
67 - The IPP backend now reconnects after every request when talking to
68 printers that claim IPP support but only use HTTP/1.0.
69 - The PPD compiler crashed when both "Resolution" and "Group foo Option
70 Resolution" were specified in the .drv file.
71 - The PPD compiler's #if/#elif/#else/#endif did not work for undefined
72 variables (STR #3210)
73 - Static libraries could not be installed by a non-root user on systems
74 needing a ranlib program (STR #3209)
75 - The scheduler incorrectly always tried to copy Kerberos credentials
76 for print jobs.
77 - Updated the Spanish localization (STR #3204)
78 - The scheduler crashed when getting the default paper size from
79 libpaper (STR #3205, STR #3206)
80 - The PPD compiler now defines six variables: CUPS_VERSION,
81 CUPS_VERSION_MAJOR, CUPS_VERSION_MINOR, CUPS_VERSION_PATCH,
82 PLATFORM_NAME, and PLATFORM_ARCH (STR #3203)
83 - Fixed a whitespace skipping bug in cupsRasterInterpretPPD.
84 - The scheduler did not return HTTP 403 (Forbidden) for authenticated
85 users that were not authorized to do IPP operations (STR #3193)
86 - The scheduler did not report more than 8 Product strings from a PPD
87 file. Some PPD files have as many as 24.
88 - ppdOpen*() could crash if a keyword had no value string (something
89 that cupstestppd looks for...)
90 - cupsLangDefault() did not return the correct language on Mac OS X.
91 - The Mac OS X USB backend did not handle aborted or stalled pipe
92 conditions properly, which prevented drivers from ejecting partial
93 pages when a job was canceled or held.
94
95
96CHANGES IN CUPS V1.4b3
97
98 - Documentation fixes (STR #3044, STR #3057, STR #3153, STR #3158,
99 STR #3173)
100 - Added complete localizations for German, Japanese, Polish, and
101 Russian and partial localizations for Chinese, Danish, Finnish,
102 French, Italian, Korean, Norwegian, Portuguese, and Swedish
103 (STR #3096, STR #3098, STR #3109, STR #3111, STR #3141)
104 - Updated the configure check for -fstack-protector (STR #3198)
105 - The network backends now correctly convert SNMP supply descriptions to
106 UTF-8 encoding as needed.
107 - The scheduler could crash when deleting an attribute (STR #3197)
108 - The cups-driverd program did not detect symlink loops (STR #3185)
109 - The EPSON 24-pin series driver should now feed the correct amount
110 (STR #2624)
111 - The scheduler now automatically logs the last N debug messages for
112 failed print jobs.
113 - You can now modify a raw print queue (STR #3133)
114 - Fixed a number of ppdi issues and added a unit test to validate that
115 ppdc + ppdi can generate and import the same data (STR #3152)
116 - Moving jobs in the web interface now shows an error if you only have
117 one printer or class added (STR #3094)
118 - Since classes have never truly supported the printer-error-policy
119 stuff added in CUPS 1.2, update the code to reflect the current
120 reality and support only the retry-current-job policy for now
121 (STR #3171)
122 - Revised the password callback support (STR #2953)
123 - ppdEmit*() did not choose between PageSize and PageRegion properly.
124 - Make some fairly substantial changes to the Kerberos support code so
125 that CUPS can work in multi-realm environments and does not require
126 delegatable credentials. Shared printing still requires delegation,
127 however "delegation by policy" can be enabled in the KDC to make this
128 all work.
129 - "AccessLogLevel actions" did not hide client-error-not-found errors.
130 - AP_FIRST_InputSlot did not work with number-up.
131 - cupsBackChannelRead() and cupsBackChannelWrite() could fail due to a
132 lack of kernel buffers.
133 - The IPP and LPD backends did not respond to side-channel requests
134 while copying print data to a temporary file.
135 - cupsWriteRequestData() flushed the output buffer unnecessarily,
136 causing reduced performance in some situations.
137 - If a CGI process died before sending its MIME headers, the request
138 would hang on the client.
139 - The printer/class/job search feature on the web interface did not
140 work (STR #3132)
141 - The scheduler did not write the printers out for classes.
142 - CUPS-Get-PPDs did not work properly when filtering by language,
143 product, or psversion (STR #3136)
144 - The scheduler now kills job filters when it takes more than 30 seconds
145 (configurable) to cancel or hold the job.
146 - The cupstestppd program did not validate the capitalization of
147 filenames in the PPD file.
148 - The cupstestppd program did not validate the PageSize and PageRegion
149 values.
150 - The cups-deviced helper program could miss reporting some backend
151 devices (STR #3108)
152 - The cupsSideChannelSNMP* functions did not work.
153 - The scheduler could consume 100% CPU when jobs were canceled.
154 - Clicking on "Select Another Make/Manufacturer" in the web interface
155 incorrectly added the printer (STR #3095)
156 - The scheduler no longer uses programs with insecure file
157 permissions.
158 - httpAssembleURI*() did not escape backslashes in hostnames.
159 - The dnssd backend did not unquote "full names" before creating the
160 device URI.
161 - The scheduler now supports JobRetryInterval values less than 10
162 seconds.
163 - Updated the Spanish localization (STR #3090)
164 - The scheduler did not redo Bonjour/DNS-SD registrations when updating
165 them failed.
166 - The "authenticated" policy incorrectly required authentication for
167 status operations.
168 - ppdOpen*() incorrectly loaded PPDs with multiple JobPatchFile
169 keywords.
170 - The network backends no longer report the SNMP "offline" or
171 maintenance status bits since they are inconsistently implemented and
172 often unreliable.
173 - The scheduler no longer logs child processes killed via SIGKILL as
174 "crashed".
175 - The printer link shown on the "job moved" template was bad (STR #3085)
176 - Updated the HTML templates to use the final HTML 4 DOCTYPE (STR #3086)
177 - The scheduler did not track the "paused" reason properly if a
178 printer had other reasons associated with it.
179 - cupsSendRequest() did not clear old local certificate auth data.
180 - The PPD compiler did not search for localization files properly
181 (STR #3084)
182 - cupsGetNamedDest() did not use the fallback default like
183 cupsGetDests*() (STR #3082)
184 - The scheduler now provides a LogTimeFormat directive to enable
185 microseconds in the date and time that are logged.
186 - The scheduler now provides a MultipleOperationTimeout directive to
187 control the timeout for multi-file print jobs.
188 - The configure script incorrectly allowed Avahi to be used for DNS-SD
189 printer discovery (STR #3065)
190 - The web interface and scheduler did not support URIs up to 1024 bytes
191 in length (STR #3072)
192 - Fixed pdftops issues with page sizes (STR #3063)
193 - Fixed pdftops issues with Ghostscript (STR #3062)
194 - The scheduler incorrectly registered default profiles for PostScript
195 printers with no specified colorspace.
196 - The scheduler incorrectly created an empty org.cups.printers.plist
197 file on Mac OS X.
198 - cupsGetPPD3() did not look for local PPDs in the right directory.
199 - SNMP lookups via side-channel did not work for NULL-VALUE and
200 and OCTET-STRING OIDs containing nul characters.
201 - The libusb-based USB backend did not work.
202 - The scheduler did not set the printer-commands attribute correctly
203 for some PPDs.
204 - The ppdi utility did not work.
205 - The web interface no longer uses multi-part output with old or broken
206 web browsers (STR #3049)
207 - CUPS now conforms to the draft IPP/2.0 and IPP/2.1 specification.
208 - Added a new cupsGetConflicts() API to get a list of conflicting
209 options.
210 - The PPD compiler didn't localize options or choices that did not
211 have associated translation text (STR #3045)
212 - Updated the Spanish localization (STR #3043)
213 - Fixed build problems (STR #3040, STR #3047)
214 - cupsResolveConflicts() did not resolve using the default option
215 choice in some cases due to the mirror UIConstraints that are
216 present in most PPD files.
217 - The scheduler did not honor MIME type priorities.
218 - The commandtops filter incorrectly used the JCLBegin code to end
219 its jobs.
220 - The default BrowseLocalProtocols value was not set properly.
221 - Since the commandtops filter does not actually support ReportLevels
222 all on its own, don't list that printer command by default for PS
223 printers.
224 - The scheduler did not give filters a chance to log errors or update
225 printer attributes when a job was canceled.
226 - The scheduler did not clear the "connecting-to-device" reason keyword
227 when a job finished.
228
229
230CHANGES IN CUPS V1.4b2
231
232 - Documentation updates (STR #2983, STR #2998, STR #3021)
233 - The cupstestppd utility now validates the FileVersion and
234 FormatVersion values in PPD files.
235 - The default cupsd.conf file did not reflect the
236 --with-local-protocols value set at compile-time (STR #3037)
237 - The cupsGetPPD* APIs now create symlinks to local PPD files
238 rather than copying them whenever possible.
239 - Various performance optimizations in the string pool, dests, and
240 options implementations.
241 - The cupsGetDests* APIs now return the marker and printer-commands
242 attributes.
243 - Side-channel SNMP lookups would not work when cupsSNMPSupplies
244 was set to False in the PPD file.
245 - Localized the device descriptions for the SCSI, serial,
246 and network backends (STR #3014)
247 - Added a Spanish localization (STR #3015)
248 - Added support for marker-low-levels and marker-high-levels
249 attributes.
250 - The scheduler could hang writing a long log line.
251 - The cupsGetDevices() function now has an "include_schemes"
252 parameter.
253 - The lpinfo command now supports --include-schemes and
254 --exclude-schemes options.
255 - The CUPS-Get-PPDs operation now supports the include-schemes
256 and exclude-schemes attributes.
257 - The CUPS-Get-Devices operation now supports the include-schemes
258 attribute.
259 - The print filters now support a replacement for the fitplot
260 option called "fit-to-page".
261 - The LPD backend no longer tries to collect page accounting
262 information since the LPD protocol does not allow us to
263 prevent race conditions.
264 - The scheduler did not save the last marker-change-time value.
265 - Fixed a problem with printing to some IPP printers, including
266 CUPS 1.1.x.
267 - Fixed a redirection problem with the printer web page (STR #3012)
268 - Fixed a PPD compiler problem with the loading of message
269 catalogs (STR #2990)
270 - Fixed a PPD compiler problem with the loading of .strings files
271 (STR #2989)
272 - The cupsfilter utility did not set the CONTENT_TYPE environment
273 variable when running filters.
274 - The scheduler now waits to allow system sleep until the jobs
275 have all stopped.
276 - The IPP, LPD, and socket backends used different "connecting"
277 progress messages.
278
279
280CHANGES IN CUPS V1.4b1
281
282 - Documentation updates (STR #2567)
283 - The PPD compiler now allows local message catalogs to
284 override the standard CUPS translations (STR #2642)
285 - The ppdmerge command did not merge custom option strings
286 (STR #2863)
287 - The scheduler now supports the Hold-New-Jobs and
288 Release-Held-New-Jobs operations; these are exposed via the
289 cupsdisable and cupsenable commands (STR #2332)
290 - The lpstat command is now much faster when displaying the
291 status of a single printer (STR #2843)
292 - The scheduler now caches information from PPD files to provide
293 significantly faster startup time with large numbers of PPDs
294 (STR #1293)
295 - CUPS-Get-Driver now provides much better driver matching based
296 on the IEEE-1284 device ID and make/model strings (STR #2707)
297 - Now support the cupsSNMPSupplies keyword to control whether
298 the network backends query the SNMP Printer MIB for supply
299 levels.
300 - Now support and use a new banner file format for better text
301 support and easier customization (STR #2490)
302 - The scheduler now sets the PRINTER_INFO and PRINTER_LOCATION
303 environment variables from the corresponding IPP attributes.
304 - The ippRead*() and ippWrite*() functions no longer use a
305 stack-based buffer (STR #2388)
306 - The CUPS-Add-Modify-Printer operation now allows you to set
307 the printer-state-reasons attribute.
308 - The "set printer options" page now supports auto-configuration
309 of printer options (STR #1440)
310 - The web interface now provides an advanced server settings
311 form.
312 - The web interface's "modify printer" pages now make it
313 easier to change just one setting (STR #1919)
314 - The scheduler now supports a plist PrintcapFormat.
315 - The scheduler now supports multiple addresses in Allow and
316 Deny lines, just like Apache (STR #2947)
317 - Added CUPS_JOBTYPE environment variable for job filters so
318 they know whether they are printing a banner or document
319 file (STR #2799)
320 - Added support for printer filtering by the cupsfilter
321 command (STR #2562)
322 - Added a SSLOptions directive to allow Windows clients to
323 talk to CUPS in FIPS mode (STR #2827)
324 - Renamed the accept and reject commands to cupsaccept and
325 cupsreject; the old names are still available (STR #2936)
326 - The locale/translate utility needed an update to work with
327 Google (STR #2882)
328 - The lpstat command now supports a -H option to display the
329 default server (STR #2833)
330 - The scheduler now supports a FatalErrors directive to control
331 which errors should cause the scheduler to exit (STR #2536)
332 - The scheduler now uses the php-cgi program if it is available
333 (STR #2923)
334 - The scheduler now supports a DefaultPaperSize directive
335 (STR #2848)
336 - The scheduler now passes the job-originating-host-name
337 value to filters in the options argument (STR #2558)
338 - CUPS now supports job tickets in PDF files (STR #2903)
339 - Added a DBUS notifier (STR #2529)
340 - The LPD mini-daemon now passes the document name when queuing
341 print jobs (STR #2482)
342 - The IPP backend did not relay com.apple.print.recoverable-message
343 values.
344 - The scheduler now supports a job-media-progress attribute to
345 track the progress of individual pages.
346 - The sample HP driver now supports A5 (STR #2798)
347 - The CUPS web interface menu item now uses the xdg-open
348 command, when available (STR #2724)
349 - The cups-lpd program now supports the -h option (STR #2794)
350 - The scheduler now sets the PAM_TTY parameter and the
351 PAM_ESTABLISH_CRED credential flag (STR #2745)
352 - The scheduler now logs unsuccessful requests to the error_log
353 file as errors (STR #2616)
354 - Added support for a "retry-current-job" error policy that
355 retries the current job immediately when the backend encounters
356 an error (STR #2555)
357 - The scheduler now returns a "forbidden" error when a user
358 correctly authenticates but does not have permission to
359 continue further (STR #2101)
360 - The scheduler now loads both the server and CA certificates
361 (if present) from the ServerCertificate file (STR #2146)
362 - New RSS subscriptions now create their feed files immediately
363 (STR #2853)
364 - Added support for a device-location attribute which provides
365 the physical location of a printer device.
366 - Added a cupsBackendReport() API which handles quoting of the
367 device data by a backend.
368 - Added support for custom options in the web interface
369 (STR #1729)
370 - Added support for Mozilla LDAP, reconnection to LDAP servers,
371 and improved LDAP performance (STR #1962)
372 - Added Solaris SMF support (STR #1477)
373 - Added optional support for using TCP wrappers to limit access
374 to CUPS (STR #263)
375 - Added ppdPageSizeLimits API.
376 - Added support for new cupsMediaQualifier2, cupsMediaQualifier3,
377 cupsMinSize, and cupsMaxSize attributes.
378 - Added cupsResolveConflicts and ppdInstallableConflict APIs.
379 - Added support for new cupsUIConstraints and cupsUIResolver
380 attributes for better option conflict detection and
381 resolution.
382 - Increased the maximum size of 1284 device ID strings to
383 256 bytes (STR #2877)
384 - Added an AccessLogLevel directive to cupsd.conf to control
385 what is logged to the access_log file.
386 - The default LogLevel is now "warn" instead of "info" to reduce
387 the amount of logging that is done to disk by default.
388 - The PPD compiler did not include OID query keywords in PPD
389 files (STR #2871)
390 - The cups-driverd helper program now directly supports driver
391 information files.
392 - The USB backend now uses libusb when available (STR #1575)
393 - Added ppdLocalizeAttr function to get the localized version
394 of an attribute.
395 - MIME types now support a priority() attribute (STR #2719)
396 - The standard MIME types are now installed in
397 DataDir/mime (STR #2719)
398 - The lpoptions command now describes custom options and
399 the necessary parameters (STR #2660)
400 - The ppdmerge program did not support Simplified Chinese
401 or Traditional Chinese language version strings (STR #2851)
402 - The PPD compiler now supports localizable attributes
403 (STR #2738)
404 - The ppdpo utility now includes cupsIPPReasons values in
405 the message catalogs it generates (STR #2754)
406 - The PPD compiler now supports conditional directives
407 (STR #2636)
408 - The ppdc utility now supports a "-t" option to test PPD
409 files (STR #2739)
410 - The ppdc utility now supports a "-m" option to use the
411 ModelName value as the output filename.
412 - The ppdc utility now supports a FileName directive to
413 set an alternate output filename (STR #2740)
414 - The side-channel API now supports SNMP queries for the
415 standard network backends.
416 - Added a PageLogFormat directive to the cupsd.conf file to
417 control the format of lines in the page_log file.
418 - Filters can now send PPD: messages to stderr to set PPD
419 keywords like DefaultPageSize while a job is printing.
420 - Added a mdns backend for discovery and printing to printers
421 that advertise themselves via DNS-SD (Bonjour)
422 - The ipp, lpd, and socket backends now support DNS-SD service
423 name resolution.
424 - The scheduler now uses a single shared file descriptor for
425 all DNS-SD registrations (STR #2674)
426 - The ipp, lpd, and socket backends now support SNMP-based
427 page accounting and supply level monitoring (STR #1655)
428 - Added support for cupsPJLDisplay attribute to control what
429 PJL commands are used to display the job information.
430 - Driver information files can now be installed in
431 /Library/Printers/PPDs.drv on Mac OS X.
432 - The CUPS image library now supports reading images larger
433 than 2GB.
434 - The scheduler now delays writing config and state files to
435 reduce disk activity (STR #2684)
436 - The CUPS-Get-Devices operation now supports the
437 exclude-schemes and timeout attributes to control which
438 backends are polled and for how long.
439 - The cups-deviced helper application now runs backends in
440 parallel to get the list of devices faster.
441 - Added --enable-pap configure option.
442 - The default cupsd.conf file now includes an "authenticated"
443 policy which requires authentication for remote print jobs.
444 - Added support for Czech and Hungarian in PPD files
445 (STR #2735, STR #2736)
446 - The PPD compiler tools now support Mac OS X .strings files
447 for localization (STR #2737)
448 - ppdOpen*() now default the colorspace member to PPD_CS_N
449 when no DefaultColorSpace attribute is present in the PPD
450 file.
451 - The build system has been updated to support separate
452 installation of data, program, header, and library files.
453 - All support libraries are now built as shared libraries
454 by default.
455 - The scheduler now manages ICC color profiles on Mac OS X.
456 - The network backends (ipp, lpd, socket) now support
457 SNMP-based supply and page count monitoring (STR #1655)
458 - The lppasswd program is no longer installed setuid to
459 root to make the default installation more secure.
460 - Added a new ppdLocalizeMarkerName() function to get
461 the localized version of a marker-names value.
462 - The scheduler now provides the printer-dns-sd-name
463 attribute for printers shared via DNS-SD/Bonjour.
464 - The pdftops filter now executes the Xpdf or poppler
465 pdftops utility to convert PDF files (STR #1471)
466 - Bonjour printer registrations now advertise as local or
467 global based on the current access policies for the
468 printer.
469 - cupsGetDests*() and cupsSetDests*() now track the last
470 used printer preference on Mac OS X.
471 - Added a new streaming request API (STR #2261)
472 - Added a new cupsGetNamedDest() function to the CUPS
473 library for faster printing with lp and lpr (STR #2638)
474 - The scheduler now sets the PAM RHOST value on systems
475 that support it (STR #2637)
476 - The scheduler now sandboxes child processes when
477 possible.
478 - The Cancel-Job operation now supports a purge-job
479 attriibute to purge a specified job.
480 - ppdEmit* and ppdCollect* now use the NonUIOrderDependency
481 attributes for custom option selections.
482 - The web interface now enables/disables the printer
483 sharing (formerly publishing) controls based on the
484 server-is-sharing-printers state (STR #2233)
485 - The scheduler now tracks printer sharing via the
486 server-is-sharing-printers attribute, and manages LPD
487 and SMB sharing as well (STR #2233)
488 - The web interface now allows you to go back to the make/
489 manufacturer page if there is no matching printer driver
490 on the model page (STR #2436)
491 - The printer list now shows the default media, banner, and
492 duplex options as well as the color and duplex capabilities
493 of printers (STR #1175)
494 - The web interface look-n-feel has been updated (STR #2492)
495 - The scheduler now supports a CUPS-Get-Document operation
496 that returns the specified print job document (STR #118)
497 - The cupsfilter utility now supports a "-J jobid" option
498 to filter the document from the specified job.
499 - The scheduler (cupsd) now supports a new option (-t) to
500 do a syntax check of the cupsd.conf file (STR #2003)
501 - Added new cupsGetPPD3() API to allow applications to
502 cache PPDs safely (STR #1473)
503 - Added generic PostScript and PCL printer driver PPDs.