Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 05/24/2001 06:17:18
Module Name:	pkgsrc
Committed By:	jlam
Date:		Thu May 24 03:17:18 UTC 2001

Modified Files:
	pkgsrc/print/cups: Makefile distinfo

Log Message:
Update cups to 1.1.8.  Relevant changes from version 1.1.7 include:

- The scheduler might restart a stopped printer after stopping a print job.
- The IPP backend did not handle the client-error-not-found error when
  checking the status of the job that was sent.  This caused remote queues
  to stop on client machines when the server had job history disabled.
- Added httpConnectEncrypt() function to avoid performance penalty for
  setting up encrypted connections initially.
- Jobs weren't queued to remote classes (fix from Richard Begg.)
- Fixed the pstops fix for GNOME output - no longer use the page numbers in
  the %%Page: comment since GNOME puts a filename instead (!?@!#?!).
- The imagetops filter produced PAGE: messages when generating PostScript for
  a non-PostScript printer (only affects page-label and Classification
  options.)
- The updated pdftops filter was looking for an options file called xpdf.conf
  instead of pdftops.conf.
- The scheduler would not force the default job sheets for printers to the
  current classification setting.
- Added a new ippFindNextAttribute() function to the CUPS API.
- ppdEmitJCL() now strips any leading path info from the title string.  This
  is only an issue for non-CUPS clients that don't do this already...
- Other pstops fixed from Helge Blischke for printing non-conforming
  documents.
- The MaxJobs parameter was not reset when loading the cupsd.conf file.


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 pkgsrc/print/cups/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/print/cups/distinfo

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