[ubuntu/quantal] cups 1.5.3-3 (Accepted)

Martin Pitt martin.pitt at ubuntu.com
Mon Jul 9 05:06:05 UTC 2012


cups (1.5.3-3) experimental; urgency=low

  * debian/patches/usb-backend-further-enhancements.patch: Added latest
    development work on the libusb-based USB backend:
     - Support for uni-directional devices, both protocol-1 devices and
       devices where no read endpoint is found.
     - Soft reset specific to the "PRINTER" device class. This allows a
       reset without reconnecting.
     - When closing the device, it will also get reset to its original
       configuration, before re-attaching the usblp kernel module. Do not
       restore the configuration setting when the old configuration was zero,
       as zero means "unconfigured".
     - Added option "usb-unidir" to force the backend into uni-directional
       mode. This allows to work around problems with bi-di communications,
       especially also a delay at the end of the job caused by closing the
       read channel (happens only for some devices, LP: #1001028). Also
       useful for debugging.
     - Added the quirk management of the usblp kernel module. So the problems
       of all printers which were worked around in the kernel module are
       also worked around in the libusb-based CUPS backend now (LP: #1000253).
     - Added new quirk type to quirk manager: Printers for which the usblp
       kernel module should not get reattached after printing a job
       (LP: #1000253, perhaps also LP: #995111).
     - Added additional quirks for the Prolific Technology USB -> Parallel
       adapter, as the adapter needs uni-directional mode to be forced and
       also does not like re-attaching the usblp kernel module after the
       job (last third of last page gets cut off, re-attaching probably
       sends a reset to the printer while there is still data to be printed
       in the printer's internal buffer (LP: #987485).
     - Added the command line option "usb-no-reattach". With the option set
       the usblp kernel module does not get reattached after a job has been
       printed. Some printers cut off the end of the job or even crash by
       re-attaching the module. This is a development/debug mode to test
       whether re-attaching was the culprit of a problem. Users should
       report such issues so that their printers can get added to the quirk
       list.
     - Some extra debug messages.
     - Added a missing libusb_free_config_descriptor().
    This patch is submitted upstream as CUPS STR #4128.
  * debian/patches/add-ipp-backend-of-cups-1.4.patch, debian/cups.config,
    debian/cups.lintian-overrides, debian/cups.postinst, debian/cups.prerm,
    debian/cups.templates: Add the IPP backend of CUPS 1.4.x to the current
    CUPS package as independent backend "ipp14". Some devices (like the
    LiveBox 2) do not work with the current IPP backend (LP: #945028,
    LP: #973270, LP: #990734, LP: #992468, LP: #992982).
  * debian/patches/ipp-backend-cups-1.5.4-fixes.patch: Backported latest
    fixes on the IPP backend from upstream.
  * debian/local/blacklist-cups-usblp.conf, debian/cups.postinst,
    debian/cups.install, debian/cups.preinst, debian/cups.postinst,
    debian/cups.postrm: As we have vastly improved the USB backend, we try to
    work without blacklisting the usblp kernel module again during the
    development cycle of Ubuntu Quantal.

Date: Fri,  6 Jul 2012 17:28:01 +0200
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Maintainer: Debian CUPS Maintainers <pkg-cups-devel at lists.alioth.debian.org>
Origin: debian/experimental
https://launchpad.net/ubuntu/quantal/+source/cups/1.5.3-3
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri,  6 Jul 2012 17:28:01 +0200
Source: cups
Binary: libcups2 libcupsimage2 libcupscgi1 libcupsdriver1 libcupsmime1 libcupsppdc1 cups cups-client libcups2-dev libcupsimage2-dev libcupscgi1-dev libcupsdriver1-dev libcupsmime1-dev libcupsppdc1-dev cups-bsd cups-common cups-ppdc cups-dbg cupsddk
Architecture: source
Version: 1.5.3-3
Distribution: quantal
Urgency: low
Maintainer: Debian CUPS Maintainers <pkg-cups-devel at lists.alioth.debian.org>
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Description: 
 cups       - Common UNIX Printing System(tm) - server
 cups-bsd   - Common UNIX Printing System(tm) - BSD commands
 cups-client - Common UNIX Printing System(tm) - client programs (SysV)
 cups-common - Common UNIX Printing System(tm) - common files
 cups-dbg   - Common UNIX Printing System(tm) - debugging symbols
 cups-ppdc  - Common UNIX Printing System(tm) - PPD manipulation utilities
 cupsddk    - Common UNIX Printing System (transitional package)
 libcups2   - Common UNIX Printing System(tm) - Core library
 libcups2-dev - Common UNIX Printing System(tm) - Development files CUPS library
 libcupscgi1 - Common UNIX Printing System(tm) - CGI library
 libcupscgi1-dev - Common UNIX Printing System(tm) - Development files for CGI libra
 libcupsdriver1 - Common UNIX Printing System(tm) - Driver library
 libcupsdriver1-dev - Common UNIX Printing System(tm) - Development files driver librar
 libcupsimage2 - Common UNIX Printing System(tm) - Raster image library
 libcupsimage2-dev - Common UNIX Printing System(tm) - Development files CUPS image li
 libcupsmime1 - Common UNIX Printing System(tm) - MIME library
 libcupsmime1-dev - Common UNIX Printing System(tm) - Development files MIME library
 libcupsppdc1 - Common UNIX Printing System(tm) - PPD manipulation library
 libcupsppdc1-dev - Common UNIX Printing System(tm) - Development files PPD library
Launchpad-Bugs-Fixed: 945028 973270 987485 990734 992468 992982 995111 1000253 1001028
Changes: 
 cups (1.5.3-3) experimental; urgency=low
 .
   * debian/patches/usb-backend-further-enhancements.patch: Added latest
     development work on the libusb-based USB backend:
      - Support for uni-directional devices, both protocol-1 devices and
        devices where no read endpoint is found.
      - Soft reset specific to the "PRINTER" device class. This allows a
        reset without reconnecting.
      - When closing the device, it will also get reset to its original
        configuration, before re-attaching the usblp kernel module. Do not
        restore the configuration setting when the old configuration was zero,
        as zero means "unconfigured".
      - Added option "usb-unidir" to force the backend into uni-directional
        mode. This allows to work around problems with bi-di communications,
        especially also a delay at the end of the job caused by closing the
        read channel (happens only for some devices, LP: #1001028). Also
        useful for debugging.
      - Added the quirk management of the usblp kernel module. So the problems
        of all printers which were worked around in the kernel module are
        also worked around in the libusb-based CUPS backend now (LP: #1000253).
      - Added new quirk type to quirk manager: Printers for which the usblp
        kernel module should not get reattached after printing a job
        (LP: #1000253, perhaps also LP: #995111).
      - Added additional quirks for the Prolific Technology USB -> Parallel
        adapter, as the adapter needs uni-directional mode to be forced and
        also does not like re-attaching the usblp kernel module after the
        job (last third of last page gets cut off, re-attaching probably
        sends a reset to the printer while there is still data to be printed
        in the printer's internal buffer (LP: #987485).
      - Added the command line option "usb-no-reattach". With the option set
        the usblp kernel module does not get reattached after a job has been
        printed. Some printers cut off the end of the job or even crash by
        re-attaching the module. This is a development/debug mode to test
        whether re-attaching was the culprit of a problem. Users should
        report such issues so that their printers can get added to the quirk
        list.
      - Some extra debug messages.
      - Added a missing libusb_free_config_descriptor().
     This patch is submitted upstream as CUPS STR #4128.
   * debian/patches/add-ipp-backend-of-cups-1.4.patch, debian/cups.config,
     debian/cups.lintian-overrides, debian/cups.postinst, debian/cups.prerm,
     debian/cups.templates: Add the IPP backend of CUPS 1.4.x to the current
     CUPS package as independent backend "ipp14". Some devices (like the
     LiveBox 2) do not work with the current IPP backend (LP: #945028,
     LP: #973270, LP: #990734, LP: #992468, LP: #992982).
   * debian/patches/ipp-backend-cups-1.5.4-fixes.patch: Backported latest
     fixes on the IPP backend from upstream.
   * debian/local/blacklist-cups-usblp.conf, debian/cups.postinst,
     debian/cups.install, debian/cups.preinst, debian/cups.postinst,
     debian/cups.postrm: As we have vastly improved the USB backend, we try to
     work without blacklisting the usblp kernel module again during the
     development cycle of Ubuntu Quantal.
Checksums-Sha1: 
 10779d19419696b497304dd7607a874d370e9f1e 3415 cups_1.5.3-3.dsc
 c4d1499b074c12f0fd7de04c552932421e47347f 328727 cups_1.5.3-3.debian.tar.gz
Checksums-Sha256: 
 1faaaf41697430c07c1a62b7c55e766656c6a46081e40d168ac07f8696a72316 3415 cups_1.5.3-3.dsc
 4a5bbd33d70ffa001961f903c0e7d90cfc21e1a7dce0fec638c03b72f8864d82 328727 cups_1.5.3-3.debian.tar.gz
Files: 
 ebb9e7e72a1143892ba44ab67cd341fa 3415 net optional cups_1.5.3-3.dsc
 c3f8e4b837e95f7c9d018c0e680c4b21 328727 net optional cups_1.5.3-3.debian.tar.gz
Origin: debian/experimental

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJP+mYnAAoJEPmIJawmtHuffpgP/1x34hmAtYrAK4Ffpm38Re32
ukz+PowDapkMiPLHDfe8RYExIFPrZcaMwvPNiyEeDrqpjIkwgTDRN9jBd6lzEROm
DGbs+usZMC4pOvvleTmvzgYtWxCelbQUnTXiV1Gwuc3n6ooZb4jTqbRe6jQ+Mxee
wVSOqOwpn0AsP8eKcEeSjMF+OebBTX6iwJFXbMvFspdLLle0x3R16MCuUxR9wNvX
NCS33xXIZLtB7rZjL9oj8UDHZ53eC0bEHHCqEvnxLwR/sAeIgQ8tYzPUHXhNnoVO
FERyKTiEqlAb48tSoV9JY9dRP6/IQq6MYgtzeauV/hfkwOkTb+Nba+VFbPtR2VCh
gyDR1nVOdkeHtveqHpUajB7UN1y5hGrYs1xjTesQLw6KAP9nuGzYrWpKQLOX2D6j
MeJA78wCnJgyFOHaIfTvID6AqcqjcBc4vfQvY10zkygzZ4SR22F1ykCOyTi7Ap+7
mXlsyOuCf4+mkV42GX23Si+i2g9CpdEdVWzQw+VqnAFnYlsF4pQVnh3iwUZUcTDU
y+cmUSoXJi2g695CpITuHUWT+oEUpdF2/bDY+d5tW2xwEri7Ymm5ugcTmtNCLEKr
WocCiigWysfyYAAGqBXj/P020W25WPt+B855rNekY32OXjFFWipaDrxKUGbrjPL8
HXniDHITIfUxGZcuYd5j
=VTIy
-----END PGP SIGNATURE-----


More information about the Quantal-changes mailing list