diff options
author | jlam <jlam@pkgsrc.org> | 2002-12-19 22:24:51 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-12-19 22:24:51 +0000 |
commit | c1bb3f6d4604d1e6f8e36925b08c0f1d8ad3e226 (patch) | |
tree | 31fda033550e7e07ceef19671a73976acb2bc2aa /doc | |
parent | c1b343fc4f2a40db6fe6e85fd0c2daf84480259b (diff) | |
download | pkgsrc-c1bb3f6d4604d1e6f8e36925b08c0f1d8ad3e226.tar.gz |
Updated print/cups to 1.1.17. Changes from version 1.1.16 include:
- Bug fixes to the backends and scheduler.
- Bug fixes to the image filters.
- The scheduler now allows accounts authenticated via PAM to not have a
corresponding UNIX account, but group membership still requires the
account name to be listed in the UNIX group file(s)...
- Added some startup performance enhancements to the scheduler so that the
printer object information is regenerated fewer times and the MIME type
database is not filled with lots of empty filters for raw/direct queues.
- The backends now ignore SIGPIPE so that failed job filters will not stop
a print queue.
- User-defined classification strings are now printed verbatim.
- The lpstat command did not allow for destination lists.
- The LPD backend now sends the job title as the print filename.
- Added support for variable sizes in the EPSON dot matrix printer drivers.
This allows for pages as short as 1/2" (1 row of labels) and does not do
an automatic form feed.
- The Solaris USB backend now supports the new device URI syntax.
- The serial backend now enumerates serial ports under MacOS X.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index ebc4c19ff67..8de16142555 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.847 2002/12/19 21:28:41 fredb Exp $ +$NetBSD: CHANGES,v 1.848 2002/12/19 22:26:12 jlam Exp $ Changes to the packages collection and infrastructure in 2002: @@ -4022,3 +4022,4 @@ Changes to the packages collection and infrastructure in 2002: Added wampager-0.9.1 [jmmv 2002-12-19] Updated openslp to 1.0.10 [jlam 2002-12-19] Updated png to 1.2.5nb1 [fredb 2002-12-19] + Updated cups to 1.1.17 [jlam 2002-12-19] |