-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGES.txt
43 lines (31 loc) · 970 Bytes
/
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
Changelog
=========
0.5 released 2012-08-15
-----------------------
* Fix documentation and packaging issues
0.5 released 2012-08-14
-----------------------
* Add database migration support with alembic
* Add database console scripts
* Add Beaker sessions
* Add a tutorial in the documentation
* Improve the security of the deletion of users
0.4 released 2012-04-29
-----------------------
* Change the auth_user request property to an AuthUser object
* Extend the tests suite
* Extend the documentation
0.3 released 2012-03-30
-----------------------
* Change package name to Anuket
* Extend the user management tool
* Add cracklib password checker
* Add pyramid_exclog for production environment
0.2 released 2012-03-20
------------------------
* Add 100% tests coverage
* Add minimalistic documentation
0.1 released 2012-03-12
------------------------
* Base templates with mako and Twitter Bootstrap
* Basic Auth&Auth mechanism and model with SQLAlchemy