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