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

Michael Vogt michael.vogt at ubuntu.com
Fri Sep 3 09:50:28 BST 2010


software-center (2.1.15) maverick; urgency=low

  [ Michael Vogt ]
  * softwarecenter/view/purchasedialog.py:
    - fix size and title for additional webkit windows (LP: #625385)
  * softwarecenter/db/update.py:
    - fix screenshot url and thumbnail url loading
  * softwarecenter/enums.py:
    - switch default to buy-host to software-center.ubuntu.com
    - allow override via the SOFTWARE_CENTER_BUY_HOST environment
      (useful for testing)
  * softwarecenter/backend/aptd.py:
    - make defaults for addons_{install,remove} empty lists instead
      of None to prevent crash when called with a empty argument
    - use AptClinet.install_packages() instead of commit_packages()
      for the install of commercial stuff to get the benefit of
      aptdaemons 03_auth_me_less patch
  * softwarecenter/backend/restfulclient.py:
    - point SERVICE_ROOT for the internal login service to production
  * softwarecenter/view/appdetailsview_gtk.py:
    - minor logging improvements
  * merged lp:~mmcg069/software-center/pathbar-clip-fix that ensures
    proper clipping for the pathbar, many thanks!
  * softwarecenter/view/channelpane.py:
    - fix flicker in channelspane on db-reopen and add regression
      test
  * merged lp:~mvo/software-center/less-flicker that fixes some
    UI flicker/ghost activity (LP: #626733)
  * softwarecenter/backend/aptd.py:
    - if reload() fails when adding a commercial PPA that may be
      because there is a 5 min delay between software-center-agent
      telling us its available and it becoming availalbe in launchpad.
      In this case, retry up to 5 minutes to get the repo
      (LP: #627608)
  * merged  lp:~mmcg069/software-center/prelight-icon-onhover
    (many thanks!)
  * merged lp:~mmcg069/software-center/cat-flags to support
    internal flags in the menu files

  [ Gary Lasker ]
  * merge lp:~mmcg069/software-center/misbehaving-pathbar-fix, fixes
    pathbar no longer shrinking to available width (LP: #625210),
    many thanks Matthew McGowan!
  * softwarecenter/view/viewswitcher.py:
    - only update the channel list when a model is available
      (LP: #628394)

  [ Kiwinote ]
  * data/dialogs.ui:
    - only display vscrollbar if needed for dependency removal alert
    - tweak window properties for dependency removal alert
  * data/SoftwareCenter.ui:
    - tweak window properties for the rebuilding window
  * po/POTFILES.in:
    - mark data/ui/dialogs.ui for translation
  * software-center:
    - fix typo, thanks Jeremy Bicha! (LP: #625729)
  * softwarecenter/app.py:
    - always make s-c sensitive again after catalog is rebuilt (LP: #626513)
  * softwarecenter/apt/aptcache.py:
    - don't crash when no LANGPACK_PKGDEPENDS file exists (LP: #625562)
    - speed improvements for get_addons()
    - don't allow randompkg-something to list randompkg as an add-on
  * softwarecenter/db/application.py:
    - fail nicely if a deb file can't be opened
  * softwarecenter/view/appdetailsview_gtk.py:
    - don't use capitalize() on add-on names, much thanks to Severin Heiniger!
      lp:~lantash/ubuntu/maverick/software-center/fixes-626067 (LP: #626067)
    - fix AttributeError while running test_appdetails_view.py
    - tweak padding between buttons in addons bar (LP: #625230)
    - don't reload screenshot (ie flicker) if we refresh an existing page
    - fix typo (LP: #622750)
    - fix some broken logic which gives wrong total size (LP: #624578)
    - show "x when installed" when addons are selected for installed pkg
    - fix a quirk so that the download size is not always 0
    - hide totalsize info when we have an error
  * softwarecenter/view/availablepane.py,
    softwarecenter/view/channelpane.py:
    - add translators comment to clarify underscore behaviour (LP: #626718)
  * softwarecenter/view/historypane.py:
    - tweak string for consistency (LP: #627215)
    - hide the architecture (introduced by new apt a little while back)
  * softwarecenter/view/purchasedialog.py:
    - don't show as 'untitled window' in taskbar

Date: Thu, 02 Sep 2010 16:58:38 +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.15
-------------- next part --------------
Format: 1.8
Date: Thu, 02 Sep 2010 16:58:38 +0200
Source: software-center
Binary: software-center
Architecture: source
Version: 2.1.15
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: 622750 624578 625210 625230 625385 625562 625729 626067 626513 626718 626733 627215 627608 628394
Changes: 
 software-center (2.1.15) maverick; urgency=low
 .
   [ Michael Vogt ]
   * softwarecenter/view/purchasedialog.py:
     - fix size and title for additional webkit windows (LP: #625385)
   * softwarecenter/db/update.py:
     - fix screenshot url and thumbnail url loading
   * softwarecenter/enums.py:
     - switch default to buy-host to software-center.ubuntu.com
     - allow override via the SOFTWARE_CENTER_BUY_HOST environment
       (useful for testing)
   * softwarecenter/backend/aptd.py:
     - make defaults for addons_{install,remove} empty lists instead
       of None to prevent crash when called with a empty argument
     - use AptClinet.install_packages() instead of commit_packages()
       for the install of commercial stuff to get the benefit of
       aptdaemons 03_auth_me_less patch
   * softwarecenter/backend/restfulclient.py:
     - point SERVICE_ROOT for the internal login service to production
   * softwarecenter/view/appdetailsview_gtk.py:
     - minor logging improvements
   * merged lp:~mmcg069/software-center/pathbar-clip-fix that ensures
     proper clipping for the pathbar, many thanks!
   * softwarecenter/view/channelpane.py:
     - fix flicker in channelspane on db-reopen and add regression
       test
   * merged lp:~mvo/software-center/less-flicker that fixes some
     UI flicker/ghost activity (LP: #626733)
   * softwarecenter/backend/aptd.py:
     - if reload() fails when adding a commercial PPA that may be
       because there is a 5 min delay between software-center-agent
       telling us its available and it becoming availalbe in launchpad.
       In this case, retry up to 5 minutes to get the repo
       (LP: #627608)
   * merged  lp:~mmcg069/software-center/prelight-icon-onhover
     (many thanks!)
   * merged lp:~mmcg069/software-center/cat-flags to support
     internal flags in the menu files
 .
   [ Gary Lasker ]
   * merge lp:~mmcg069/software-center/misbehaving-pathbar-fix, fixes
     pathbar no longer shrinking to available width (LP: #625210),
     many thanks Matthew McGowan!
   * softwarecenter/view/viewswitcher.py:
     - only update the channel list when a model is available
       (LP: #628394)
 .
   [ Kiwinote ]
   * data/dialogs.ui:
     - only display vscrollbar if needed for dependency removal alert
     - tweak window properties for dependency removal alert
   * data/SoftwareCenter.ui:
     - tweak window properties for the rebuilding window
   * po/POTFILES.in:
     - mark data/ui/dialogs.ui for translation
   * software-center:
     - fix typo, thanks Jeremy Bicha! (LP: #625729)
   * softwarecenter/app.py:
     - always make s-c sensitive again after catalog is rebuilt (LP: #626513)
   * softwarecenter/apt/aptcache.py:
     - don't crash when no LANGPACK_PKGDEPENDS file exists (LP: #625562)
     - speed improvements for get_addons()
     - don't allow randompkg-something to list randompkg as an add-on
   * softwarecenter/db/application.py:
     - fail nicely if a deb file can't be opened
   * softwarecenter/view/appdetailsview_gtk.py:
     - don't use capitalize() on add-on names, much thanks to Severin Heiniger!
       lp:~lantash/ubuntu/maverick/software-center/fixes-626067 (LP: #626067)
     - fix AttributeError while running test_appdetails_view.py
     - tweak padding between buttons in addons bar (LP: #625230)
     - don't reload screenshot (ie flicker) if we refresh an existing page
     - fix typo (LP: #622750)
     - fix some broken logic which gives wrong total size (LP: #624578)
     - show "x when installed" when addons are selected for installed pkg
     - fix a quirk so that the download size is not always 0
     - hide totalsize info when we have an error
   * softwarecenter/view/availablepane.py,
     softwarecenter/view/channelpane.py:
     - add translators comment to clarify underscore behaviour (LP: #626718)
   * softwarecenter/view/historypane.py:
     - tweak string for consistency (LP: #627215)
     - hide the architecture (introduced by new apt a little while back)
   * softwarecenter/view/purchasedialog.py:
     - don't show as 'untitled window' in taskbar
Checksums-Sha1: 
 fe2e3fa552030b75e47cc1b891a37a6d5a6dca4d 1027 software-center_2.1.15.dsc
 784c552c092845fa5ec77b8b8db04812c5ab094d 606896 software-center_2.1.15.tar.gz
Checksums-Sha256: 
 0f4dec9e0c9c32dfa90569b37ab6b9603fb993be84b00518e28c09f4ea2c499e 1027 software-center_2.1.15.dsc
 dd547ee157b91bea1023bce560f5ecffe878dc32170b36bb22f9d5408a873404 606896 software-center_2.1.15.tar.gz
Files: 
 7303fad00f79332ae89ba5621f5d0506 1027 gnome optional software-center_2.1.15.dsc
 95e09e7714757f838ed293005f506a75 606896 gnome optional software-center_2.1.15.tar.gz


More information about the Maverick-changes mailing list