[ubuntu/precise] system-config-printer 1.3.8+20120130-0ubuntu1 (Accepted)

Till Kamppeter till.kamppeter at gmail.com
Mon Jan 30 20:25:23 UTC 2012


system-config-printer (1.3.8+20120130-0ubuntu1) precise; urgency=low

  * New upstream release
     o GIT 1.3.x snapshot from 30 January 2012
     o State of 1.3.8 + 1 additional fix
     o Fixed typo in troubleshooter.
     o Avoid AttributeError in on_btnNPApply_clicked() (Red Hat bug #772112).
     o Added debugging when jobviewer not found (Red Hat bug #757520).
     o Applied patch from Till Kamppeter to use pycurl 'https' support
       for openprinting (CVE-2011-4405).
     o Always use a sequence as args for timedops.TimedSubprocess()
       (patch from Vincent Untz).
     o Added some firewall debugging for Red Hat bug #755913.
     o Fixed typo (LP: #844976).
     o Run probe_printer.py with an argument to run PrinterFinder by hand.
     o More debugging output in PrinterFinder.
     o Really fix SMB probing in PrinterFinder.
     o LpdServer class: spot when we can't connect, and give up (likewise
       in PrinterFinder).
     o Ignore ' All-in-one' suffix for printer model names when comparing
       them (Red Hat bug #751610).
     o Handle HTTP errors from openprinting.org (seen in Red Hat bug #743446).
     o Don't re-open PPD when already available, just to localize marker
       names.
     o Use the monitor's PPD cache in the properties dialog.
     o monitor: provide method for sharing the monitor's PPD cache.
     o cupshelpers: avoid re-opening PPD when not needed (not a leak).
     o Fixed file descriptor leak in PPDCache (LP: #874445).
     o Fixed typo in check-device-ids.py when looking for ID-less
       matches.
     o Require newer pycups; drop compatibility code.
     o Do not connect to CUPS with an empty user name.
     o On asynchronous IPP connections make sure that the password dialog
       is repeated if a wrong password is entered (LP: #653132).
     o Several fixes on credential caching for IPP authentication
       (LP: #653132).
     o Don't penalise pxlmono now that Red Hat bug #661814 is fixed in
       Ghostscript-9.04.
     o Handle new CUPS 1.5 IPP error response IPP_AUTHENTICATION_CANCELED
       (LP: #653132).
     o Show private job attributes for "my jobs" (Red Hat bug #742279).
     o Enable Test Page button when application/postscript is supported.
     o Some preferreddrivers.xml fixes (LP: #855412).
     o Handle errors saving troubleshoot.txt (LP: #789602).
     o Removed some stale code.
     o Make connections list more easily accessible (LP: #842092).
     o Improved handling of remote CUPS queues via DNS-SD, and IPP devices.
     o Better display of CUPS servers from "Find Network Printer".
     o Fixed SMB method for printer finder.
     o Don't handle tooltips during mainloop recursion (Red Hat bug #664044,
       Red Hat bug #739734).
     o Fixed bold print of tab labels on option conflicts.
     o Preserve installable options on driver change.
     o Update printer properties dialog correctly when PPD changed.
     o Fixed typo triggered by private job attributes (LP: #827573).
     o Marked some translatable strings that weren't (Red Hat bug #734313).
  * debian/patches/23_unblock-pxlmono-driver.patch,
    debian/patches/24_expand_connections_list.patch,
    debian/patches/30_improve-handling-of-ipp-printer-devices.patch,
    debian/patches/33_probe-printer-remove-debug-code.patch,
    debian/patches/35_do-not-label-cups-servers-by-the-first-printer-found.patch,
    debian/patches/40_improve-handling-of-remote-cups-queues-via-dnssd.patch,
    debian/patches/45_make-connections-list-easily-accessible.patch,
    debian/patches/50_preferreddrivers-xml-fix-drivertype-recognition.patch,
    debian/patches/53_handle-new-cups-1.5-ipp-error-response-ipp-authentication-canceled-authconn.patch,
    debian/patches/55_handle-new-cups-1.5-ipp-error-response-ipp-authentication-canceled-asyncipp.patch,
    debian/patches/57_fix-broken-setting-of-ipp-auth-canceled-constant.patch,
    debian/patches/60_fix-password-cache.patch,
    debian/patches/63_repeat-authorization-when-try-as-root-fails-asyncipp.patch,
    debian/patches/65_do-not-connect-to-cups-with-empty-username.patch,
    debian/patches/73_fix_file_descriptor_leak_in_ppdcache.patch,
    debian/patches/74_CVE-2011-4405.patch: Removed, applied upstream.
  * debian/patches/37_allow-printing-test-page-on-remote-printer-without-ppd.patch:
    Regenerated.
  * debian/control: Depend on python-cups 1.9.60.

Date: Mon, 30 Jan 2012 15:05:01 +0100
Changed-By: Till Kamppeter <till.kamppeter at gmail.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/precise/+source/system-config-printer/1.3.8+20120130-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 30 Jan 2012 15:05:01 +0100
Source: system-config-printer
Binary: system-config-printer-common system-config-printer-udev system-config-printer-gnome python-cupshelpers
Architecture: source
Version: 1.3.8+20120130-0ubuntu1
Distribution: precise
Urgency: low
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Till Kamppeter <till.kamppeter at gmail.com>
Description: 
 python-cupshelpers - Python modules for printer configuration with CUPS
 system-config-printer-common - Printer configuration GUI
 system-config-printer-gnome - Printer configuration GUI
 system-config-printer-udev - Printer auto-configuration facility based on udev
Launchpad-Bugs-Fixed: 653132 789602 827573 842092 844976 855412 874445
Changes: 
 system-config-printer (1.3.8+20120130-0ubuntu1) precise; urgency=low
 .
   * New upstream release
      o GIT 1.3.x snapshot from 30 January 2012
      o State of 1.3.8 + 1 additional fix
      o Fixed typo in troubleshooter.
      o Avoid AttributeError in on_btnNPApply_clicked() (Red Hat bug #772112).
      o Added debugging when jobviewer not found (Red Hat bug #757520).
      o Applied patch from Till Kamppeter to use pycurl 'https' support
        for openprinting (CVE-2011-4405).
      o Always use a sequence as args for timedops.TimedSubprocess()
        (patch from Vincent Untz).
      o Added some firewall debugging for Red Hat bug #755913.
      o Fixed typo (LP: #844976).
      o Run probe_printer.py with an argument to run PrinterFinder by hand.
      o More debugging output in PrinterFinder.
      o Really fix SMB probing in PrinterFinder.
      o LpdServer class: spot when we can't connect, and give up (likewise
        in PrinterFinder).
      o Ignore ' All-in-one' suffix for printer model names when comparing
        them (Red Hat bug #751610).
      o Handle HTTP errors from openprinting.org (seen in Red Hat bug #743446).
      o Don't re-open PPD when already available, just to localize marker
        names.
      o Use the monitor's PPD cache in the properties dialog.
      o monitor: provide method for sharing the monitor's PPD cache.
      o cupshelpers: avoid re-opening PPD when not needed (not a leak).
      o Fixed file descriptor leak in PPDCache (LP: #874445).
      o Fixed typo in check-device-ids.py when looking for ID-less
        matches.
      o Require newer pycups; drop compatibility code.
      o Do not connect to CUPS with an empty user name.
      o On asynchronous IPP connections make sure that the password dialog
        is repeated if a wrong password is entered (LP: #653132).
      o Several fixes on credential caching for IPP authentication
        (LP: #653132).
      o Don't penalise pxlmono now that Red Hat bug #661814 is fixed in
        Ghostscript-9.04.
      o Handle new CUPS 1.5 IPP error response IPP_AUTHENTICATION_CANCELED
        (LP: #653132).
      o Show private job attributes for "my jobs" (Red Hat bug #742279).
      o Enable Test Page button when application/postscript is supported.
      o Some preferreddrivers.xml fixes (LP: #855412).
      o Handle errors saving troubleshoot.txt (LP: #789602).
      o Removed some stale code.
      o Make connections list more easily accessible (LP: #842092).
      o Improved handling of remote CUPS queues via DNS-SD, and IPP devices.
      o Better display of CUPS servers from "Find Network Printer".
      o Fixed SMB method for printer finder.
      o Don't handle tooltips during mainloop recursion (Red Hat bug #664044,
        Red Hat bug #739734).
      o Fixed bold print of tab labels on option conflicts.
      o Preserve installable options on driver change.
      o Update printer properties dialog correctly when PPD changed.
      o Fixed typo triggered by private job attributes (LP: #827573).
      o Marked some translatable strings that weren't (Red Hat bug #734313).
   * debian/patches/23_unblock-pxlmono-driver.patch,
     debian/patches/24_expand_connections_list.patch,
     debian/patches/30_improve-handling-of-ipp-printer-devices.patch,
     debian/patches/33_probe-printer-remove-debug-code.patch,
     debian/patches/35_do-not-label-cups-servers-by-the-first-printer-found.patch,
     debian/patches/40_improve-handling-of-remote-cups-queues-via-dnssd.patch,
     debian/patches/45_make-connections-list-easily-accessible.patch,
     debian/patches/50_preferreddrivers-xml-fix-drivertype-recognition.patch,
     debian/patches/53_handle-new-cups-1.5-ipp-error-response-ipp-authentication-canceled-authconn.patch,
     debian/patches/55_handle-new-cups-1.5-ipp-error-response-ipp-authentication-canceled-asyncipp.patch,
     debian/patches/57_fix-broken-setting-of-ipp-auth-canceled-constant.patch,
     debian/patches/60_fix-password-cache.patch,
     debian/patches/63_repeat-authorization-when-try-as-root-fails-asyncipp.patch,
     debian/patches/65_do-not-connect-to-cups-with-empty-username.patch,
     debian/patches/73_fix_file_descriptor_leak_in_ppdcache.patch,
     debian/patches/74_CVE-2011-4405.patch: Removed, applied upstream.
   * debian/patches/37_allow-printing-test-page-on-remote-printer-without-ppd.patch:
     Regenerated.
   * debian/control: Depend on python-cups 1.9.60.
Checksums-Sha1: 
 8a45795e2627c4e8d87c899e013587249ed4ffcc 1708 system-config-printer_1.3.8+20120130-0ubuntu1.dsc
 625c22649b1fdb530507f3807d6eaeff29dfe564 1996489 system-config-printer_1.3.8+20120130.orig.tar.gz
 51d14a63f7dbd0293628974d8fd966473407d00c 145991 system-config-printer_1.3.8+20120130-0ubuntu1.diff.gz
Checksums-Sha256: 
 fd421eef636867b600975f3fba33af25694fa6a95b43f3747ef380645df88dab 1708 system-config-printer_1.3.8+20120130-0ubuntu1.dsc
 4512baf4e3c38f195c1c491284c29adf4323a4e13dea46c4cfbf973ce80bf0b1 1996489 system-config-printer_1.3.8+20120130.orig.tar.gz
 4a387de5446ea6b09d3026e8976b703517aa3d519f8eeafa7d88c27d0d537402 145991 system-config-printer_1.3.8+20120130-0ubuntu1.diff.gz
Files: 
 5d3680e0471d072626a9a62950a2f564 1708 gnome optional system-config-printer_1.3.8+20120130-0ubuntu1.dsc
 6dd7f667450b1abbbc51a696c75738c7 1996489 gnome optional system-config-printer_1.3.8+20120130.orig.tar.gz
 be17471c7f30fe3d918079bb191915a9 145991 gnome optional system-config-printer_1.3.8+20120130-0ubuntu1.diff.gz
Original-Maintainer: Otavio Salvador <otavio at ossystems.com.br>

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

iEYEARECAAYFAk8m/GgACgkQTuVatl/cKEkugQCdHunizCIhsYf5WJW/EoQ4vjIZ
3yAAn3yuhD+fsRaky0J6bN9ytdIeP0K5
=w7JK
-----END PGP SIGNATURE-----


More information about the Precise-changes mailing list