Errors template now render as base extension
[flowspy] / ChangeLog
1 ===========
2 0.8.4 RELEASE
3 Vulnerability prevention/bug fixes release
4 Fixes:
5         - Fixed a bug where the shib auth backend erased non-shibboleth users info
6         - Added an authsource variable to prevent authentication backend overlapping
7         - Added exception handling for non-Shibboleth users that do not belong to a peer
8
9 ===========
10 0.8.3 RELEASE
11 Feature enhancement release
12 Fixes:
13         - User/username length monkey patching now works with admin forms as well  
14
15 ===========
16 0.8.2 RELEASE
17 Bug Fix release
18 Fixes:
19         - Fixed bug with csrf cookie not being set while logged in for the first time 
20
21 ===========
22 0.8.1 RELEASE
23 This is the latest alpha release operating on production network
24 Changes:
25         - Fixed bug with protected networks form cleaning
26
27 ===========    
28 v0.8.0 RELEASE
29 New features
30 Changes:  
31         - DB migration to protocol addition
32         - Added protocol to match conditions plus check mechanism to form cleaning
33
34 ===========
35 0.7.11 RELEASE
36 Bux fixes
37 Changes:
38         - Prevented a bug that would cause the rule application to throw exception
39
40 ===========
41 0.7.10 RELEASE
42 Got rid of another cronjob
43 Changes:
44         - Turned expiration notification cron job into celery job
45         - Added a preliminary draft for a Makefile facilitating various jobs
46
47 ===========
48 0.7.9.7 RELEASE
49 Some minor changes mainly to reinforce security
50 Changes:
51         - Added FQDN resolving in mail notification templates to denote the host that an action originated
52
53 ===========
54 0.7.9.5 RELEASE
55 Oops! Something was missing from form validation
56 Changes:
57         - Added source address to required fields
58
59 ===========
60 0.7.9.2 RELEASE
61 Major changes (maybe version tag does not indicate that)
62 Changes:
63         - Added a custom command to fetch networks for each peer. Got rid of cronjob
64         - Major change with db engine. Altered database storage engine to MYISAM to allow for software relations between tables and views
65
66 ===========
67 0.7.9.1 RELEASE
68 Code cleanups
69 Changes:
70     - Replaced simplejson imports with json
71
72 ===========
73 0.7.9 RELEASE
74 Bug fixes
75 Changes:
76         - Added a custom uknown_host_cb function to overcome ssh key errors
77
78 ===========
79 0.7.7 RELEASE
80 Modules cleanup
81 Changes:
82         - Removed utils/beanstalkc as it is now a deb package
83
84 ===========
85 0.7.1 RELEASE
86 Code improvements
87 Changes:
88         - Modified peer network range update mechanism
89
90 ===========
91 0.7 RELEASE
92 Major release/changes
93 Features:
94         - Added registration to installed apps
95         - Removed user activation from shibboleth backend. Moved it to login view
96         
97 ===========
98 Application features up to now:
99         - Rule creation and application to device via netconf, nxpy
100         - Match statements include source, destination addrs, src, dst ports
101         - Then statements include discard and rate limit for plain users
102         - User authentication via Shibboleth
103         - Whois client determines user peer networks and user authority
104          
105