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