Statistics
| Branch: | Tag: | Revision:

root / Changelog @ a3078270

History | View | Annotate | Download (2.1 kB)

1
===========
2
0.8.1 RELEASE
3
This is the latest alpha release operating on production network
4
Changes:
5
	- Fixed bug with protected networks form cleaning
6

    
7
===========    
8
v0.8.0 RELEASE
9
New features
10
Changes:  
11
	- DB migration to protocol addition
12
	- Added protocol to match conditions plus check mechanism to form cleaning
13

    
14
===========
15
0.7.11 RELEASE
16
Bux fixes
17
Changes:
18
	- Prevented a bug that would cause the rule application to throw exception
19

    
20
===========
21
0.7.10 RELEASE
22
Got rid of another cronjob
23
Changes:
24
	- Turned expiration notification cron job into celery job
25
	- Added a preliminary draft for a Makefile facilitating various jobs
26

    
27
===========
28
0.7.9.7 RELEASE
29
Some minor changes mainly to reinforce security
30
Changes:
31
	- Added FQDN resolving in mail notification templates to denote the host that an action originated
32

    
33
===========
34
0.7.9.5 RELEASE
35
Oops! Something was missing from form validation
36
Changes:
37
	- Added source address to required fields
38

    
39
===========
40
0.7.9.2 RELEASE
41
Major changes (maybe version tag does not indicate that)
42
Changes:
43
	- Added a custom command to fetch networks for each peer. Got rid of cronjob
44
	- Major change with db engine. Altered database storage engine to MYISAM to allow for software relations between tables and views
45

    
46
===========
47
0.7.9.1 RELEASE
48
Code cleanups
49
Changes:
50
    - Replaced simplejson imports with json
51

    
52
===========
53
0.7.9 RELEASE
54
Bug fixes
55
Changes:
56
	- Added a custom uknown_host_cb function to overcome ssh key errors
57

    
58
===========
59
0.7.7 RELEASE
60
Modules cleanup
61
Changes:
62
	- Removed utils/beanstalkc as it is now a deb package
63

    
64
===========
65
0.7.1 RELEASE
66
Code improvements
67
Changes:
68
	- Modified peer network range update mechanism
69

    
70
===========
71
0.7 RELEASE
72
Major release/changes
73
Features:
74
	- Added registration to installed apps
75
	- Removed user activation from shibboleth backend. Moved it to login view
76
	
77
===========
78
Application features up to now:
79
	- Rule creation and application to device via netconf, nxpy
80
	- Match statements include source, destination addrs, src, dst ports
81
	- Then statements include discard and rate limit for plain users
82
	- User authentication via Shibboleth
83
	- Whois client determines user peer networks and user authority
84
	 
85