OBS User unknown
2007-05-11 08:35:56 +00:00
committed by Git OBS Bridge
parent ba9326e16a
commit 549d922e1d
6 changed files with 165 additions and 34 deletions

View File

@@ -1,3 +1,70 @@
-------------------------------------------------------------------
Thu May 10 14:07:56 CEST 2007 - kssingvo@suse.de
- Upgrade to cups-1.2.11:
* "make distclean" didn't remove all generated files
* Fixed a bug in the advertisement of classes
* The IPP backend now stays running until the job is actually
printed by the remote server; previously it would stop
monitoring the job if it was held or temporarily stopped
* PDF files were not always printed using the correct orientation
* The scheduler could crash if you specified a bad file: URI for
a printer
* The Renew-Subscription operation now returns the
notify-lease-duration value that was used
* The IPP backend sent job options to IPP printers, however some
printers tried to override the options embedded in the PS/PCL
stream with those job options
* ppdLocalize() now also tries a country-specific localization
for when localizing to a generic locale name.
* The cupstestppd program now allows for partial localizations to
reduce the size of universal PPD files.
* Chinese PPD files were incorrectly tagged with the "cn" locale
(should have been "zh")
* The backends now manage the printer-state-reasons attribute
more accurately
* Java, PHP, Perl, and Python scripts did not work properly
* The scheduler would take forever to start if the maximum number
of file descriptors was set to "unlimited"
* The page-ranges option was incorrectly applied to the banner
pages
* Fixed some GCC compile warnings
* The DBUS notification code was broken for older versions of
DBUS
* The IPv6 code did not compile on HP-UX 11.23
* PPD constraints did not work properly with custom options.
* Regular PPD options with the name "CustomFoo" did not work.
* The USB backend did not work on NetBSD
* The printer-state-reasons attribute was incorrectly cleared
after a job completed
* The scheduler did not set the printer operation policy on
startup, only on soft reload
* The AP_FIRSTPAGE_InputSlot option did not clear any ManualFeed
setting that was made, which caused problems with some PPD
files
* cupsDoFileRequest() and cupsDoRequest() did not abort when
getting an error in the response
* The scheduler did not schedule jobs properly to remote or
nested classes
* Updated the mime.types and mime.convs headers to warn that the
files are overwritten when CUPS is installed. Local changes
should go in local.types or local.convs, respectively
* The scheduler could get in an infinite loop if a printer in an
implicit class disappeared
* The pstops filter did not handle %%EndFeature comments properly
* Fixed a problem with the Polish web page printer icons
* ppdLocalize() now also localizes the cupsICCProfile attributes.
* The scheduler still had a reference to the incorrect
"notify-recipient" attribute
* The "make check" and "make test" subscription tests did not set
the locale
* The "make check" and "make test" subscription tests incorrectly
used the notify-recipient attribute instead of
notify-recipient-uri
* cupsRasterInterpretPPD() incorrectly limited the
cupsBorderlessScalingFactor when specified in the job options.
- adapted cupstestppd patch
-------------------------------------------------------------------
Wed Apr 25 19:11:21 CEST 2007 - kssingvo@suse.de