Statistics
| Branch: | Tag: | Revision:

root / ChangeLog @ cc0c4fcf

History | View | Annotate | Download (3.4 kB)

1
===========
2
0.8.7 RELEASE
3
Minor enhancements
4

    
5
Enhancements:
6
	- Merged all mail txt files into one
7
	- Added all routes in form cleaning (initially, EXPIRED, ADMININACTIVE and ERROR were excluded)
8

    
9
===========
10
0.8.6 RELEASE
11
Minor UI enhancements/Bug fix
12
Fixes:
13
	- Fixed issue where rules in ERROR state would cause check_sync to check them
14
Enhancements:
15
	- Added small dots to ongoing response field to indicate activity
16

    
17
===========
18
0.8.5 RELEASE
19
Feature enhancement release/Minor UI fixes/Cleanup
20
Fixes:
21
	- Changed javascript order to prevent unformated content in datatables
22
	- Un-needed files cleanup
23
	- Error template is now based on base.html template
24
Enhancements:
25
	- Administrator privileges apply on UI as well
26
	- Enhanced application security
27

    
28
===========
29
0.8.4 RELEASE
30
Vulnerability prevention/bug fixes release
31
Fixes:
32
	- Fixed a bug where the shib auth backend erased non-shibboleth users info
33
	- Added an authsource variable to prevent authentication backend overlapping
34
	- Added exception handling for non-Shibboleth users that do not belong to a peer
35

    
36
===========
37
0.8.3 RELEASE
38
Feature enhancement release
39
Fixes:
40
	- User/username length monkey patching now works with admin forms as well  
41

    
42
===========
43
0.8.2 RELEASE
44
Bug Fix release
45
Fixes:
46
	- Fixed bug with csrf cookie not being set while logged in for the first time 
47

    
48
===========
49
0.8.1 RELEASE
50
This is the latest alpha release operating on production network
51
Changes:
52
	- Fixed bug with protected networks form cleaning
53

    
54
===========    
55
v0.8.0 RELEASE
56
New features
57
Changes:  
58
	- DB migration to protocol addition
59
	- Added protocol to match conditions plus check mechanism to form cleaning
60

    
61
===========
62
0.7.11 RELEASE
63
Bux fixes
64
Changes:
65
	- Prevented a bug that would cause the rule application to throw exception
66

    
67
===========
68
0.7.10 RELEASE
69
Got rid of another cronjob
70
Changes:
71
	- Turned expiration notification cron job into celery job
72
	- Added a preliminary draft for a Makefile facilitating various jobs
73

    
74
===========
75
0.7.9.7 RELEASE
76
Some minor changes mainly to reinforce security
77
Changes:
78
	- Added FQDN resolving in mail notification templates to denote the host that an action originated
79

    
80
===========
81
0.7.9.5 RELEASE
82
Oops! Something was missing from form validation
83
Changes:
84
	- Added source address to required fields
85

    
86
===========
87
0.7.9.2 RELEASE
88
Major changes (maybe version tag does not indicate that)
89
Changes:
90
	- Added a custom command to fetch networks for each peer. Got rid of cronjob
91
	- Major change with db engine. Altered database storage engine to MYISAM to allow for software relations between tables and views
92

    
93
===========
94
0.7.9.1 RELEASE
95
Code cleanups
96
Changes:
97
    - Replaced simplejson imports with json
98

    
99
===========
100
0.7.9 RELEASE
101
Bug fixes
102
Changes:
103
	- Added a custom uknown_host_cb function to overcome ssh key errors
104

    
105
===========
106
0.7.7 RELEASE
107
Modules cleanup
108
Changes:
109
	- Removed utils/beanstalkc as it is now a deb package
110

    
111
===========
112
0.7.1 RELEASE
113
Code improvements
114
Changes:
115
	- Modified peer network range update mechanism
116

    
117
===========
118
0.7 RELEASE
119
Major release/changes
120
Features:
121
	- Added registration to installed apps
122
	- Removed user activation from shibboleth backend. Moved it to login view
123
	
124
===========
125
Application features up to now:
126
	- Rule creation and application to device via netconf, nxpy
127
	- Match statements include source, destination addrs, src, dst ports
128
	- Then statements include discard and rate limit for plain users
129
	- User authentication via Shibboleth
130
	- Whois client determines user peer networks and user authority
131
	 
132