~cjwatson/launchpadlib/tox

« back to all changes in this revision

Viewing changes to src/launchpadlib/NEWS.txt

  • Committer: Colin Watson
  • Date: 2016-07-12 16:09:19 UTC
  • Revision ID: cjwatson@canonical.com-20160712160919-82vgaw4mesu1f8kl
Tags: 1.10.4
ReleaseĀ 1.10.4.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
NEWS for launchpadlib
3
3
=====================
4
4
 
 
5
1.10.4 (2016-07-12)
 
6
===================
 
7
- Fix _bad_oauth_token crash on Python 3.  [bug=1471894]
 
8
- Time out make_end_user_authorize_token after 15 minutes.
 
9
- Ignore PendingDeprecationWarning from lazr.restfulclient.  [bug=1473577]
 
10
- Ask forgiveness rather than permission when creating cache directories.
 
11
- Fix browser token authorization on OS X.  [bug=1516080]
 
12
 
5
13
1.10.3 (2014-12-05)
6
14
===================
7
15
- Port to Python3.