Accepting request 121920 from home:jsmeix:branches:Printing

Upgrade to CUPS 1.5.3

OBS-URL: https://build.opensuse.org/request/show/121920
OBS-URL: https://build.opensuse.org/package/show/Printing/cups?expand=0&rev=241
This commit is contained in:
2012-05-23 12:12:05 +00:00
committed by Git OBS Bridge
parent 1843c82322
commit ae203d9d2c
5 changed files with 96 additions and 7 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Wed May 16 14:32:36 CEST 2012 - jsmeix@suse.de
- Upgraded to CUPS 1.5.3 (mainly a bugfix release) that fixes
a number of PostScript, SSL, authenticated printing,
and networking issues.
Excerpt:
* The scheduler could crash if a PPD file contained
an invalid paper size (STR #4049).
* Missing localizations caused empty output (STR #4033).
* Changed how timeouts are implemented in the LPD backend
(STR #4013).
* The default InputSlot setting was never used (STR #3957).
* Fixed the IPP backend's handling of HTTP/1.0 compatibility
(STR #3988).
For a complete list see the CHANGES.txt file.
- revert_cups-ssl.m4_to_1.5.2.patch reverts cups-ssl.m4 to what
it was in CUPS 1.5.2 so that autoconf produces a syntactically
correct configure script otherwise "bash -n configure" fails
with "syntax error: unexpected end of file",
see http://www.cups.org/str.php?L4084
-------------------------------------------------------------------
Thu Apr 12 10:53:55 CEST 2012 - jsmeix@suse.de