[ubuntu/maverick] software-center 2.1.20 (Accepted)

Michael Vogt michael.vogt at ubuntu.com
Wed Sep 15 15:30:26 BST 2010


software-center (2.1.20) maverick; urgency=low

  [ Michael Vogt ]
  * softwarecenter/backend/login_sso.py:
    - improve help text now that ubuntu-sso-client is more flexible
      about it (thanks to Naty Bidart) LP: #624097
  * debian/control:
    - tighten dependency of ubuntu-sso-client (for the helptext)
  * softwarecenter/db/update.py, softwarecenter/db/application.py:
    - add X-AppInstall-Description support and extract it from
      software-center-agent to support long descriptions from
      the agent (LP: #625254)
  * softwarecenter/view/pendingview.py:
    - add pulse for pending purchases (LP: #637377)
  * softwarecenter/utils.py:
    - improve logging of the imagedownloader
    - fix where-is-it for kde4 apps (LP: #635684)
  * softwarecenter/distro/Ubuntu.py:
    - fix icon downloading from extras.ubuntu.com and support possible
      country mirrors
  * softwarecenter/view/appdetailsview_gtk.py:
    - show pulse once the install starts (LP: #637377)
    - support "where is it" for non app-install-data if the desktop
      file has the same name as the package name (LP: #637452)
    - fix icon display in "where is it" if Icon=/path/to/file
  * softwarecenter/apt/aptcache.py:
    - add installed_count to the cache
  * softwarecenter/view/appdetailsview_gtk.py:
    - support bullets with " o item" in the description
      (LP: #584147)
  * send version of the package to screenshots.ubuntu.com so that it
    can return the most appropriate image. that is supported by debshoots
    now thanks to Christoph Haas
  * softwarecenter/backend/aptd.py:
    - fix a flickering in the viewswitcher spinenr when purchasing
      a application
    - hide the "buy" button when installing a purchase, fix uneven
      pulsing
  * merged lp:~mmcg069/software-center/small-ui-fix:
    - fix small horizonal line positioning bug.

  [ Gary Lasker ]
  * softwarecenter/view/softwarepane.py:
    - show a more reasonable number for hidden technical items
      in the installed view of "Provided by Ubuntu"
  * softwarecenter/enums.py,
    softwarecenter/utils.py,
    softwarecenter/view/appdetailsview_gtk.py,
    softwarecenter/view/softwarepane.py,
    softwarecenter/view/widgets/imagedialog.py:
    - create an alternative spinner widget that uses an animated gif
      for when gtk.Spinner is not available (LP: #637422)
  * softwarecenter/view/appview.py:
    - fix crash in _on_transaction_finished (LP: #631132)
    - enable show/hide technical items for "Installed Software"
  * softwarecenter/app.py:
    - fix crash in on_menu_edit_activate (LP: #624913)

  [ Kiwinote ]
  * softwarecenter/view/appdetailsview_gtk.py:
    - add basic a11y support for addon items
    - add a11y support for 'where is it'
  * softwarecenter/view/appview.py:
    - set buttons which aren't rendered insensitive (LP: #630521)
    - use a greyed out 'question mark' icon for pkg not found (LP: #635081)
    - for exact pkg not found matches, we don't always have a appname, whoops
  * softwarecenter/view/cat_view.py:
    - set verbose a11y name for the 'all' button for carousels, such that we
      include the section name (LP: #623163)
  * softwarecenter/view/widgets/pathbar_gtk_atk.py:
    - update a11y text when pathbar part gets new label

  [ Matthew Paul Thomas ]
  * data/software-center.menu.in:
    - remove some entries in 'drawing' and 'painting and editors' which are
      displayed in other subcategories (LP: #532079)

Date: Wed, 15 Sep 2010 16:14:00 +0200
Changed-By: Michael Vogt <michael.vogt at ubuntu.com>
Maintainer: Michael Vogt <mvo at ubuntu.com>
https://launchpad.net/ubuntu/maverick/+source/software-center/2.1.20
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 15 Sep 2010 16:14:00 +0200
Source: software-center
Binary: software-center
Architecture: source
Version: 2.1.20
Distribution: maverick
Urgency: low
Maintainer: Michael Vogt <mvo at ubuntu.com>
Changed-By: Michael Vogt <michael.vogt at ubuntu.com>
Description: 
 software-center - Utility for browsing, installing, and removing applications
Launchpad-Bugs-Fixed: 532079 584147 623163 624097 624913 625254 630521 631132 635081 635684 637377 637422 637452
Changes: 
 software-center (2.1.20) maverick; urgency=low
 .
   [ Michael Vogt ]
   * softwarecenter/backend/login_sso.py:
     - improve help text now that ubuntu-sso-client is more flexible
       about it (thanks to Naty Bidart) LP: #624097
   * debian/control:
     - tighten dependency of ubuntu-sso-client (for the helptext)
   * softwarecenter/db/update.py, softwarecenter/db/application.py:
     - add X-AppInstall-Description support and extract it from
       software-center-agent to support long descriptions from
       the agent (LP: #625254)
   * softwarecenter/view/pendingview.py:
     - add pulse for pending purchases (LP: #637377)
   * softwarecenter/utils.py:
     - improve logging of the imagedownloader
     - fix where-is-it for kde4 apps (LP: #635684)
   * softwarecenter/distro/Ubuntu.py:
     - fix icon downloading from extras.ubuntu.com and support possible
       country mirrors
   * softwarecenter/view/appdetailsview_gtk.py:
     - show pulse once the install starts (LP: #637377)
     - support "where is it" for non app-install-data if the desktop
       file has the same name as the package name (LP: #637452)
     - fix icon display in "where is it" if Icon=/path/to/file
   * softwarecenter/apt/aptcache.py:
     - add installed_count to the cache
   * softwarecenter/view/appdetailsview_gtk.py:
     - support bullets with " o item" in the description
       (LP: #584147)
   * send version of the package to screenshots.ubuntu.com so that it
     can return the most appropriate image. that is supported by debshoots
     now thanks to Christoph Haas
   * softwarecenter/backend/aptd.py:
     - fix a flickering in the viewswitcher spinenr when purchasing
       a application
     - hide the "buy" button when installing a purchase, fix uneven
       pulsing
   * merged lp:~mmcg069/software-center/small-ui-fix:
     - fix small horizonal line positioning bug.
 .
   [ Gary Lasker ]
   * softwarecenter/view/softwarepane.py:
     - show a more reasonable number for hidden technical items
       in the installed view of "Provided by Ubuntu"
   * softwarecenter/enums.py,
     softwarecenter/utils.py,
     softwarecenter/view/appdetailsview_gtk.py,
     softwarecenter/view/softwarepane.py,
     softwarecenter/view/widgets/imagedialog.py:
     - create an alternative spinner widget that uses an animated gif
       for when gtk.Spinner is not available (LP: #637422)
   * softwarecenter/view/appview.py:
     - fix crash in _on_transaction_finished (LP: #631132)
     - enable show/hide technical items for "Installed Software"
   * softwarecenter/app.py:
     - fix crash in on_menu_edit_activate (LP: #624913)
 .
   [ Kiwinote ]
   * softwarecenter/view/appdetailsview_gtk.py:
     - add basic a11y support for addon items
     - add a11y support for 'where is it'
   * softwarecenter/view/appview.py:
     - set buttons which aren't rendered insensitive (LP: #630521)
     - use a greyed out 'question mark' icon for pkg not found (LP: #635081)
     - for exact pkg not found matches, we don't always have a appname, whoops
   * softwarecenter/view/cat_view.py:
     - set verbose a11y name for the 'all' button for carousels, such that we
       include the section name (LP: #623163)
   * softwarecenter/view/widgets/pathbar_gtk_atk.py:
     - update a11y text when pathbar part gets new label
 .
   [ Matthew Paul Thomas ]
   * data/software-center.menu.in:
     - remove some entries in 'drawing' and 'painting and editors' which are
       displayed in other subcategories (LP: #532079)
Checksums-Sha1: 
 37584ebf75bf99268335258d3709512c12a7e34d 1027 software-center_2.1.20.dsc
 38be396507f626014ec75459ceb223656e4f7348 628702 software-center_2.1.20.tar.gz
Checksums-Sha256: 
 0b9f7909db039580056611bce03822eaac16ea2c0eb787ce573143e241290768 1027 software-center_2.1.20.dsc
 a7d07faf2f7cb8dc210df5b970cbc6e6927f92b9345a003dce461ee633ea324b 628702 software-center_2.1.20.tar.gz
Files: 
 d9c158e47d17824c23fd55f170019545 1027 gnome optional software-center_2.1.20.dsc
 0873ce15afca001c0fc2e62c303c3cb2 628702 gnome optional software-center_2.1.20.tar.gz

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

iEYEARECAAYFAkyQ1wcACgkQliSD4VZixzTzugCdEkfobJum4vtCLxCqU9LIpNda
2HYAnRslTRvFbmmWYPrHsQl6/r0ZJChs
=aKOw
-----END PGP SIGNATURE-----


More information about the Maverick-changes mailing list