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