]> git.ipfire.org Git - thirdparty/cups.git/blob - CHANGES.txt
Load cups into easysw/current.
[thirdparty/cups.git] / CHANGES.txt
1 CHANGES.txt - 2006-07-18
2 ------------------------
3
4 CHANGES IN CUPS V1.2.2
5
6 - Documentation updates (STR #1765, STR #1780)
7 - CUPS didn't know about alternate character set names
8 for Asian text (STR #1819)
9 - The lpoptions -o and -r options did not work unless you
10 specified a printer.
11 - The lpoptions command incorrectly allowed users to set
12 printer attributes like printer-type (STR #1791)
13 - httpWait() did not flush the write buffer, causing "bad
14 request" errors when communicating with CUPS 1.1.x
15 servers (STR #1717)
16 - Polling did not sanitize the printer description,
17 location, or make and model strings like broadcasts
18 did.
19 - Polled printers did not show the server's default
20 job-sheets option value.
21 - The Samba password prompt was not properly localized
22 (STR #1814)
23 - Added a German translation (STR #1842)
24 - The scheduler now creates self-signed SSL certficates
25 automatically when using OpenSSL and CDSA for
26 encryption, just as for GNU TLS.
27 - The SNMP backend sporatically reported some printers as
28 "unknown" (STR #1774)
29 - The scheduler now forces BrowseTimeout to be at least
30 twice the BrowseInterval value and non-zero to avoid
31 common configuration errors.
32 - The scheduler incorrectly returned printer URIs of the
33 form "ipp://server/printers/classname" for classes (STR
34 #1813)
35 - Updated Japanese localization (STR #1805)
36 - The scheduler's SSL certificate/key directory was not
37 created on installation (STR #1788)
38 - Added a mailto.conf man page and help page (STR #1754)
39 - The parallel and USB backends no longer wait for the
40 printer to go on-line - this caused problems with
41 certain printers that don't follow with the IEEE-1284
42 standard (STR #1738)
43 - The scheduler could crash on a reload when implicit
44 classes were present (STR #1828)
45 - The IPP backend incorrectly used the CUPS_ENCRYPTION
46 environment variable to determine the default
47 encryption mode when printing (STR #1820)
48 - USB printing did not work on Solaris (STR #1756)
49 - The scheduler sorted job priorities in the wrong order
50 (STR #1811)
51 - The scheduler did not automatically restart notifiers
52 that exited or crashed (STR #1793)
53 - IPv6 support did not work on NetBSD (STR #1834)
54 - The EPM packaging file did not work (STR #1804)
55 - The scheduler used up the CPU if BrowseRemoteProtocols
56 was empty (STR #1792)
57 - Custom page sizes did not work (STR #1787)
58 - The SNMP backend could crash on some systems when SNMP
59 logging was enabled (STR #1789)
60 - Browsing could produce some funny printer names when
61 ServerName was set to an IP address (STR #1799)
62 - Fixed the log message for BrowseRelay (STR #1798)
63 - Fixes to allow CUPS to compile on MirBSD (STR #1796)
64 - The scheduler incorrectly set the FINAL_CONTENT_TYPE
65 environment variable (STR #1795)
66 - The pdftops filter incorrectly embedded a "produced by"
67 comment, causing PDF printing not to work on some
68 operating systems (STR #1801)
69 - Sending raw jobs from a client system could cause the
70 client's scheduler to eventually crash (STR #1786)
71 - The scheduler now checks that the notifier exists prior
72 to accepting a new subscription request.
73 - The scheduler now reports the supported
74 notify-recipient schemes based on the contents of the
75 ServerBin/notifier directory.
76 - Event notifications did not include the
77 notify-sequence-number or other required attributes
78 (STR #1747)
79 - Allow/Deny addresses of the form "11.22.33.*" did not
80 work on Linux (STR #1769)
81 - cupsGetPPD() did not work if the scheduler was only
82 listening on a domain socket (STR #1766)
83 - The scheduler could crash advertising a class (STR
84 #1768)
85 - The scheduler could crash if the default printer was
86 deleted (STR #1776)
87 - Added a new default CUPS raster format (v3) which does
88 not compress the raster stream in order to provide the
89 same cupsRasterReadPixels() and cupsRasterWritePixels()
90 performance as CUPS 1.1.x.
91 - The cupsaddsmb man page listed the wrong files for the
92 CUPS driver.
93 - Some configure --with options did not work (STR #1746)
94 - "Allow @IF(name)" didn't work if "name" wasn't the
95 first network interface (STR #1758)
96 - The lpstat command did not use the correct character
97 set when reporting the date and time (STR #1751)
98 - The cupsaddsmb command and web interface did not update
99 the Windows PPD files properly, resulting in corrupt
100 PPD files for the Windows client to use (STR #1750)
101 - The cupsd.conf man page didn't describe the Listen
102 domain socket syntax (STR #1753)
103 - The scheduler no longer tries to support more than
104 FD_SETSIZE file descriptors.
105 - CDSA (encryption) support fixes for MacOS X.
106 - The lppasswd program needs to be setuid to root to
107 create and update the /etc/cups/passwd.md5 file (STR
108 #1735)
109 - 32/64-bit library installation was broken (STR #1741)
110 - The USB backend now reports a "no such device" error
111 when using the old filename-based USB URIs instead of
112 the "success" error.
113 - Increased the HTTP and IPP read timeouts to 10 seconds,
114 as 1 second was too short on congested networks (STR
115 #1719)
116 - The SNMP backend now uses the device description over
117 the printer-make-and-model attribute when the attribute
118 contains a generic name (STR #1728)
119 - Fixed another file descriptor leak when printing raw
120 files (STR #1736)
121 - Raw queues were not shared via LDAP (STR #1739)
122 - The pstops filter didn't always embed PageSetup
123 commands from the PPD file (STR #1740)
124 - "make install" didn't work if you disabled all of the
125 localizations.
126 - The scheduler didn't always choose the least costly
127 filter.
128 - Fixed parsing of IPv6 addresses in Allow, Deny,
129 BrowseAllow, BrowseDeny, and BrowseRelay directives
130 (STR #1713)
131 - Printers that were shared via LDAP did not get added to
132 the LDAP server properly (STR #1733)
133 - LDAP browsing would crash the scheduler if a required
134 value was missing (STR #1731)
135 - Special cases for the "localhost" hostname did not
136 work, causing printing to not work when the /etc/hosts
137 file did not contain a localhost entry (STR #1723)
138 - Updated the Spanish translation (STR #1720, STR #1770)
139 - Reverse-order page output was broken when N-up or
140 landscape orientations were used (STR #1725)
141 - The parallel, serial, socket, and USB backends needed
142 print data before they would report back-channel data,
143 causing problems with several new drivers (STR #1724)
144
145
146 CHANGES IN CUPS V1.2.1
147
148 - "lprm -h hostname" did not work (STR #1800)
149 - The web interface did not handle reloads properly for
150 MSIE (STR #1716)
151 - The configure script no longer adds linker rpath
152 options when they are unnecessary.
153 - The scheduler could crash printing a debug message on
154 Solaris (STR #1714)
155 - The --enable-32bit and --enable-64bit configure options
156 did not always work.
157 - The password prompt showed the domain socket address
158 instead of "localhost" for local authentication (STR
159 #1706)
160 - The web interface filtered the list of printers even if
161 the user wasn't logged in (STR #1700)
162 - The IPP backend did not work reliably with some Xerox
163 printers (STR #1704)
164 - Trailing banners were not added when printing a single
165 file (STR #1698)
166 - The web interface support programs crashed on Solaris
167 (STR #1699)
168 - cupstestppd incorrectly reported problems with
169 *1284DeviceID attributes (STR #1710)
170 - Browsing could get disabled after a restart (STR #1670)
171 - Custom page sizes were not parsed properly (STR #1709)
172 - The -U option wasn't supported by lpadmin (STR #1702)
173 - The -u option didn't work with lpadmin (STR #1703)
174 - The scheduler did not create non-blocking back-channel
175 pipes, which caused problems when the printer driver
176 did not read the back-channel data (STR #1705)
177 - The scheduler no longer uses chunking in responses to
178 clients - this caused problems with older versions of
179 CUPS like 1.1.17 (PR #6143)
180 - Automatic raw printing was broken (STR #1667)
181 - 6-up printing was broken (STR #1697)
182 - The pstops filter did not disable CTRL-D processing on
183 the printer/RIP.
184 - ppdOpen*() did not load custom options properly (STR
185 #1680)
186 - "Set Printer Options" in the web interface did not
187 update the DefaultImageableArea or
188 DefaultPaperDimension attributes in the PPD file (STR
189 #1689)
190 - Fixed compile errors (STR #1682, STR #1684, STR #1685,
191 STR #1690)
192 - The lpstat command displayed the wrong error message
193 for a missing destination (STR #1683)
194 - Revised and completed the Polish translation (STR
195 #1669)
196 - Stopped jobs did not show up in the list of active jobs
197 (STR #1676)
198 - The configure script did not use the GNU TLS
199 "libgnutls-config" script to find the proper compiler
200 and linker options.
201 - The imagetoraster filter did not correctly generate
202 several 1, 2, and 4-bit color modes.
203 - cupsRasterWritePixels() could lose track of the current
204 output row.
205 - cupsRasterReadPixels() did not automatically swap
206 12/16-bit chunked pixel data.
207 - Moved the private _cups_raster_s structure out of the
208 public header.
209 - Updated the CUPS raster format specification to include
210 encoding rules and colorspace definitions.
211 - The Zebra PPD files had the wrong PostScript code for
212 the "default" option choices.
213 - The imagetoraster filter did not generate correct CIE
214 XYZ or Lab color data.
215 - The cups-config script did not work when invoked from a
216 source directory (STR #1673)
217 - The SNMP backend did not compile on systems that used
218 the getifaddrs emulation functions (STR #1668)
219
220
221 CHANGES IN CUPS V1.2.0
222
223 - Documentation updates (STR #1618, STR #1620, STR #1622,
224 STR #1637)
225 - Static file copy buffers reduced from 64k to 32k to
226 work around bogus MallocDebug library assumptions (STR
227 #1660)
228 - The scheduler did not decode the backend exit code
229 properly (STR #1648)
230 - The MacOS X USB backend did not report the 1284 device ID,
231 nor did it fix device IDs returned by HP printers.
232 - The scheduler started more slowly than 1.1.x with large
233 numbers of printers (STR #1653)
234 - cupsRasterInterpretPPD() didn't support the
235 cupsPreferredBitsPerColor attribute, and imagetoraster
236 didn't use the new API.
237 - The "make test" script did not create all of the necessary
238 subdirectories for testing (STR #1638)
239 - The scheduler did not prevent rotation of logs
240 redirected to /dev/null (STR #1651)
241 - "make test" did not include the SNMP backend in the
242 test environment (STR #1625)
243 - The EPM packaging files did not work (STR #1621)
244 - "Use Default Configuration" inserted a broken
245 configuration file (STR #1624)
246 - Redirects in the web interface did not always preserve
247 the encrypted status of a connection (STR #1603)
248 - Added the Apple "pap" backend.
249 - Added CUPS library to CUPS Image shared library
250 linkage to support Linux --as-needed linker option
251 (STR #1606)
252 - Fixed support for --enable-pie (STR #1609)
253 - The pdftops filter did not validate the length of the
254 encryption key (STR #1608)
255 - Updated the Polish localization.
256 - "Encryption Required" in the cupsd.conf file now only
257 requires encryption when the connection is not over the
258 loopback interface or domain socket.
259 - Printer names containing "+" were not quoted properly in
260 the web interface (STR #1600)
261 - The SNMP backend now reports the make and model in the
262 information string so that the auto-generated printer
263 name is more useful than just an IP address.
264
265
266 CHANGES IN CUPS V1.2rc3
267
268 - The cups-lpd program always did reverse lookups on the
269 client address, which could be a performance problem.
270 Added a "-n" option to disable lookups.
271 - When configured with SSL support, require encryption by
272 default when displaying the /admin location (STR #1592)
273 - The next job ID was not computed correctly if the job
274 cache file got out of sync with the spool directory
275 (STR #1582)
276 - The PNG image handling code used deprecated functions
277 from libpng (STR #1587)
278 - Added a Polish translation (STR #1584, STR #1586)
279 - More changes to the scheduler to improve battery life
280 on portable devices (STR #1583)
281 - Changed the default log level for status messages back
282 to "DEBUG" to be consistent with CUPS 1.1.x (STR #1579)
283 - The error string was not set properly when
284 cupsDoFileRequest() was given the name of a directory
285 (STR #1578)
286 - Fixed handling of job-hold-until (STR #1581)
287 - Added explicit notes to the cupsaddsmb man page
288 explaining that the driver filenames are case-sensitive
289 under UNIX and that they must be all lowercase (Windows
290 2000) or all UPPERCASE (Windows 95/98/Me) to work (STR
291 #1568)
292 - The USB backend incorrectly split the manufacturer name
293 if it contained spaces (STR #1566)
294 - The scheduler would hang when listing PPD files for a
295 manufacturer whose name contained spaces (STR #1567)
296 - Added the SNMP backend for network printer discovery
297 (STR #1555)
298 - cupstestppd now fails PPD files with 1284DeviceId
299 instead of 1284DeviceID, and cups-driverd uses a
300 case-insensitive comparison when looking for it (STR
301 #1573)
302 - cupsDoFileRequest() and cupsDoRequest() now work
303 properly with non-blocking HTTP connections.
304 - Added Swedish translation (STR #1569)
305 - "make install" now installs the MIME files with world
306 read permissions (STR #1565)
307 - More CDSA encryption support fixes (STR #1563)
308 - Updated the default mime.types file to support printing
309 of files that do not have a locally-recognized MIME
310 media type to raw or System V queues.
311 - Updated the serial port detection code on Linux (STR
312 #1562)
313 - Added some more error checking to httpGetHostname()
314 (STR #1561)
315 - The title of some administration pages was not
316 localized (STR #1548)
317 - The edit-config.tmpl file was not generated or
318 installed for the Spanish or Japanese localizations
319 (STR #1547)
320 - The mimeDelete() function freed the types before the
321 filters, but the filters needed the type data (STR #1558)
322 - The scheduler didn't keep track of the status pipes
323 properly, leading to a bad select() for multi-file jobs
324 (STR #1559)
325 - The cupstestdsc program didn't validate the ordinal
326 page number value for %%Page: comments.
327
328
329 CHANGES IN CUPS V1.2rc2
330
331 - The scheduler was not always using the string pool,
332 causing random crashes.
333 - The lpmove and the web interface's Move Job button did
334 not work with stopped jobs (STR #1534)
335 - The PostScript filter did not handle the page-set
336 option properly with number-up printing (STR #1543)
337 - The scheduler now only warns about unsupported ACLs
338 once (STR #1532)
339 - The "fitplot" option did not work with output from
340 Mozilla (STR #1542)
341 - The imagetops filter did not work with Level 2 or 3
342 printers (STR #1533)
343 - The scheduler now recognizes PostScript files with PJL
344 commands that do not include an ENTER LANGUAGE command.
345 - Added --with-printcap configure option.
346 - 64-bit SSL fixes for MacOS X.
347 - The scheduler didn't send some printer state change
348 events.
349 - The scheduler didn't send jobs to busy remote printers.
350 - Fixed some problems with the launchd support.
351 - Added new USB printer backend for MacOS X.
352 - The PostScript filter now handles files that start with
353 an incomplete PJL header (PR #6076)
354 - The web interface language selection code did not try
355 the generic language localization (STR #1531)
356 - The language cache, string pool, and transcoding caches
357 are now process global instead of per-thread to avoid
358 problems with GNOME and to allow for data sharing
359 between threads (STR #1530)
360 - Fixed a CUPS 1.1.x compatibility bug (STR #1528)
361 - The web interface redirection after certain printer
362 administration tasks was broken (STR #1516)
363 - Web interface authorization could get stuck (STR #1512)
364 - Localization updates (STR #1513, STR #1518, STR #1520)
365 - The pstops filter didn't work with some files (STR
366 #1523)
367 - "./configure --enable-static" didn't work (STR #1522)
368 - The scheduler was not using the configured default
369 Group (STR #1521)
370 - The web interface still did not show the localized time
371 and date for some locales and systems (STR #1509)
372 - httpAddrGetList() would crash on systems without
373 getaddrinfo().
374 - Socket URIs without a trailing slash would cause the
375 port number to not be accepted (STR #1519)
376 - Local raw and System V printers were not advertised as
377 such for printer browsing (STR #1502)
378 - The RPM spec file incorrectly put duplicate copies of
379 the Japanese and Spanish web interface templates in the
380 main cups package (STR #1517)
381 - cupsSetDests() did not explicitly set the permissions
382 of the /etc/cups/lpoptions file (STR #1508)
383 - The lpq command crashed with the -h option (STR #1515)
384
385
386 CHANGES IN CUPS V1.2rc1
387
388 - Documentation updates (STR #1497, STR #1498)
389 - The scheduler now redirects browsers to https: URLs
390 when encryption is required.
391 - The scheduler would crash when printing with a banner
392 (STR #1500)
393 - cups-driverd did not use the LanguageEncoding attribute
394 in PPD files to convert the NickName to UTF-8 (STR
395 #1503)
396 - The lpadmin command could not set the
397 printer-error-policy attribute (STR #1504)
398 - The web interface did not show the time and date in the
399 correct format for the locale (STR #1505)
400 - CUPS no longer accepts print jobs if a printer does not
401 support the file format (STR #1501)
402 - Cleaned up the PostScript filter (pstops) so that it
403 properly supports %%IncludeFeature and page scaling
404 (STR #1453)
405 - Fixed the cupsFileRewind() and cupsFileSeek() functions
406 to work properly with uncompressed files.
407 - Added cupsFileGetLine(), cupsFileStderr(),
408 cupsFileStdin(), and cupsFileStdout() functions to the
409 CUPS library.
410 - Added a new cupstestdsc program to test the DSC
411 conformance of PostScript files.
412 - Added KDE/GNOME icons and a Manage Printers menu item.
413 - Added --enable-image and --enable-pdftops configure
414 options to control whether the image and PDF filters
415 are built and installed (default = yes for all
416 platforms but MacOS X)
417 - Fixed a minor memory leak in the PPD API.
418 - Fixed transcoding issues (STR #1493)
419 - The scheduler now enforces a minimum job cost of 100
420 when doing FilterLimit checks.
421 - The scheduler would leak file descriptors when printing
422 to raw queues (STR #1491)
423 - The IPv6 support did not compile on Tru64 UNIX (STR
424 #1488)
425 - ppdOpen2() now converts the NickName and all UI text to
426 UTF-8 (STR #1475)
427 - The Set Allowed Users web page did not work (STR #1486)
428 - When the default policy was not set or set to a non-
429 existing policy, the scheduler did not set the default
430 policy name to "default" (STR #1484)
431 - The Zebra CPCL driver did not use the correct righthand
432 margin for the 4" wide label sizes.
433 - Fixed a problem with the parsing of fractional real
434 numbers in PPD files.
435 - Added Spanish localization files (STR #1480)
436 - Fixed localization of a few scheduler messages (STR
437 #1478)
438 - Fixed support for HEAD requests in the scheduler (STR
439 #1481)
440
441
442 CHANGES IN CUPS V1.2b2
443
444 - Updated the CUPS design description.
445 - Added --enable-32bit and --enable-64bit configure
446 options to allow building of separate 32/64-bit
447 libraries on systems that support both environments
448 (STR #1472)
449 - Various compiler warning fixes.
450 - Fixes for Solaris 10 builds against old GNU TLS and
451 LDAP libraries.
452 - Added a cupsArrayUserData() function to retrieve the
453 user data pointer for an array (useful for typing
454 arrays)
455 - The ppdEmitString() function did not compute the
456 required buffer size properly, leading to dropped
457 characters on the end of the printer commands in pstops
458 and imagetops (STR #1470)
459
460
461 CHANGES IN CUPS V1.2b1
462
463 - The serial backend now supports Equinox 8-port serial
464 hubs (STR #526)
465 - The IPP backend now supports a compression option to
466 compress print files as they are sent to the remote
467 server (STR #956)
468 - The CUPS browse protocol now supports passing of
469 default options and browse timeout values from the
470 server to the clients (STR #800)
471 - Implicit classes that timed out could cause the
472 scheduler to crash (STR #1439)
473 - Added DragonFly support in local device backends (STR
474 #1362)
475 - Added LDAP printer browsing support (STR #338)
476 - Added official support for printer maintenance commands
477 via the CUPS Command file format and hooks in the
478 printer-type and web interfaces (STR #932)
479 - The HP-GL/2 filter could get in an infinite loop trying
480 to convert HP-PCL files (STR #1415)
481 - CUPS now implements the HTTP/1.1 Expect header (STR
482 #1407)
483 - Options in PPD files are no longer automatically put in
484 an "Extra" group; rather, all options that are not
485 inside an Open/CloseGroup will be placed in the
486 "General" group (STR #1385)
487 - The scheduler now creates a job-uuid attribute that
488 uniquely identifies a job on a network (STR #1410)
489 - The init script now unsets the TMPDIR environment
490 variable to prevent user temporary directories from
491 being used by cupsd accidentally (STR #1424)
492 - Added support for launchd on MacOS X.
493 - Added support for notify_post on MacOS X.
494 - Added support for DBUS on Linux.
495 - All of the Berkeley (except for lpc) and System V
496 commands now support specification of user, host, and
497 port (STR #1028, STR #1029, STR #1087)
498 - The lpmove command now allows you to move all jobs for
499 a given queue (STR #56)
500 - The web interface now supports moving of a job or jobs
501 to another queue (STR #56)
502 - The web interface now provides searching, paging, and
503 changing of the sort/display order of classes, jobs,
504 and printers.
505 - cupsaddsmb now accepts a password on the command-line
506 and supports passwords with special characters (STR
507 #822, STR #1236)
508 - ppdLoad*() no longer tries to "fix" bad characters in
509 UI text (STR #1101)
510 - Printer names can now (reliably) contain Unicode
511 characters (STR #896)
512 - The lpstat command now shows the time and date of the
513 last printer state change instead of the hardcoded "Jan
514 01 00:00" (STR #659)
515 - The scheduler now adds a job-actual-printer-uri
516 attribute to job objects when printing to a class (STR
517 #116)
518 - The scheduler now logs log file open errors to the
519 system log (STR #1289)
520 - The scheduler now sets the job-originating-user-name to
521 the authenticated username, if available (STR #1318)
522 - The scheduler now only updates the permissions of SSL
523 keys and certificates when they are under the
524 ServerRoot directory (STR #1324)
525 - The rastertodymo driver has been renamed to
526 rastertolabel (a symlink is installed so that existing
527 queues continue to work) and now also supports Zebra's
528 CPCL language.
529 - The lpstat command could show the wrong active job for
530 a printer (STR #1301)
531 - Fixed a potential crash problem in the scheduler when
532 aborting a CGI program (STR #1290)
533 - Added a "cancel all jobs" button to the class and
534 printer web interfaces (STR #1140)
535 - The add-printer web page now shows the
536 set-printer-options page after the printer has been
537 added (STR #690)
538 - The classes web page now provides links to each of the
539 member printers (STR #307)
540 - CUPS now handles HTTP request/response lines up to 32k
541 in length; this is mainly for better cookie support
542 (STR #1274)
543 - Added support for the Apache PassEnv and SetEnv
544 directives to cupsd.conf (STR #853)
545 - Added large file (64-bit) support (STR #541)
546 - Fixed a performance issue with the ippReadIO()
547 implementation (STR #1284)
548 - Fixed a performance issue with the scheduler's implicit
549 class implementation (STR #1283)
550 - The pdftops filter now adds the Title and Creator
551 fields from the PDF file to the PostScript document
552 comments section (STR #539, STR #830)
553 - Added a new cups_array_t and cupsArray*() functions to
554 the CUPS API to support sorted lists of data.
555 - Made the CUPS API library thread-safe (STR #1276)
556 - Added "media" option support for EFI EFMediaType option
557 (STR #902)
558 - Added write buffering to the HTTP code to improve
559 performance (STR #547)
560 - The scheduler now uses the attributes-natural-language
561 attribute to localize banner pages (STR #386)
562 - The scheduler now returns the address that was used to
563 connect to it (STR #1076)
564 - Fixed a problem with N-up printing and OpenOffice (STR
565 #576)
566 - Added support for the GCC position independent
567 executable options (STR #1209)
568 - Added new BrowseLocalProtocols and
569 BrowseRemoteProtocols directives to cupsd.conf,
570 allowing for different browse protocols for local and
571 remote printers (STR #877)
572 - PPD files can now contain strings up to 256k in length
573 (STR #1215)
574 - The pstops filter now supports the IncludeFeature DSC
575 comment (STR #1212)
576 - The pstops filter now disables the setpagedevice
577 procedure when doing N-up printing (STR #1161)
578 - The serial backend now supports "stop=1", "stop=2",
579 "parity=space", and "parity=mark" options (STR #1155)
580 - "make install" no longer overwrites an existing PAM
581 configuration file (STR #1064)
582 - The scheduler now closes all files on startup when run
583 in daemon mode (STR #1009)
584 - Added a new RGBW colorspace to the CUPS raster format
585 (STR #1071)
586 - The pdftops filter now sets the page size based on the
587 media box when not scaling the output (STR #912)
588 - The pdftops filter now supports masked images (STR
589 #281)
590 - The pdftops filter produced large output when rendering
591 PDF files containing lot of repeated images (STR #327)
592 - The pdftops filter now minimizes print processing of
593 PDF files when using the page-ranges option (STR #273)
594 - Updated pdftops filter to Xpdf 3.01.
595 - Added new cupsBackchannelRead() and
596 cupsBackchannelWrite() functions, as well as
597 backchannel support to the parallel, serial, socket,
598 and USB backends (STR #1252)
599 - The parallel and USB backends now treat a "no space
600 available" error as an out-of-paper condition (STR
601 #1225)
602 - The "lpc" command now supports the "status all" command
603 (STR #1004)
604 - ippReadIO() did not read collections properly (STR
605 #1249)
606 - The "make test" script now creates the test files in
607 "/tmp/cups-$USER" instead of "/tmp/$USER" (STR #981)
608 - All backends now abort on error when printing a job to
609 a class - this allows the next printer in the class to
610 print the job (STR #1084)
611 - The scheduler now verifies that a printer supports
612 Letter or A4 media sizes before setting them as the
613 initial default (STR #1250)
614 - The cupstestppd program now flags bad Resolution
615 options (STR #1269)
616 - The USB backend now retries printing when the printer
617 is disconnected or turned off (STR #1267)
618 - Added new httpGetHostname() function to CUPS API, and
619 use it instead of gethostname() so that the web
620 interface will work correctly on systems whose hostname
621 is not the FQDN (STR #1266)
622 - The scheduler now stops printers if the backend for the
623 queue is missing on startup (STR #1265)
624 - The configure script now supports "--disable-library"
625 to disable particular image file format support
626 libraries, even if they are available on the build
627 system (STR #1248)
628 - The IPP backend did not always report on the total
629 number of pages that were printed (STR #1251)
630 - The lpstat program could display garbage date and time
631 values for locales whose date format exceeded 31
632 characters (STR #1263)
633 - The cupstestppd program would segfault when testing
634 certain broken PPD files (STR #1268)
635 - Dramatically reduced the overhead of implicit classes.
636 - Added new cupsDir*() functions to CUPS API.
637 - Printers can now be published individually for sharing.
638 - Fixed a bug in the scheduler's startup signalling code
639 which caused cupsd to send the SIGUSR1 signal to the
640 init process instead of the original parent process
641 (STR #1258)
642 - Added new on-line help CGI to web interface to provide
643 searchable help.
644 - Devices are now tracked dynamically, with each query
645 doing a new device scan. This eliminates a previous
646 startup delay caused by slow backends and allows new
647 printers to be seen without restarting the server,
648 however it limits the amount of device URI checking
649 that can be done (basically now the scheduler only
650 requires a URI with a method that is a listed backend)
651 - Added new printer auto-detection, server configuration,
652 and log file viewing to the administration web page.
653 - Added new "set allowed users" web interface to set the
654 list of allowed users for a printer or class.
655 - The scheduler, command-line, and web interfaces now
656 limit the list of printers and classes to those
657 accessible by a user.
658 - cupsMarkOptions() now handles more non-standard
659 duplexing options and choices (STR #915)
660 - cups-lpd now honors remote banner requests with the
661 "standard" banner whenever a printer does not have one
662 defined (STR #1220)
663 - The scheduler's denial-of-service checks did not work
664 properly with IPv6 addresses (STR #1134)
665 - The lp and lpr commands did not error out properly when
666 they were unable to write to a temporary file (STR
667 #1129)
668 - The pstops filter did not handle Adobe-specific
669 comments in Windows NT driver output (STR #1085)
670 - "lpstat -l -p" incorrectly reported the printer
671 interface (STR #936)
672 - The web interface now operates exclusively with the
673 UTF-8 encoding, and sends the appropriate character set
674 and header information to the web browser (STR #919,
675 STR #1007)
676 - Added a "set allowed users" interface to the web
677 interface so that you can set the list of allowed or
678 denied users/groups for a printer or class.
679 - Disallow the "#" character in printer names, since it
680 has special meaning in the shell, config files, and in
681 URIs (STR #917, STR #1202)
682 - Added a new application/x-csource MIME type, and
683 support for it to the texttops filter so that you can
684 pretty print plain text files without the C/C++
685 keywords being highlighted.
686 - The pdftops filter did not compile with GCC 4.0 (STR
687 #1226)
688 - The texttops filter did not highlight preprocessor
689 directives followed by a tab properly.
690 - HP PJL output now uses both JOB DISPLAY and RDYMSG
691 commands to show the current job on the printer's
692 display (STR #1218)
693 - Local authentication certificates are now stored in
694 /var/run/cups/certs by default instead of
695 /etc/cups/certs (STR #1211)
696 - Backends now use "&" to separate options in device
697 URIs; "+" is still recognized but is deprecated (STR
698 #842)
699 - The USB backend no longer supports the usb:/dev/foo
700 format on systems that support device ID queries.
701 - Forced classification markings did not work when the
702 job-sheets parameters were "none,none".
703 - "lpstat -l -p" incorrectly showed all users as allowed,
704 even if the queue was restricted to certain users (STR
705 #801)
706 - The scheduler now automatically detects SSL/TLS clients
707 without using the SSLPort/SSLListen directives.
708 - The CUPS API and scheduler no longer support SSLv2-
709 encrypted connections.
710 - Updated the cupsaddsmb utility to correctly export the
711 CUPS driver for Windows.
712 - Fixed a signal-handling bug in httpRead() which
713 ultimately caused the server to print multiple copies
714 when it was busy (STR #1184)
715 - The cupsFile API now uses the O_APPEND option when
716 opening files in append mode (STR #990)
717 - The md5.h header and md5_* functions are now officially
718 private and have been renamed to avoid conflicts with
719 other implementations with the same name.
720 - The pdftops filter incorrectly embedded some Type1
721 fonts (STR #1093)
722 - The scheduler didn't detect a closed connection in the
723 middle of an IPP request (STR #1153)
724 - The scheduler could block trying to read the job status
725 if there was input pending and the job was cancelled in
726 the same input cycle (STR #1157)
727 - The scheduler could crash when deleting a class due to
728 infinite recursion.
729 - Updated the Zebra ZPL label printer driver to use the
730 run-length encoding and support more options.
731 - Updated serial backend to scan for /dev/ttyC* as well
732 as /dev/ttyc* for Cyclades serial ports (STR #1049)
733 - The scheduler could hang reading the job status under
734 certain circumstances (STR #1068)
735 - The USB backend termination signal code was inverted
736 (STR #1046)
737 - Moved enable and disable commands to sbindir to be
738 consistent.
739 - Added new cupsRasterInterpretPPD() function for RIP
740 filters to setup the raster page header from
741 PostScript commands in a PPD file.
742 - The CUPS browsing protocol now offers a "delete" bit
743 to remove printers as soon as they are deleted on the
744 server or as soon as the server shuts down gracefully
745 (STR #793)
746 - The CUPS_SERVER and ServerName directives (client.conf
747 and ~/.cupsrc) may now contain names of the form
748 "server:port" and "/path/to/domain/socket".
749 - The "cancel -u user" command now works for ordinary
750 users (STR #751)
751 - Added test run support to "make test" target (STR #64)
752 - Added domain socket support (STR #656)
753 - Added BrowseLocalOptions directive to allow the
754 administrator to add printer URI options to the browse
755 URI, e.g. "encryption=required" (STR #732)
756 - Added BrowseRemoteOptions directive to allow the
757 administrator to add standard URI options to the
758 remote printer URI, e.g. "encryption=required" (STR
759 #732)
760 - Now put "-I.." compiler option in front of all others
761 to ensure that local CUPS headers are used before
762 installed headers (STR #437)
763 - New cupsLangPrintf() and cupsLangPuts() for localized
764 interfaces.
765 - Now support custom attributes and extended options in
766 PPD files.
767 - Now provide functions to save PPD files.
768 - New policy mechanism allows per-operation and
769 per-printer control over what users and groups are
770 allowed to do various IPP operations.
771 - New error policy mechanism to control how aborted
772 backend errors are handled by the scheduler
773 (abort-job, retry-job, requeue-job, stop-printer)
774 - Updated the printer test page with a better color
775 wheel and a separate grayscale ramp.
776 - A single backend process is now run to send all print
777 data for a job.
778 - Backends and filters can now send and receive
779 backchannel data over file descriptor 3.
780 - Updated the raster stream format to support more
781 user-defined attributes and to do compression of the
782 page data.