]> git.ipfire.org Git - thirdparty/cups.git/blob - CHANGES-1.3.txt
Import CUPS trunk (1.4svn) r7116.
[thirdparty/cups.git] / CHANGES-1.3.txt
1 CHANGES-1.3.txt
2 ---------------
3
4 CHANGES IN CUPS V1.3.5
5
6 - The scheduler stopped sending CUPS browse packets on a
7 restart when using fixed addresses (STR #2618)
8 - Fixed PDF filter security issues (CVE-2007-4352
9 CVE-2007-5392 CVE-2007-5393)
10 - Changing settings would always change the DefaultAuthType
11 and Allow lines (STR #2580)
12 - The scheduler would crash when submitting an undefined
13 format file from Samba with LogLevel debug2 (STR #2600)
14 - The scheduler did not use poll() when epoll() was not
15 supported by the running kernel (STR #2582)
16 - Fixed a compile problem with Heimdal Kerberos (STR #2592)
17 - The USB backend now retries connections to a printer
18 indefinitely rather than stopping the queue.
19 - Printers with untranslated JCL options were not exported
20 to Samba correctly (STR #2570)
21 - The USB backend did not work with some Minolta USB
22 printers (STR #2604)
23 - The strcasecmp() emulation code did not compile (STR
24 #2612)
25 - The scheduler would crash if a job was sent to an empty
26 class (STR #2605)
27 - The lpc command did not work in non-UTF-8 locales (STR
28 #2595)
29 - Subscriptions for printer-stopped events also received
30 other state changes (STR #2572)
31 - cupstestppd incorrectly reported translation errors for
32 the "en" locale.
33 - ppdOpen() did not handle custom options properly when the
34 Custom attribute appeared before the OpenUI for that
35 option.
36 - The scheduler could crash when deleting a printer or
37 listing old jobs.
38 - The Mac OS X USB backend did not allow for requeuing of
39 jobs submitted to a class.
40 - lpmove didn't accept a job ID by itself.
41 - The scheduler incorrectly removed job history information
42 for remote print jobs.
43 - The scheduler incorrectly sent the
44 "com.apple.printerListChanged" message for printer state
45 changes.
46 - The PostScript filter drew the page borders (when enabled)
47 outside the imageable area.
48 - The LPD and IPP backends did not default to the correct
49 port numbers when using alternate scheme names.
50 - The scheduler incorrectly deleted hardwired remote
51 printers on system sleep.
52 - The scheduler would abort if a bad browse protocol name
53 was listed in the cupsd.conf file.
54 - The online cupsd.conf help file incorrectly showed
55 "dns-sd" instead of "dnssd" for Bonjour sharing.
56 - The scheduler could crash changing the port-monitor value.
57 - The scheduler generated CoreFoundation errors when run as
58 a background process.
59 - When printing with number-up > 1, it was possible to get
60 an extra blank page.
61
62
63 CHANGES IN CUPS V1.3.4
64
65 - Documentation updates (STR #2560, STR #2563, STR #2569)
66 - CUPS now maps the "nb" locale to "no" on all platforms
67 (STR #2575)
68 - CUPS did not work with a Windows 2003 R2 KDC (STR #2568)
69 - ippReadIO() could read past the end of a buffer (STR
70 #2561)
71 - The scheduler would crash on shutdown if it was unable
72 to create a Kerberos context.
73 - Multiple AuthTypes in cupsd.conf did not work (STR
74 #2545)
75 - The snmp.conf file referenced the wrong man page (STR
76 #2564)
77 - The cupsaddsmb program didn't handle domain sockets
78 properly (STR #2556)
79 - The scheduler now validates device URIs when adding
80 printers.
81 - Updated httpSeparateURI() to support hostnames with
82 the backslash character.
83 - Updated the Japanese localization (STR #2546)
84 - The parallel backend now gets the current IEEE-1284
85 device ID string on Linux (STR #2553)
86 - The IPP backend now checks the job status at
87 variable intervals (from 1 to 10 seconds) instead
88 of every 10 seconds for faster remote printing
89 (STR #2548)
90 - "lpr -p" and "lpr -l" did not work (STR #2544)
91 - Compilation failed when a previous version of CUPS
92 was installed and was included in the SSL include
93 path (STR #2538)
94 - The scheduler did not reject requests with charsets
95 other than US-ASCII or UTF-8, and the CUPS API
96 incorrectly passed the locale charset to the scheduler
97 instead of UTF-8 (STR #2537)
98 - cups-deviced did not filter out duplicate devices.
99 - The AppleTalk backend incorrectly added a scheme
100 listing when AppleTalk was disabled or no printers
101 were found.
102 - The PostScript filter generated N^2 copies when the
103 printer supported collated copies and user requested
104 reverse-order output.
105 - The scheduler did not reprint all of the files in a
106 job that was held.
107 - The scheduler did not update the printcap file after
108 removing stale remote queues.
109 - The cupsd.conf man page incorrectly referenced
110 "AuthType Kerberos" instead of "AuthType Negotiate".
111
112
113 CHANGES IN CUPS V1.3.3
114
115 - The scheduler did not use the attributes-natural-language
116 attribute when passing the LANG environment variable to
117 cups-deviced or cups-driverd.
118 - The scheduler did not use the printer-op-policy when
119 modifying classes or printers (STR #2525)
120 - The auth-info-required attribute was not always updated
121 for remote queues that required authentication.
122 - The German web interface localization contained errors
123 (STR #2523)
124 - The Swedish localization contained errors (STR #2522)
125
126
127 CHANGES IN CUPS V1.3.2
128
129 - The 1.3.1 release was incorrectly created from the
130 1.4.x source tree (STR #2519)
131 - Added support for 32/64-bit libraries on HP-UX
132 (STR #2520)
133 - The scheduler incorrectly used portrait as the default
134 orientation (STR #2513)
135 - The scheduler no longer writes the printcap file for
136 every remote printer update (STR #2512)
137 - Remote raw printing with multiple copies did not work
138 (STR #2518)
139 - Updated the configure script to require at least autoconf
140 2.60 (STR #2515)
141 - Some gzip'd PPD files were not read in their entirety
142 (STR #2510)
143
144
145 CHANGES IN CUPS V1.3.1
146
147 - Documentation updates.
148 - The USB backend on Mac OS X could hang if the driver and
149 printer did not match.
150 - Delegated Kerberos credentials were not working.
151 - "make distclean" incorrectly removed the edit-config.tmpl
152 files (STR #2508)
153 - Fix compile problem on HP-UX (STR #2501)
154 - The cupstestppd utility now tests for resolutions greater
155 than 99999 DPI to detect a missing "x" between the X and Y
156 resolutions.
157 - Fixed many problems in the various translations and added
158 a new "checkpo" utility to validate them.
159 - The cupstestppd utility now tests the custom page size code
160 for CUPS raster drivers.
161 - cupsLangDefault() did not attempt to return a language that
162 was supported by the calling application.
163 - If a remote printer stopped while a job was being sent, the
164 local queue would also get stopped and the job re-queued,
165 resulting in duplicate prints in some cases.
166 - A few Apple-specific job options needed to be omitted when
167 printing a banner page.
168 - The new peer credential support did not compile on FreeBSD
169 (STR #2495)
170 - Direct links to help files did not set the current section
171 so the table-of-contents was not shown.
172 - The configure script did not support --localedir=foo (STR #2488)
173 - The backends were not displaying their localized messages.
174 - CUPS-Authenticate-Job did not require Kerberos authentication
175 on queues protected by Kerberos.
176 - The Zebra ZPL driver did not work with Brady label printers
177 (STR #2487)
178 - Norwegian wasn't localized on Mac OS X.
179 - getnameinfo() returns an error on some systems when DNS is
180 not available, leading to numerous problems (STR #2486)
181 - The cupsfilter command did not work properly on Mac OS X.
182 - The scheduler makefile contained a typo (STR #2483)
183 - The TBCP and BCP port monitors did not handle the trailing
184 CTRL-D in some PostScript output properly.
185 - Fixed the localization instructions and German template for
186 the "Find New Printers" button (STR #2478)
187 - The web interface did not work with the Chinese localization
188 (STR #2477)
189 - The web interface home page did not work for languages that
190 were only partially localized (STR #2472)
191 - Updated the Spanish web interface localization (STR #2473)
192 - ppdLocalize() did not work for country-specific localizations.
193
194
195 CHANGES IN CUPS V1.3.0
196
197 - The scheduler did not handle out-of-file conditions
198 gracefully when accepting new connections, leading to
199 heavy CPU usage.
200 - The scheduler did not detect ServerBin misconfigurations
201 (STR #2470)
202 - "AuthType Default" did not work as expected when the
203 "DefaultAuthType foo" line appeared after it in the
204 cupsd.conf file.
205 - The on-line help did not describe many common printing
206 options (STR #1846)
207 - The IPP backend did not return the "auth required" status
208 when printing to a Kerberos-protected queue.
209 - The scheduler was not looking in the correct directories
210 for LSB PPD files (STR #2464)
211 - Changed references to ESP Ghostscript to GPL Ghostscript
212 (STR #2463)
213 - The PostScript filter did not cleanly terminate when
214 the job was canceled or stopped.
215 - Fixed generation of Kerberos credentials for remote
216 printing. Note that this requires a recent version of
217 MIT Kerberos with a working krb5_cc_new_unique()
218 function or Heimdal Kerberos.
219 - Added Portuguese and updated Italian message catalogs.
220
221
222 CHANGES IN CUPS V1.3rc2
223
224 - Added more range checking to the pdftops filter.
225 - The scheduler would crash if a remote IPP queue was stopped
226 (STR #2460)
227 - The scheduler did not allow "DefaultAuthType None".
228
229
230 CHANGES IN CUPS V1.3rc1
231
232 - Updated the German localization (STR #2443)
233 - cupsAdminGetServerSettings() did not handle </Foo> properly.
234 - When lprm and cancel are run with no job ID, they now will
235 cancel the first stopped job if no pending or processing
236 jobs are left in the queue.
237 - The scheduler now logs successful print jobs, filter
238 failures, and the job file types at the default log
239 level (STR #2458)
240 - The scheduler now logs the usernames it is using for
241 authorization at LogLevel debug instead of debug2 (STR #2448)
242 - Added Intellitech Intellibar and Zebra CPCL PPDs to the list
243 of installed PPDs.
244 - Added 6" and 8" wide label sizes for the Zebra ZPL Label
245 Printer driver (STR #2442)
246 - The cupsaddsmb program and web interface now support
247 exporting of 64-bit Windows drivers, when available
248 (STR #2439)
249 - Moving a job that was printing did not stop the job on the
250 original printer (STR #2262)
251 - The cups-lpd mini-daemon did not work on Mac OS X server.
252 - Added httpGetAuthString() and httpSetAuthString() APIs to get
253 and set the current (cached) authorization string to use for
254 HTTP requests.
255 - Updated the default cupsd.conf policy to list the
256 "administrative" operations separately from the "printer
257 control" operations so that it is easier to define a
258 group of users that are "printer operators".
259 - The web interface now pulls the default cupsd.conf file
260 from cupsd.conf.default in the CUPS config directory.
261 - Added a help file for using Kerberos with CUPS.
262 - The scheduler now strips the "@KDC" portion of Kerberos
263 usernames since those usernames typically do not appear in
264 the group membership lists used by CUPS.
265 - cupsMarkOptions() could (incorrectly) leave multiple option
266 choices marked.
267 - Backends could (incorrectly) run as root during discovery
268 (STR #2454)
269 - Avahi is now supported for DNS-SD (Bonjour) printer sharing
270 (STR #2455)
271 - The default cupsd.conf file had typos and old operation names
272 (STR #2450)
273 - The scheduler now erases authentication cache files using the
274 7-pass US DoD algorithm.
275 - Delegated Kerberos credentials (proxy authentication) did not
276 work.
277 - The filter makefile did not optimize the libcupsimage.2.dylib
278 with a sectorder file.
279 - The IPP backend incorrectly wrote an empty printer message
280 when processing the "none" state reason.
281 - The USB backend could deadlock on Mac OS X while performing
282 a side-channel command.
283 - The scheduler did not prevent remote queues from being
284 shared/published.
285 - The scheduler did not remove the temporary request file on
286 authentication errors.
287 - ppdLocalizeIPPReason() did not handle "scheme:" schemes or
288 "file" URLs.
289 - ppdLocalizeIPPReason() was not exported on Mac OS X.
290
291
292 CHANGES IN CUPS V1.3b1
293
294 - Copyright updates - CUPS is now owned by Apple Inc.
295 - Documentation updates (STR #1775, STR #2027, STR #2130,
296 STR #2131, STR #2263, STR #2356, STR #2397)
297 - Added new cupsfilter utility (STR #1734)
298 - Added new job-printer-state-message and
299 job-printer-state-reasons attributes to jobs (STR #2418)
300 - Added LDAP+SSL support (STR #1967)
301 - CUPS now supports authentication via peer credentials
302 over domain sockets (STR #2242, STR #2277)
303 - The CUPS sample driver PPDs are now generated by the PPD
304 compiler and include all of the localized languages by
305 default (STR #2164)
306 - You can now specify "AuthType Default" in the cupsd.conf
307 file to use the default authentication defined by the
308 DefaultAuthType directive.
309 - The SNMP backend no longer adds a default Address line
310 when none is specified in the snmp.conf file; this allows
311 the backend to be easily disabled as needed (STR #2434)
312 - Added a new cupsctl command for doing basic changes to
313 the cupsd.conf file (STR #1777)
314 - Added a new ppdLocalizeIPPReason() function to get the
315 localized text/URI for a given IPP reason keyword for a
316 driver.
317 - Removed the deskjet2.ppd driver, as it only worked with
318 a very small subset of HP DeskJet printers and was
319 confusing to users. The rastertohp driver still
320 supports the deskjet2.ppd options for existing queues.
321 - The scheduler did not add a trailing banner page if a
322 client did not specify the last document in a job (STR
323 #1711)
324 - The scheduler did not report Bonjour shared printers as
325 remote printers (STR #2384)
326 - Added new -R and -W options to the cupstestppd program
327 for greater control over the testing of PPDs.
328 - Added a new cupsGetServerPPD() function for getting
329 an available PPD from the server (STR #2334)
330 - Added a new cupsDoIORequest() function for reading
331 and writing files via IPP requests (STR #2334)
332 - Added a new CUPS_GET_PPD operation for getting an
333 available PPD file on the server (STR #2334)
334 - CUPS_GET_PPDS now reports multiple ppd-product values
335 based on the PPD ModelName and Product strings (STR
336 #2334, STR #2383)
337 - CUPS_GET_PPDS now reports the PSVersion attributes
338 from a PPD file in the ppd-psversion attribute
339 (STR #2334)
340 - CUPS_GET_PPDS now reports the cupsModelNumber attribute
341 from a PPD file in the ppd-model-number attribute (STR
342 #2383)
343 - CUPS_GET_PPDS now reports a driver type string in the
344 ppd-type attribute based on the cupsFax and cupsFilter
345 attributes in a PPD file (STR #2383)
346 - Added a new printer attribute called "cups-version"
347 which reports the version of CUPS that is running
348 (STR #2240)
349 - backendRunLoop() now aborts immediately on SIGTERM
350 if no data has been written yet (STR #2103)
351 - Due to poor IPP support from the vendors, the SNMP
352 backend no longer tries IPP connections; instead,
353 it now uses a lookup file with fallback to port 9100
354 (socket://address) and 515 (lpd://address) printing
355 (STR #2035, STR #2354)
356 - The scheduler now recreates the CUPS log directory as
357 needed (STR #2353)
358 - cupsLangDefault() now maps new-style Apple locale names
359 to the traditional ll_CC form (STR #2357)
360 - Add new cupsArrayNew2() API to support hashed lookups
361 of array elements (STR #2358)
362 - ppdConflicts() optimizations (STR #2358)
363 - The cupstestppd program now tests for existing filters,
364 icons, profiles, and dialog extensions (STR #2326)
365 - The web interface no longer lists new printers on the
366 main administration page. Instead, a new "List Available
367 Printers" button is provided that shows a separate page
368 with the list of printers.
369 - The web interface now supports setting the banner and
370 policy options on raw printers and classes (STR #2238)
371 - The socket backend now reads any pending back-channel
372 data before shutting down the socket (STR #2325)
373 - Added a new ErrorPolicy directive in the cupsd.conf
374 file (STR #1871)
375 - Printers that use JCL options are now exported to Samba
376 correctly (STR #1985)
377 - The IPP backend now relays printer-state-message values
378 from the server to the client (STR #2109)
379 - Added support for the PWG printer-alert and
380 printer-alert-description attributes (STR #2088)
381 - Added support for LPD "stream" mode (STR #2036)
382 - The scheduler now reports the PostScript product string
383 from PPD files in CUPS-Get-PPDs responses (STR #1900)
384 - Raw printing with queues pointing to the file pseudo-
385 device and multiple files and/or banners now works (STR
386 #1933)
387 - Added new public cupsAdminGetServerSettings() and
388 cupsAdminSetServerSettings() APIs.
389 - Added new "makebuttons" script in the "tools" directory
390 for creating web interface buttons (STR #2231)
391 - Added support for DNS-SD (aka "Bonjour") printer sharing
392 (STR #1171)
393 - Job operations (cancel, hold, release, etc.) from the
394 web interface now return back to the original page (STR
395 #2239)
396 - The classes or printers list is now shown after a
397 successful deletion from the web interface (STR #1999)
398 - The default configuration now allows browse packets from
399 any address (STR #2008)
400 - The web interface now provides an "allow printing from the
401 Internet" check box (STR #1897)
402 - The notify-events-default and
403 notify-lease-duration-default attributes can now be set
404 (STR #1671)
405 - Server-side default options are now sent to clients when
406 the "printer-defaults" attribute group is requested (STR
407 #1923)
408 - Added support for Linux "relro" linker option (STR #1614)
409 - CUPS now validates the number-up option value (STR #1329)
410 - The on-line help now provides better search capabilities
411 (STR #1701)
412 - The web interface "Add This Printer" button now allows you
413 to change the printer name, description, and location
414 (STR #1646)
415 - Added support for Mac OS X authorization services
416 (STR #2206)
417 - Added support for driver-specific pre-filters (STR #2108)
418 - Added a new side-channel API for drivers and backends
419 for basic device control and information queries (STR
420 #1898)
421 - The scheduler now uses poll(), epoll(), or /dev/kqueue
422 instead of select() when possible (STR #1261)
423 - Added new cupsArrayGetIndex() and cupsArrayGetInsert()
424 functions to get the current index and insertion
425 positions of an array.
426 - Added a new --with-max-copies configure option (STR
427 #2090)
428 - Added new cupsRemoveDest() and cupsSetDefaultDest()
429 functions.
430 - Added support for cupsPJLCharset attribute in PPD files
431 which specifies the character set that is used in PJL
432 strings (STR #1969)
433 - Moved the definition of the (private) _http_s structure
434 to http-private.h; code that directly accesses the
435 http_t members will no longer compile!
436 - Added support for setting the document-format-default
437 attribute on a per-printer basis.
438 - Added support for IntelliBar label printers.