[ubuntu/precise] software-center 5.1.12 (Accepted)

Michael Vogt michael.vogt at ubuntu.com
Fri Mar 9 08:15:26 UTC 2012


software-center (5.1.12) precise; urgency=low

  [ Michael Vogt ]
  * lp:~mvo/software-center/webcam-string-fix:
  - small fix to support the debtagshw updated tags for hardware::camera
    (split into webcam,digicam now)
  * lp:~mvo/software-center/trivial-nm-state-override:
    - support the SOFTWARE_CENTER_NET_CONNECTED environment value to
      force the connected state as a stopgap workaround for bug 911706
  * lp:~mvo/software-center/lp941361:
    - adds a general make_string_from_list() helper to build (somewhat)
      i18n friendly human readable strings easily (LP: #941361)
  * lp:~mvo/software-center/expunge-cache:
    - merge os.nice() addition
  * lp:~mvo/software-center/lp789596:
    - better (less scary) string for updates from third-party
      venders (LP: #789596)
  * lp:~mvo/software-center/fix-refresh-of-whats-new:
    - fix missing refresh of the what's new content on a database
      reopen so that new content from the agent appears as soon
      as it finishes the update
  * lp:~mvo/software-center/review-fixes:
    - ensure ui is correctly updated after submitting/modifying review
  * lp:~mvo/software-center/simulate-slow-network:
    - add a small helper to simulate a slow network connection to
      see if we have hidden latencies in the UI when the network
      is (really) slow
  * lp:~mvo/software-center/top-rated-refresh:
    - ensure that the top-rated apps are refreshed when we have new data
  * lp:~mvo/software-center/apptreeview-tweaks:
    - fix 'load_range" errors when navigating the installed view
      (LP: #913675), and do some nice needed refactoring/cleanup

  [ Anthony Lenton ]
  * lp:~elachuni/software-center/dont-store:
    - consolidate Ubunty SSO logins to use "Ubuntu Software Center", fixes
      inconsistent UI and storing of two keys in they keyring, as well as
      being prompted to log in twice the first time that you review an app
  * lp:~elachuni/software-center/pep8-test,
    lp:~elachuni/software-center/pep8-test-part2,
    lp:~elachuni/software-center/pep8-test-part3,
    lp:~elachuni/software-center/pep8-test-part4:
    - add a unit test to check code statically for pep8 compliance and update
      more and more of the code to meet it

  [ Gary Lasker ]
  * lp:~gary-lasker/software-center/fix-crash-lp944875:
    - Fix an intermittent crash that can happen if the installed view pane
      has not been built yet when a call to show the spinner is made as a
      result of a refresh (LP: #944875)
  * lp:~gary-lasker/software-center/list-view-icon-coordinates-lp947624:
    - This branch adds support for providing the correct icon size and
      on-screen coordinates values in the Unity launcher integration dbus
      call when an installation is initiated via the list view
      (LP: #947624)
  * lp:~gary-lasker/software-center/enable-published-date-unit-test:
    - unit test change only, enable the published-date unit test that was
      disabled pending deployment of support on the staging server

  [ Natalia Bidart ]
  * lp:~nataliabidart/software-center/one-auth:
    - use consistently the same app name for every Ubuntu SSO call to
      ensure SSO tokens are handled properly

Date: Fri, 09 Mar 2012 08:55:46 +0100
Changed-By: Michael Vogt <michael.vogt at ubuntu.com>
Maintainer: Michael Vogt <mvo at ubuntu.com>
https://launchpad.net/ubuntu/precise/+source/software-center/5.1.12
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 09 Mar 2012 08:55:46 +0100
Source: software-center
Binary: software-center
Architecture: source
Version: 5.1.12
Distribution: precise
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: 789596 913675 941361 944875 947624
Changes: 
 software-center (5.1.12) precise; urgency=low
 .
   [ Michael Vogt ]
   * lp:~mvo/software-center/webcam-string-fix:
   - small fix to support the debtagshw updated tags for hardware::camera
     (split into webcam,digicam now)
   * lp:~mvo/software-center/trivial-nm-state-override:
     - support the SOFTWARE_CENTER_NET_CONNECTED environment value to
       force the connected state as a stopgap workaround for bug 911706
   * lp:~mvo/software-center/lp941361:
     - adds a general make_string_from_list() helper to build (somewhat)
       i18n friendly human readable strings easily (LP: #941361)
   * lp:~mvo/software-center/expunge-cache:
     - merge os.nice() addition
   * lp:~mvo/software-center/lp789596:
     - better (less scary) string for updates from third-party
       venders (LP: #789596)
   * lp:~mvo/software-center/fix-refresh-of-whats-new:
     - fix missing refresh of the what's new content on a database
       reopen so that new content from the agent appears as soon
       as it finishes the update
   * lp:~mvo/software-center/review-fixes:
     - ensure ui is correctly updated after submitting/modifying review
   * lp:~mvo/software-center/simulate-slow-network:
     - add a small helper to simulate a slow network connection to
       see if we have hidden latencies in the UI when the network
       is (really) slow
   * lp:~mvo/software-center/top-rated-refresh:
     - ensure that the top-rated apps are refreshed when we have new data
   * lp:~mvo/software-center/apptreeview-tweaks:
     - fix 'load_range" errors when navigating the installed view
       (LP: #913675), and do some nice needed refactoring/cleanup
 .
   [ Anthony Lenton ]
   * lp:~elachuni/software-center/dont-store:
     - consolidate Ubunty SSO logins to use "Ubuntu Software Center", fixes
       inconsistent UI and storing of two keys in they keyring, as well as
       being prompted to log in twice the first time that you review an app
   * lp:~elachuni/software-center/pep8-test,
     lp:~elachuni/software-center/pep8-test-part2,
     lp:~elachuni/software-center/pep8-test-part3,
     lp:~elachuni/software-center/pep8-test-part4:
     - add a unit test to check code statically for pep8 compliance and update
       more and more of the code to meet it
 .
   [ Gary Lasker ]
   * lp:~gary-lasker/software-center/fix-crash-lp944875:
     - Fix an intermittent crash that can happen if the installed view pane
       has not been built yet when a call to show the spinner is made as a
       result of a refresh (LP: #944875)
   * lp:~gary-lasker/software-center/list-view-icon-coordinates-lp947624:
     - This branch adds support for providing the correct icon size and
       on-screen coordinates values in the Unity launcher integration dbus
       call when an installation is initiated via the list view
       (LP: #947624)
   * lp:~gary-lasker/software-center/enable-published-date-unit-test:
     - unit test change only, enable the published-date unit test that was
       disabled pending deployment of support on the staging server
 .
   [ Natalia Bidart ]
   * lp:~nataliabidart/software-center/one-auth:
     - use consistently the same app name for every Ubuntu SSO call to
       ensure SSO tokens are handled properly
Checksums-Sha1: 
 42ac85a9f54fabbeca785c449404880683ab211d 1054 software-center_5.1.12.dsc
 00cf55b648393eacd3fc739c1b1022726c29040c 1235088 software-center_5.1.12.tar.gz
Checksums-Sha256: 
 990a6a34f639d52b8dfdc5ae86d8825f05451fc4d6a86a16577464f4786fb099 1054 software-center_5.1.12.dsc
 3b0d2c8d10be812de36593d94bc0a30143cad022c345dab5d38e64fac0fc5dea 1235088 software-center_5.1.12.tar.gz
Files: 
 7a5630cab85de23151074dbef55121ab 1054 gnome optional software-center_5.1.12.dsc
 dae0f48392270a2a58ff2ee2f84465d6 1235088 gnome optional software-center_5.1.12.tar.gz

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

iEYEARECAAYFAk9ZuuwACgkQliSD4VZixzT+CgCeIrJ+S8+k6Ijg3cYWpBEM37cw
YOQAoI1JIOr3I+Fd8LqkrHP/TSz1ODf9
=zZmZ
-----END PGP SIGNATURE-----


More information about the Precise-changes mailing list