Accepting request 86885 from home:jsmeix:branches:Printing

cups: upgrade to version 1.5.0 (bnc#722057)

OBS-URL: https://build.opensuse.org/request/show/86885
OBS-URL: https://build.opensuse.org/package/show/Printing/cups?expand=0&rev=228
This commit is contained in:
2011-10-06 09:36:19 +00:00
committed by Git OBS Bridge
parent a4c0c8e305
commit 7896b9daf5
7 changed files with 116 additions and 357 deletions

View File

@@ -1,3 +1,57 @@
-------------------------------------------------------------------
Thu Oct 6 11:00:09 CEST 2011 - jsmeix@suse.de
- Upgraded to CUPS 1.5.0 (openSUSE Bugzilla bnc#722057)
Backward incompatible changes:
* The main header cups/cups.h no longer includes the PPD header
cups/ppd.h which may require code changes to applications.
* 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 scheduler now requires that filters and backends
have group write permissions disabled (security).
* The HP-GL/2 filter is no longer included (STR #3322).
* The SCSI backend is no longer included (STR #3500).
Other changes:
* Updated the PostScript filter to support IncludeFeature
in more circumstances (STR #3417).
* The scheduler now sets the process group for child processes
and manages the group (STR #2829).
* The scheduler now more carefully creates and removes
configuration, cache, and state files (STR #3715).
* The lpadmin command now allows default option values
to be deleted (STR #2959).
* Restored support for GNU TLS and OpenSSL with threading
enabled (STR #3605, STR #3461).
Therefore cups-1.4.4-str3461-1.4.reverted.patch
is no longer needed (openSUSE Bugzilla bnc#617026).
* Increased the default RIPCache value to 128MB (STR #3535).
Therefore cups-1.4.4-set_default_RIPCache_128m.patch
is no longer needed (openSUSE Bugzilla bnc#628233).
* Updated PDF filter to support Ghostscript ps2write (STR #3766).
* Updated PDF filter to support Poppler option to preserve page
sizes in PDF files when the user has not selected a particular
media size (STR #3689).
* Added new PWG Raster filter for IPP Everywhere printer support.
* Added support for a new cupsFilter2 keyword in PPD files
to allow for the propagation of the actual MIME media type
produced by a filter.
* Name resolution errors no longer no longer cause
queues to stop (STR #3719, STR #3753). See also
https://bugzilla.novell.com/show_bug.cgi?id=337794#c16
* Added a new cups-exec helper program that applies security
profiles to filters, port monitors, backends, CGI programs,
and mini-daemons.
* The web interface can now be disabled using the WebInterface
directive in cupsd.conf (STR #2625).
* The ipptest tool is now a first-class user program (STR #3484).
For a complete list see the CHANGES.txt file.
- cups-1.4.4-str3461-1.4.reverted.patch (bnc#617026) and
cups-1.4.4-set_default_RIPCache_128m.patch (bnc#628233)
are no longer needed because the issues are fixed upstream.
cups-1.5-additional_policies.patch (fate#303515) replaces the
cups-1.4-additional_policies.patch which does no longer apply.
-------------------------------------------------------------------
Fri Sep 30 20:07:52 UTC 2011 - coolo@suse.com