Statistics
| Branch: | Tag: | Revision:

root / ChangeLog @ 4d64063c

History | View | Annotate | Download (3.6 kB)

1
===========
2
0.9 RELEASE
3
Major enhancements
4

    
5
Enhancements:
6
    -Added internationalization support
7
    -Added Greek translation
8

    
9
===========
10
0.8.7 RELEASE
11
Minor enhancements
12

    
13
Enhancements:
14
	- Merged all mail txt files into one
15
	- Added all routes in form cleaning (initially, EXPIRED, ADMININACTIVE and ERROR were excluded)
16

    
17
===========
18
0.8.6 RELEASE
19
Minor UI enhancements/Bug fix
20
Fixes:
21
	- Fixed issue where rules in ERROR state would cause check_sync to check them
22
Enhancements:
23
	- Added small dots to ongoing response field to indicate activity
24

    
25
===========
26
0.8.5 RELEASE
27
Feature enhancement release/Minor UI fixes/Cleanup
28
Fixes:
29
	- Changed javascript order to prevent unformated content in datatables
30
	- Un-needed files cleanup
31
	- Error template is now based on base.html template
32
Enhancements:
33
	- Administrator privileges apply on UI as well
34
	- Enhanced application security
35

    
36
===========
37
0.8.4 RELEASE
38
Vulnerability prevention/bug fixes release
39
Fixes:
40
	- Fixed a bug where the shib auth backend erased non-shibboleth users info
41
	- Added an authsource variable to prevent authentication backend overlapping
42
	- Added exception handling for non-Shibboleth users that do not belong to a peer
43

    
44
===========
45
0.8.3 RELEASE
46
Feature enhancement release
47
Fixes:
48
	- User/username length monkey patching now works with admin forms as well  
49

    
50
===========
51
0.8.2 RELEASE
52
Bug Fix release
53
Fixes:
54
	- Fixed bug with csrf cookie not being set while logged in for the first time 
55

    
56
===========
57
0.8.1 RELEASE
58
This is the latest alpha release operating on production network
59
Changes:
60
	- Fixed bug with protected networks form cleaning
61

    
62
===========    
63
v0.8.0 RELEASE
64
New features
65
Changes:  
66
	- DB migration to protocol addition
67
	- Added protocol to match conditions plus check mechanism to form cleaning
68

    
69
===========
70
0.7.11 RELEASE
71
Bux fixes
72
Changes:
73
	- Prevented a bug that would cause the rule application to throw exception
74

    
75
===========
76
0.7.10 RELEASE
77
Got rid of another cronjob
78
Changes:
79
	- Turned expiration notification cron job into celery job
80
	- Added a preliminary draft for a Makefile facilitating various jobs
81

    
82
===========
83
0.7.9.7 RELEASE
84
Some minor changes mainly to reinforce security
85
Changes:
86
	- Added FQDN resolving in mail notification templates to denote the host that an action originated
87

    
88
===========
89
0.7.9.5 RELEASE
90
Oops! Something was missing from form validation
91
Changes:
92
	- Added source address to required fields
93

    
94
===========
95
0.7.9.2 RELEASE
96
Major changes (maybe version tag does not indicate that)
97
Changes:
98
	- Added a custom command to fetch networks for each peer. Got rid of cronjob
99
	- Major change with db engine. Altered database storage engine to MYISAM to allow for software relations between tables and views
100

    
101
===========
102
0.7.9.1 RELEASE
103
Code cleanups
104
Changes:
105
    - Replaced simplejson imports with json
106

    
107
===========
108
0.7.9 RELEASE
109
Bug fixes
110
Changes:
111
	- Added a custom uknown_host_cb function to overcome ssh key errors
112

    
113
===========
114
0.7.7 RELEASE
115
Modules cleanup
116
Changes:
117
	- Removed utils/beanstalkc as it is now a deb package
118

    
119
===========
120
0.7.1 RELEASE
121
Code improvements
122
Changes:
123
	- Modified peer network range update mechanism
124

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