Statistics
| Branch: | Tag: | Revision:

root / ChangeLog @ 56a15b63

History | View | Annotate | Download (2.4 kB)

1
===========
2
0.8.3 RELEASE
3
Feature enhancement release
4
Fixes:
5
	- User/username length monkey patching now works with admin forms as well  
6

    
7
===========
8
0.8.2 RELEASE
9
Bug Fix release
10
Fixes:
11
	- Fixed bug with csrf cookie not being set while logged in for the first time 
12

    
13
===========
14
0.8.1 RELEASE
15
This is the latest alpha release operating on production network
16
Changes:
17
	- Fixed bug with protected networks form cleaning
18

    
19
===========    
20
v0.8.0 RELEASE
21
New features
22
Changes:  
23
	- DB migration to protocol addition
24
	- Added protocol to match conditions plus check mechanism to form cleaning
25

    
26
===========
27
0.7.11 RELEASE
28
Bux fixes
29
Changes:
30
	- Prevented a bug that would cause the rule application to throw exception
31

    
32
===========
33
0.7.10 RELEASE
34
Got rid of another cronjob
35
Changes:
36
	- Turned expiration notification cron job into celery job
37
	- Added a preliminary draft for a Makefile facilitating various jobs
38

    
39
===========
40
0.7.9.7 RELEASE
41
Some minor changes mainly to reinforce security
42
Changes:
43
	- Added FQDN resolving in mail notification templates to denote the host that an action originated
44

    
45
===========
46
0.7.9.5 RELEASE
47
Oops! Something was missing from form validation
48
Changes:
49
	- Added source address to required fields
50

    
51
===========
52
0.7.9.2 RELEASE
53
Major changes (maybe version tag does not indicate that)
54
Changes:
55
	- Added a custom command to fetch networks for each peer. Got rid of cronjob
56
	- Major change with db engine. Altered database storage engine to MYISAM to allow for software relations between tables and views
57

    
58
===========
59
0.7.9.1 RELEASE
60
Code cleanups
61
Changes:
62
    - Replaced simplejson imports with json
63

    
64
===========
65
0.7.9 RELEASE
66
Bug fixes
67
Changes:
68
	- Added a custom uknown_host_cb function to overcome ssh key errors
69

    
70
===========
71
0.7.7 RELEASE
72
Modules cleanup
73
Changes:
74
	- Removed utils/beanstalkc as it is now a deb package
75

    
76
===========
77
0.7.1 RELEASE
78
Code improvements
79
Changes:
80
	- Modified peer network range update mechanism
81

    
82
===========
83
0.7 RELEASE
84
Major release/changes
85
Features:
86
	- Added registration to installed apps
87
	- Removed user activation from shibboleth backend. Moved it to login view
88
	
89
===========
90
Application features up to now:
91
	- Rule creation and application to device via netconf, nxpy
92
	- Match statements include source, destination addrs, src, dst ports
93
	- Then statements include discard and rate limit for plain users
94
	- User authentication via Shibboleth
95
	- Whois client determines user peer networks and user authority
96
	 
97