~lazr-developers/lazr.authentication/trunk

« back to all changes in this revision

Viewing changes to NEWS.rst

  • Committer: Jürgen Gmach
  • Date: 2021-11-05 14:27:41 UTC
  • Revision ID: juergen.gmach@canonical.com-20211105142741-crqrjqm3dhkcy9wd
Moved to git

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
NEWS for lazr.authentication
2
 
============================
3
 
 
4
 
0.1.4
5
 
-----
6
 
 
7
 
- Switch from buildout to tox.
8
 
- Make httplib2 and wsgi_intercept test dependencies, not install
9
 
  dependencies.
10
 
- Remove unused zope.interface dependency.
11
 
 
12
 
0.1.3 (2014-11-08)
13
 
------------------
14
 
 
15
 
- Provide Python 3 support.
16
 
- Fix wsgi compatibility bug.
17
 
 
18
 
0.1.2 (2010-02-09)
19
 
------------------
20
 
 
21
 
- Fixed a bug that prevented middleware instances from stacking.
22
 
 
23
 
0.1.1 (2009-10-19)
24
 
------------------
25
 
 
26
 
- Fixed a bug that caused the OAuth middleware to specify the
27
 
  authentication realm as Basic.
28
 
 
29
 
0.1.0 (2009-10-07)
30
 
------------------
31
 
 
32
 
- Initial release