[ubuntu/precise] ubuntu-sso-client 2.99.91-0ubuntu1 (Accepted)

Natalia Bidart (nessita) natalia.bidart at ubuntu.com
Wed Mar 21 17:01:23 UTC 2012


ubuntu-sso-client (2.99.91-0ubuntu1) precise; urgency=low

  * New upstream release:
    - Do not allow ssl errors to be ignored (LP: #959390).
    - Handle wrong credentials properly in qtnetwork webclient
      (LP: #957317).
    - Use HTTPClientFactory to allow replacing the reactor used to connect
      (LP: #929207).
    - Decode the content of help_text (LP: #951371).
    - Adding missing file for translation (LP: #951376).
    - Adding a general error message when the argument received by
      build_general_error_message is not a dict (LP: #865176).
    - Adding some checks to setup_page (LP: #951461).
    - Adding a padding to the right margin of the reset layout, and align
      one of its layout to the left (LP: #945065).
    - Executing hide_error when the user click the refresh captcha link,
      not inside of the _refresh_captcha method, because this is executed
      automatically when a captcha error is generated, so we will always
      miss the error message (LP: #955010).
    - Removing the align property from the label that wasn't necessary
      and was breakint the work wrap. Also adjust the height of the widget
      depending if it has more than one line (LP: #940392).
    - Improve logging operations (LP: #934500).
    - Making LINK_STYLE to be unicode (LP: #950953).
    - Setting the window title equal to the app_name (LP: #949744).
    - The _move_to_email_verification_page wasn't receiving the params
      that the signal emits (LP: #945066).
    - Improve the grammar for the CLOSE_AND_SETUP_LATER button text
      (LP: #949978).
    - Changed the way in which we deal with proxies to work around bugs
      found in the QNetworkAccessManager (LP: #957313).
    - Stopped listening to the proxyAuthenticationRequired to avoid the
      dialog showing more than once (LP: #957170)
    - Made changes in the way the webclient is selected to ensure that qt
      is used when possible (LP: #957169).
    - Connected the WebKit browser correctly so that the tc page gets
      loaded (LP: #933081).
    - Added code to check if the browser with the t&c was already loaded.
      If it is just show the t&c page, otherwise perform the request
      (LP: #956185).
    - Added a translatable string to give more context of the ssl cert
      info to the user (LP: #948119).
    - Provided the logic required for the Qt webclient implementation to
      detect ssl errors and spawn the ssl dialog to allow the user accept
      the ssl cert exceptions (LP: #948134).
    - Changed the qt webclient implementation to use a proxy factory so
      that the correct proxy is chosen according to the request
      (LP: #950088).
    - Added the required code to allow the webclient use authenticated
      proxies and request the creds when needed (LP: #933727).
    - The tooltip should not be shown for titles and subtitles when
      no cut off was needed (LP: #949741).
    - Enable platform-specific styling (LP: #953318).
    - Only import DBus on Linux (LP: #956304).
    - Don't hard-code font sizes.
    - Remove usage of weight property as a numeric; just use bold
      property instead (LP: #953062).
  * Removed patches which were included upstream.
  * debian/watch:
    - Updated url to fetch tarball from latest milestone.
  * debian/ubuntu-sso-client-qt.install:
    - Install Qt UI executables for providing proxy authentication support.
  * debian/control:
    - Added new dependency on python-openssl to python-ubuntu-sso-client.
    - Improved description for ubuntu-sso-client-qt binary package.

Date: Wed, 21 Mar 2012 12:37:28 -0300
Changed-By: Natalia Bidart (nessita) <natalia.bidart at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/precise/+source/ubuntu-sso-client/2.99.91-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 21 Mar 2012 12:37:28 -0300
Source: ubuntu-sso-client
Binary: ubuntu-sso-client python-ubuntu-sso-client ubuntu-sso-client-gtk ubuntu-sso-client-qt python-ubuntu-sso-client.tests
Architecture: source
Version: 2.99.91-0ubuntu1
Distribution: precise
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Natalia Bidart (nessita) <natalia.bidart at ubuntu.com>
Description: 
 python-ubuntu-sso-client - Ubuntu Single Sign-On client - Python library
 python-ubuntu-sso-client.tests - Ubuntu Single Sign-On client - Test suite
 ubuntu-sso-client - Ubuntu Single Sign-On client
 ubuntu-sso-client-gtk - Ubuntu Single Sign-On client - GTK+ frontend
 ubuntu-sso-client-qt - Ubuntu Single Sign-On client - Qt frontend
Launchpad-Bugs-Fixed: 865176 929207 933081 933727 934500 940392 945065 945066 948119 948134 949741 949744 949978 950088 950953 951371 951376 951461 953062 953318 955010 956185 956304 957169 957170 957313 957317 959390
Changes: 
 ubuntu-sso-client (2.99.91-0ubuntu1) precise; urgency=low
 .
   * New upstream release:
     - Do not allow ssl errors to be ignored (LP: #959390).
     - Handle wrong credentials properly in qtnetwork webclient
       (LP: #957317).
     - Use HTTPClientFactory to allow replacing the reactor used to connect
       (LP: #929207).
     - Decode the content of help_text (LP: #951371).
     - Adding missing file for translation (LP: #951376).
     - Adding a general error message when the argument received by
       build_general_error_message is not a dict (LP: #865176).
     - Adding some checks to setup_page (LP: #951461).
     - Adding a padding to the right margin of the reset layout, and align
       one of its layout to the left (LP: #945065).
     - Executing hide_error when the user click the refresh captcha link,
       not inside of the _refresh_captcha method, because this is executed
       automatically when a captcha error is generated, so we will always
       miss the error message (LP: #955010).
     - Removing the align property from the label that wasn't necessary
       and was breakint the work wrap. Also adjust the height of the widget
       depending if it has more than one line (LP: #940392).
     - Improve logging operations (LP: #934500).
     - Making LINK_STYLE to be unicode (LP: #950953).
     - Setting the window title equal to the app_name (LP: #949744).
     - The _move_to_email_verification_page wasn't receiving the params
       that the signal emits (LP: #945066).
     - Improve the grammar for the CLOSE_AND_SETUP_LATER button text
       (LP: #949978).
     - Changed the way in which we deal with proxies to work around bugs
       found in the QNetworkAccessManager (LP: #957313).
     - Stopped listening to the proxyAuthenticationRequired to avoid the
       dialog showing more than once (LP: #957170)
     - Made changes in the way the webclient is selected to ensure that qt
       is used when possible (LP: #957169).
     - Connected the WebKit browser correctly so that the tc page gets
       loaded (LP: #933081).
     - Added code to check if the browser with the t&c was already loaded.
       If it is just show the t&c page, otherwise perform the request
       (LP: #956185).
     - Added a translatable string to give more context of the ssl cert
       info to the user (LP: #948119).
     - Provided the logic required for the Qt webclient implementation to
       detect ssl errors and spawn the ssl dialog to allow the user accept
       the ssl cert exceptions (LP: #948134).
     - Changed the qt webclient implementation to use a proxy factory so
       that the correct proxy is chosen according to the request
       (LP: #950088).
     - Added the required code to allow the webclient use authenticated
       proxies and request the creds when needed (LP: #933727).
     - The tooltip should not be shown for titles and subtitles when
       no cut off was needed (LP: #949741).
     - Enable platform-specific styling (LP: #953318).
     - Only import DBus on Linux (LP: #956304).
     - Don't hard-code font sizes.
     - Remove usage of weight property as a numeric; just use bold
       property instead (LP: #953062).
   * Removed patches which were included upstream.
   * debian/watch:
     - Updated url to fetch tarball from latest milestone.
   * debian/ubuntu-sso-client-qt.install:
     - Install Qt UI executables for providing proxy authentication support.
   * debian/control:
     - Added new dependency on python-openssl to python-ubuntu-sso-client.
     - Improved description for ubuntu-sso-client-qt binary package.
Checksums-Sha1: 
 62537320c268adbcd1c2060ae8c559497b633e0b 1597 ubuntu-sso-client_2.99.91-0ubuntu1.dsc
 8c6b01d93900eb48c6609376dd459b9d63e5bbd0 547385 ubuntu-sso-client_2.99.91.orig.tar.gz
 dd027a0a4e45bd07a78e445a83d13059124a877f 11304 ubuntu-sso-client_2.99.91-0ubuntu1.debian.tar.gz
Checksums-Sha256: 
 b4c030661f0a096ea2fa9f47a69e2bb59560e374b7bc4b6fcc47f69dab95239a 1597 ubuntu-sso-client_2.99.91-0ubuntu1.dsc
 d1c43ef0ceb29fef52265f55509c0900445785d28a8f135044724c7d2056802e 547385 ubuntu-sso-client_2.99.91.orig.tar.gz
 aa7ed1460976aed86684c29680554775df2339fc1e446b9527350215a18c31d1 11304 ubuntu-sso-client_2.99.91-0ubuntu1.debian.tar.gz
Files: 
 d51fe1d15707d42237a1f490786d3015 1597 python extra ubuntu-sso-client_2.99.91-0ubuntu1.dsc
 06a28971aacdd475b14ca903a6afa8fd 547385 python extra ubuntu-sso-client_2.99.91.orig.tar.gz
 07e1b064ec37afd1fa18e10facfa8781 11304 python extra ubuntu-sso-client_2.99.91-0ubuntu1.debian.tar.gz
Original-Maintainer: Natalia Bidart <natalia.bidart at ubuntu.com>

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

iEYEARECAAYFAk9qBIYACgkQrlwdYDo57ZcG4gCfSAkDFGCElnVaGOqy78IN76Ux
I5EAn3ss/j+RM9dZBmG5J94HMwjks/K0
=hEd/
-----END PGP SIGNATURE-----


More information about the Precise-changes mailing list