Subject: CVS commit: pkgsrc/print/cups
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 11/08/2004 16:30:59
Module Name: pkgsrc
Committed By: adam
Date: Mon Nov 8 16:30:59 UTC 2004
Modified Files:
pkgsrc/print/cups: Makefile PLIST distinfo
pkgsrc/print/cups/patches: patch-an
Removed Files:
pkgsrc/print/cups/patches: patch-af patch-ag
Log Message:
Changes 1.1.22:
- The lpstat man page incorrectly listed the "-s" option
as using the equivalent of the "-p" option to list the
printers; it uses the "-v" option to list the printers
(STR #986)
- Now allow 0-length reads in the CUPS file API (STR
#985)
- cupsDoFileRequest() now sets cupsLastError() to
IPP_ERROR on network errors (STR #953)
- The pdftops filter didn't scale small pages up to the
output page size when the fitplot option was used (STR
#984)
- Fixed the ipptest program usage message (STR #959)
- Added Spanish man pages (STR #963)
- Fixed the order of comparisons in the client.conf
reading code (STR #971)
- cupsLangGet() incorrectly set the current locale (STR
#970)
Changes 1.1.22rc2:
- The pdftops filter didn't check the range of all
integer attributes (STR #972)
- Documentation corrections (STR #944, STR #946)
- Also sanitize device URI in argv[0] (STR #933)
- cupsRasterReadHeader() didn't swap bytes for the
numeric fields properly (STR #930)
Changes 1.1.22rc1:
- Now sanitize the device URI that is reported in the
error_log file (STR #920)
- Fixed some memory and file descriptor leaks in the job
dispatch code (STR #921)
- Deleting a printer could cause a crash with browsing
enabled (STR #865, STR #881, STR #928)
- Browsing would turn off if the scheduler got an EAGAIN
error (STR #924)
- The mime.types file didn't recognize PostScript as a
PJL language name (STR #925)
Changes 1.1.21:
- The scheduler did not separate Digest authentication
parameters with commas (STR #882)
- Fixed some problems with image printing to custom page
sizes (STR #891)
- Removed the remaining scheduler code that did not use
the "close-on-exec" file descriptor flag to speed up
program invocations (STR #890)
- The "lpr -r" command removed the print file even if it
was not printed. It now only removes the file if the
job is successfully created (STR #886)
- Revamped the custom page size orientation fix (STR
#127)
- The lp, lpq, lpr, and lpstat commands now report when
an environment variable is pointing to a non-existent
printer instead of just saying "no default
destination" (STR #879)
- Queue names with 2 periods (e.g. "printer..2") were
not supported (STR #866)
To generate a diff of this commit:
cvs rdiff -r1.80 -r1.81 pkgsrc/print/cups/Makefile
cvs rdiff -r1.15 -r1.16 pkgsrc/print/cups/PLIST
cvs rdiff -r1.25 -r1.26 pkgsrc/print/cups/distinfo
cvs rdiff -r1.14 -r0 pkgsrc/print/cups/patches/patch-af
cvs rdiff -r1.16 -r0 pkgsrc/print/cups/patches/patch-ag
cvs rdiff -r1.4 -r1.5 pkgsrc/print/cups/patches/patch-an
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.