]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - CHANGES.txt
Merge changes from CUPS 1.5svn-r9400
[thirdparty/cups.git] / CHANGES.txt
index c5f663c418bd02e066cf6ae9501a7e7923099cb9..66066105b0cbe40e34f1291fda10f961f8111b40 100644 (file)
@@ -1,7 +1,41 @@
-CHANGES.txt - 2009-09-11
+CHANGES.txt - 2010-12-01
 ------------------------
 
 CHANGES IN CUPS V1.5b1
 
+       - The web interface can now be disabled using the WebInterface directive
+         in cupsd.conf (STR #2625)
+       - The scheduler now provides privacy controls for jobs and subscriptions
+         (STR #2969)
+       - Added new cupsArrayNew3 API which offers memory management of array
+         elements.
+       - Added several new color spaces to the CUPS raster format (STR #3419)
+       - The Validate-Job operation now uses the same policy as Print-Job by
+         default. 
+       - CUPS now uses iconv to implement all of its character encoding
+         support (STR #3097)
+       - The scheduler now implements the Cancel-Jobs, Cancel-My-Jobs, and
+         Close-Job operations along with the job-ids operation attribute from
+         PWG 5100.11.
+       - The main CUPS header (<cups/cups.h>) no longer includes the PPD header
+         (<cups/ppd.h>).
+       - The scheduler and CUPS API now support the print-quality job template
+         attribute.
+       - The scheduler no longer supports the old Mac OS X Server quota
+         plugin.
+       - The scheduler now allows writing to /Users/Shared from print filters
+         on Mac OS X.
+       - CUPS no longer supports the old ~/.cupsrc or ~/.lpoptions files from
+         CUPS 1.1.x.  The ~/.cups/client.conf and ~/.cups/lpoptions files that
+         were introduced in CUPS 1.2 must now be used.
+       - The ipptest tool is now a first-class user program and has several
+         improvements along with new documentation (STR #3484)
+       - The cupstestppd tool now warns about non-unique filenames and
+         provides a way to ignore all filename warnings.
+       - Dropped support for the recoverable: and recovered: message prefixes.
+       - The scheduler now requires that filters and backends have group write
+         permissions disabled.
        - The PPD compiler now checks for overlapping filenames when writing
          PPD files.
+       - The HP-GL/2 filter is no longer included with CUPS (STR #3322)
+       - The SCSI backend is no longer included with CUPS (STR #3500)