Statistics
| Branch: | Tag: | Revision:

root / ChangeLog @ 5ea89abd

History | View | Annotate | Download (5 kB)

1
===========
2
0.9.6 RELEASE
3
New Feature and minor UI improvements (check Requirements)
4

    
5
Requirements:
6
	-south migration to include database changes
7

    
8
Features:
9
	-Added fragment type as an option in rule match statements
10

    
11
UI Improvements:
12
	-Changed wording;from 'Suspend' to 'Deactivate'
13
	-Increased the size of Console and Add Rule buttons. Made Add Rule button 
14
	stand out with different color.
15

    
16
===========
17
0.9.5 RELEASE
18
Fixes
19

    
20
Fixes:
21
	-Fixed issue with page logo
22
	-Changed Shibboleth attributes from HTML to Shibboleth naming in error.html
23
	-Minor change in the user activation procedure. Activation mail goes only to admins not TechCs
24

    
25
===========
26
0.9.4 RELEASE
27
Minor fixes
28

    
29
Fixes:
30
	-Change the name of the released file (Makefile)
31
	-Added copyright info plus updated the README file
32
	-Added missing files in images
33

    
34
===========
35
0.9.3 RELEASE
36
Minor fix
37

    
38
Fixes:
39
	-Fixed the population of "Any" in source field
40

    
41
===========
42
0.9.2 RELEASE
43
Major enhancement and a minor fixes
44

    
45
Enhancements:
46
	-Added alternative view for helpdesk
47

    
48
Fixes:
49
	-Fixed the static url for tinymce in settings
50
	-Fixed an issue caused by multiple Shibboleth attributes
51

    
52
===========
53
0.9.1 RELEASE
54
Major UI enhancements
55

    
56
Enhancements:
57
	-Added bootstrap UI framework
58
	-Added TinyMCE in flatpages
59
	-Brought back flatpages with JS magic for translation switching
60
	-HomeOrganization is no longer required-user selects from dropdown
61
	-Added Shibboleth mapping in settings
62
	-Added an Any button in source address
63

    
64
===========
65
0.9 RELEASE
66
Major enhancements
67

    
68
Enhancements:
69
	-Added internationalization support
70
	-Added Greek translation
71

    
72
===========
73
0.8.7 RELEASE
74
Minor enhancements
75

    
76
Enhancements:
77
	- Merged all mail txt files into one
78
	- Added all routes in form cleaning (initially, EXPIRED, ADMININACTIVE and ERROR were excluded)
79

    
80
===========
81
0.8.6 RELEASE
82
Minor UI enhancements/Bug fix
83
Fixes:
84
	- Fixed issue where rules in ERROR state would cause check_sync to check them
85
Enhancements:
86
	- Added small dots to ongoing response field to indicate activity
87

    
88
===========
89
0.8.5 RELEASE
90
Feature enhancement release/Minor UI fixes/Cleanup
91
Fixes:
92
	- Changed javascript order to prevent unformated content in datatables
93
	- Un-needed files cleanup
94
	- Error template is now based on base.html template
95
Enhancements:
96
	- Administrator privileges apply on UI as well
97
	- Enhanced application security
98

    
99
===========
100
0.8.4 RELEASE
101
Vulnerability prevention/bug fixes release
102
Fixes:
103
	- Fixed a bug where the shib auth backend erased non-shibboleth users info
104
	- Added an authsource variable to prevent authentication backend overlapping
105
	- Added exception handling for non-Shibboleth users that do not belong to a peer
106

    
107
===========
108
0.8.3 RELEASE
109
Feature enhancement release
110
Fixes:
111
	- User/username length monkey patching now works with admin forms as well  
112

    
113
===========
114
0.8.2 RELEASE
115
Bug Fix release
116
Fixes:
117
	- Fixed bug with csrf cookie not being set while logged in for the first time 
118

    
119
===========
120
0.8.1 RELEASE
121
This is the latest alpha release operating on production network
122
Changes:
123
	- Fixed bug with protected networks form cleaning
124

    
125
===========    
126
v0.8.0 RELEASE
127
New features
128
Changes:  
129
	- DB migration to protocol addition
130
	- Added protocol to match conditions plus check mechanism to form cleaning
131

    
132
===========
133
0.7.11 RELEASE
134
Bux fixes
135
Changes:
136
	- Prevented a bug that would cause the rule application to throw exception
137

    
138
===========
139
0.7.10 RELEASE
140
Got rid of another cronjob
141
Changes:
142
	- Turned expiration notification cron job into celery job
143
	- Added a preliminary draft for a Makefile facilitating various jobs
144

    
145
===========
146
0.7.9.7 RELEASE
147
Some minor changes mainly to reinforce security
148
Changes:
149
	- Added FQDN resolving in mail notification templates to denote the host that an action originated
150

    
151
===========
152
0.7.9.5 RELEASE
153
Oops! Something was missing from form validation
154
Changes:
155
	- Added source address to required fields
156

    
157
===========
158
0.7.9.2 RELEASE
159
Major changes (maybe version tag does not indicate that)
160
Changes:
161
	- Added a custom command to fetch networks for each peer. Got rid of cronjob
162
	- Major change with db engine. Altered database storage engine to MYISAM to allow for software relations between tables and views
163

    
164
===========
165
0.7.9.1 RELEASE
166
Code cleanups
167
Changes:
168
    - Replaced simplejson imports with json
169

    
170
===========
171
0.7.9 RELEASE
172
Bug fixes
173
Changes:
174
	- Added a custom uknown_host_cb function to overcome ssh key errors
175

    
176
===========
177
0.7.7 RELEASE
178
Modules cleanup
179
Changes:
180
	- Removed utils/beanstalkc as it is now a deb package
181

    
182
===========
183
0.7.1 RELEASE
184
Code improvements
185
Changes:
186
	- Modified peer network range update mechanism
187

    
188
===========
189
0.7 RELEASE
190
Major release/changes
191
Features:
192
	- Added registration to installed apps
193
	- Removed user activation from shibboleth backend. Moved it to login view
194
	
195
===========
196
Application features up to now:
197
	- Rule creation and application to device via netconf, nxpy
198
	- Match statements include source, destination addrs, src, dst ports
199
	- Then statements include discard and rate limit for plain users
200
	- User authentication via Shibboleth
201
	- Whois client determines user peer networks and user authority
202
	 
203