[ubuntu/quantal] software-center 5.3.7 (Accepted)

Michael Vogt michael.vogt at ubuntu.com
Fri Aug 17 10:13:29 UTC 2012


software-center (5.3.7) quantal; urgency=low

  [ Michael Vogt ]
  * lp:~mvo/software-center/cleanup-in-config-code:
    - consolidate and simplify config handling for
      all configuration values
  * lp:~mvo/software-center/distro-detection-robustness:
    - tweak the distro detection to make it more robust
      against changes in the case for the plattform string
      and also makes the filenames/classnames more pythonic
  * lp:~mvo/software-center/fix-seperator-crash:
    - remove instance of self.separator_login as we do not
      use this anymore, prevents a crash
  * lp:~mvo/software-center/improve-test-for-config:
    - additional unit tests for the config handling code
  * lp:~mvo/software-center/set-ssl-stuff-in-webkitwidget:
    - move the webkit.py file into 'widgets' and consolidate
      all of the webkit settings there
  * lp:~mvo/software-center/use-lxml:
    - use python-lxml instead of xml.etree as the former is
      quite a bit faster
  * lp:~mvo/software-center/new-pep8 :
    - use pep8 comandline instead of "import pep8" to make it work again
      on quantal where the internal API of pep8 has changed
  * merged 5.2 branch that includes fix for LP: #1026494
  * lp:~mvo/software-center/cache-for-parse-applications-menu:
    - cache the result of parse_applications menu so it is run
      only once for better startup performance
  * lp:~mvo/software-center/lp913966:
    - support the new gnome 3 in the "where is it" feature
      (LP: #913966)
  * lp:~mvo/software-center/add-currency-property:
    - add a "currency" property to the appdetails and use
      it in the UI
  * lp:~mvo/software-center/no-piston-data-means-error:
    - if we don't get data at all from the webservice/cache in
      piston-generic-helper, emit a error signal
  * lp:~mvo/software-center/rec-small-cleanup:
    - small duplication cleanup
  * lp:~mvo/software-center/dep8:
    - enable automatic dep8 based testsuite running
      on the remote server
  * lp:~mvo/software-center/fix-new-pep8:
    - fix all pep8 issues in quantal branch test
  * softwarecenter/db/categories.py, tests/test_categories.py:
    - do not use cached categories in tests
  * lp:~mvo/software-center/lobby-testfixes:
    - fix tests when categories cache is used with multiple DBs
  * lp:~mvo/software-center/fix-lp870847-5.2:
    - fix incorrect validation pattern in modify_review call, this
      should fix the ablity of users to modify their reviews
      (LP: #870847)

  [ Gary Lasker ]
  * lp:~gary-lasker/software-center/fix-purchaseview-test:
   - fix the purchase view unit test to conform to the new config
     code
  * lp:~gary-lasker/software-center/display-cached-recommendations:
   - display cached recommendations in the lobby view in the case of
     no network access
  * lp:~gary-lasker/software-center/rec-tiny-cleanup:
    - additional bit of cleanup in the recommendations UI code
  * lp:~gary-lasker/software-center/fix-new-pep8-precise-fix:
    - small fix to allow trunk to continue to run on Precise

Date: Fri, 17 Aug 2012 11:57:20 +0200
Changed-By: Michael Vogt <michael.vogt at ubuntu.com>
Maintainer: Michael Vogt <mvo at ubuntu.com>
https://launchpad.net/ubuntu/quantal/+source/software-center/5.3.7
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 17 Aug 2012 11:57:20 +0200
Source: software-center
Binary: software-center
Architecture: source
Version: 5.3.7
Distribution: quantal
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 software
Launchpad-Bugs-Fixed: 870847 913966 1026494
Changes: 
 software-center (5.3.7) quantal; urgency=low
 .
   [ Michael Vogt ]
   * lp:~mvo/software-center/cleanup-in-config-code:
     - consolidate and simplify config handling for
       all configuration values
   * lp:~mvo/software-center/distro-detection-robustness:
     - tweak the distro detection to make it more robust
       against changes in the case for the plattform string
       and also makes the filenames/classnames more pythonic
   * lp:~mvo/software-center/fix-seperator-crash:
     - remove instance of self.separator_login as we do not
       use this anymore, prevents a crash
   * lp:~mvo/software-center/improve-test-for-config:
     - additional unit tests for the config handling code
   * lp:~mvo/software-center/set-ssl-stuff-in-webkitwidget:
     - move the webkit.py file into 'widgets' and consolidate
       all of the webkit settings there
   * lp:~mvo/software-center/use-lxml:
     - use python-lxml instead of xml.etree as the former is
       quite a bit faster
   * lp:~mvo/software-center/new-pep8 :
     - use pep8 comandline instead of "import pep8" to make it work again
       on quantal where the internal API of pep8 has changed
   * merged 5.2 branch that includes fix for LP: #1026494
   * lp:~mvo/software-center/cache-for-parse-applications-menu:
     - cache the result of parse_applications menu so it is run
       only once for better startup performance
   * lp:~mvo/software-center/lp913966:
     - support the new gnome 3 in the "where is it" feature
       (LP: #913966)
   * lp:~mvo/software-center/add-currency-property:
     - add a "currency" property to the appdetails and use
       it in the UI
   * lp:~mvo/software-center/no-piston-data-means-error:
     - if we don't get data at all from the webservice/cache in
       piston-generic-helper, emit a error signal
   * lp:~mvo/software-center/rec-small-cleanup:
     - small duplication cleanup
   * lp:~mvo/software-center/dep8:
     - enable automatic dep8 based testsuite running
       on the remote server
   * lp:~mvo/software-center/fix-new-pep8:
     - fix all pep8 issues in quantal branch test
   * softwarecenter/db/categories.py, tests/test_categories.py:
     - do not use cached categories in tests
   * lp:~mvo/software-center/lobby-testfixes:
     - fix tests when categories cache is used with multiple DBs
   * lp:~mvo/software-center/fix-lp870847-5.2:
     - fix incorrect validation pattern in modify_review call, this
       should fix the ablity of users to modify their reviews
       (LP: #870847)
 .
   [ Gary Lasker ]
   * lp:~gary-lasker/software-center/fix-purchaseview-test:
    - fix the purchase view unit test to conform to the new config
      code
   * lp:~gary-lasker/software-center/display-cached-recommendations:
    - display cached recommendations in the lobby view in the case of
      no network access
   * lp:~gary-lasker/software-center/rec-tiny-cleanup:
     - additional bit of cleanup in the recommendations UI code
   * lp:~gary-lasker/software-center/fix-new-pep8-precise-fix:
     - small fix to allow trunk to continue to run on Precise
Checksums-Sha1: 
 b2936b0da0c621427fe07e09c4b0c7a5b4e1f470 1073 software-center_5.3.7.dsc
 6ee52caf02e650c11fcd73f4f264a482f00028d0 1187825 software-center_5.3.7.tar.gz
Checksums-Sha256: 
 a6ede4f3159c095f6df6db403b2f10a4fe4e38fa213f7ca7166e7be00d8525f9 1073 software-center_5.3.7.dsc
 ffcb75ab219ba5245afce1fdc1ae987b21aeb23e396e0c98b676fa2eb4d2665d 1187825 software-center_5.3.7.tar.gz
Files: 
 6abe0089cc28d106bf658b6479c2fba9 1073 gnome optional software-center_5.3.7.dsc
 ff2edde37c871b33c3fd236650dc7ebc 1187825 gnome optional software-center_5.3.7.tar.gz

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

iEYEARECAAYFAlAuF8IACgkQliSD4VZixzSbUwCfSdjRb89oht0/zjmMjpmEyOG6
Ku4AoI31OOwbsTgDUR9h7JdqONQqliB/
=OQNg
-----END PGP SIGNATURE-----


More information about the Quantal-changes mailing list