Subject: CVS commit: pkgsrc/print/cups
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 01/10/2004 03:32:09
Module Name:	pkgsrc
Committed By:	jlam
Date:		Sat Jan 10 03:32:09 UTC 2004

Modified Files:
	pkgsrc/print/cups: Makefile PLIST distinfo
	pkgsrc/print/cups/files: cupsd.sh
	pkgsrc/print/cups/patches: patch-af patch-ag patch-ap

Log Message:
Update print/cups to 1.1.20.  Changes from version 1.1.19nb3 include:

Bug fixes:
	- The HTTP code did not use a case-insensitive
	  comparison when checking for the Basic authentication
	  method (STR #407)
	- The cupsaddsmb program didn't export the new CUPS
	  driver for Windows properly (STR #390)
	- The default landscape orientation was not the same as
	  that defined in the PPD file (STR #397)
	- The pdftops filter incorrectly auto-rotated pages when
	  the user already had specified the proper orientation
	  (STR #207)
	- The scheduler did not reset the group list when
	  running CGI and filter processes (STR #185)

Enhancements:
	- Updated the pdftops filter to use the annotation flags
	  instead of the subtype to determine whether to print
	  an annotation (STR #425)
	- The pdftops filter no longer needs to create temporary
	  files with tmpnam (STR #406)
	- The scheduler now waits up to 60 seconds before
	  restarting to allow active jobs to complete printing
	  and pending requests to be processed (STR #226)
	- Added new cupsDoAuthentication(), cupsGetFd(),
	  cupsGetFile(), cupsPutFd(), and cupsPutFile() functions
	  to the CUPS API (STR #112)
	- The PDF filter always scaled and offset pages; this
	  caused problems under MacOS X, so now the "fitplot"
	  option controls whether PDF files are scaled to fit
	  within the printable area of the page (STR #250)
	- Updated the pdftops filter to be based upon Xpdf
	  2.02pl1 (STR #191)


To generate a diff of this commit:
cvs rdiff -r1.69 -r1.70 pkgsrc/print/cups/Makefile
cvs rdiff -r1.10 -r1.11 pkgsrc/print/cups/PLIST
cvs rdiff -r1.23 -r1.24 pkgsrc/print/cups/distinfo
cvs rdiff -r1.17 -r1.18 pkgsrc/print/cups/files/cupsd.sh
cvs rdiff -r1.12 -r1.13 pkgsrc/print/cups/patches/patch-af
cvs rdiff -r1.15 -r1.16 pkgsrc/print/cups/patches/patch-ag
cvs rdiff -r1.3 -r1.4 pkgsrc/print/cups/patches/patch-ap

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.