-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathCHANGES.txt
43 lines (27 loc) · 1.12 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
``pyramid_who`` Changelog
=========================
Unreleased
----------
- Added a "challenge decider" function for use by ``repoze.who`` with
current versions of ``pyramid``, which now return "403 Forbidden" instead
of "401 Unauthorized" on authorization failures.
- Add tox.ini for Jenkins testing.
- ZCML directive no longer compatible with Pyramid 1.0, 1.1, 1.2. Only 1.3
supported. Also requires pyramid_zcml 0.9.2 or better.
0.2 (2011-03-23)
----------------
- Pass the identifier plugin to ``api.remember``, rather than its name,
as required by the interface. Fixes
https://github.com/Pylons/pyramid_who/issues#issue/2
- Fixed test of ``unauthenticated_userid``.
- Fixed tests broken by ``repoze.who`` changes (relaxing exceptions to
warnings for missing / invalid config rile).
- Fixed URL to docs in README.txt. Thanks to Łukasz Fidosz.
0.1 (2011-02-18)
----------------
- Add ``unauthenticated_userid`` method to whov2 authentication policy to
appease Pyramid 1.0 IAuthenticationPolicy interface.
- Add a tox.ini file for Jenkins testing.
0.0 (2011-01-10)
----------------
- Initial public version.