-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCHANGES.txt
70 lines (42 loc) · 1.43 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Changes
-------
2.1 (unreleased)
~~~~~~~~~~~~~~~~
- Nothing changed yet.
2.0 (2023-02-09)
~~~~~~~~~~~~~~~~
- Add support for Python 3.8, 3.9, 3.10, 3.11.
- Drop support for Python 2.7, 3.4, 3.5, 3.6.
1.1 (2018-10-18)
~~~~~~~~~~~~~~~~
- Add support for Python 3.7.
1.0.1 (2017-06-08)
~~~~~~~~~~~~~~~~~~
- Fix dependencies declared in `setup.py`.
1.0 (2017-06-07)
~~~~~~~~~~~~~~~~
- Update to Python 3. Now supporting: Python 3.4 to 3.6, PyPy2 and PyPy3.
- Update the tests to `zope.testbrowser >= 5.0`.
0.8.0 (2010-10-13)
~~~~~~~~~~~~~~~~~~
- Adapted test set up to the changes in `z3c.layer.pagelet` 1.9 thus
requiring at least this version now.
- Moved code from page template of session credentials login page to view
class so it can be customized. (Taken from
`zope.app.authentication.browser.loginform.LoginForm`.) Moved view class
``SessionCredentialsLoginForm`` from `z3c.authviewlet.auth` to
`z3c.authviewlet.session`.
0.7.0 (2009-12-27)
~~~~~~~~~~~~~~~~~~
- Moved files in `z3c.authviewlet.browser` to `z3c.authviewlet` as
we only have browser code in this package.
- Broke dependency on `zope.app.publisher` by defining our own
``ILogin`` interface.
0.6.0 (2009-12-24)
~~~~~~~~~~~~~~~~~~
- Added `i18n domains` to allow translation (done in `z3c.locales` package).
0.5.0 (2009-11-30)
~~~~~~~~~~~~~~~~~~
- Moved authentication viewlet implementation from `z3c.layer.pagelet`
to this package.
- Initial release.