mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
Document Launchpadlib 1.9 issues in NEWS.
This commit is contained in:
parent
35d3c4aee4
commit
5d7289caad
14
debian/NEWS
vendored
Normal file
14
debian/NEWS
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
ubuntu-dev-tools (0.119) unstable; urgency=low
|
||||
|
||||
* launchpadlib 1.9 will cause some issues, as it uses the GNOME Keyring /
|
||||
KDE wallet to store credentials.
|
||||
https://help.launchpad.net/API/ThirdPartyIntegration
|
||||
Known issues and workarounds:
|
||||
- Seeing keyring.backend.PasswordSetError or gnomekeyring.IOError when
|
||||
using ubuntu-dev-tools on a remote machine?
|
||||
Try ssh -X and run export `dbus-launch` in the ssh session.
|
||||
- Otherwise, uninstalling python-gnomekeyring will force the credentials
|
||||
to be stored in ~/keyring_pass.cfg instead of a keyring, and bypass all
|
||||
these issues.
|
||||
|
||||
-- Stefano Rivera <stefanor@debian.org> Tue, 01 Mar 2011 00:53:41 +0200
|
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -1,6 +1,7 @@
|
||||
ubuntu-dev-tools (0.119) UNRELEASED; urgency=low
|
||||
|
||||
* Support Launchpadlib 1.9. (LP: #725231, #725092)
|
||||
- Document Launchpadlib 1.9 issues in NEWS.
|
||||
* Remove manage-credentials, and credential handling code from
|
||||
ubuntutools.lp.libsupport. Launchpadlib 1.9 handles this via
|
||||
python-keyring. (LP: #387297, #645629, #689100)
|
||||
@ -10,7 +11,7 @@ ubuntu-dev-tools (0.119) UNRELEASED; urgency=low
|
||||
* Remove ubuntutools.lp.libsupport.translate_api_web, no longer used.
|
||||
* Skip pylint test if it crashes.
|
||||
|
||||
-- Stefano Rivera <stefanor@debian.org> Tue, 01 Mar 2011 00:50:34 +0200
|
||||
-- Stefano Rivera <stefanor@debian.org> Tue, 01 Mar 2011 01:00:44 +0200
|
||||
|
||||
ubuntu-dev-tools (0.118) unstable; urgency=low
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user