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