Statistics
| Branch: | Tag: | Revision:

root / ChangeLog @ b7566dcc

History | View | Annotate | Download (6 kB)

1
===========
2
1.0.0 RELEASE
3
Major UI redesign, Debian Wheezy version, Django 1.4
4

    
5
Improvements:
6
	-New UI based on Bootstrap3 theme
7
	-Minor fixes in long polling init
8
	-Debian Wheezy - Django 1.4 ready
9

    
10
===========
11
0.9.9 RELEASE
12
Major documentation improvements. Minor app enhancements. Minor bug fixes
13

    
14
Improvements:
15
	-Wrote documentation in rst format (http://flowspy.readthedocs.org/)
16
	-Update initial data with fragment types
17
	-Add current version in footer via context
18
	-Add beanstalk client, as installation from package is fuzzy
19
	-Comment the helptext line in patched user model (django 1.3 issues)
20

    
21
===========
22
0.9.8 RELEASE
23
Minor functionality improvements (check Requirements)
24

    
25
Requirements:
26
	-south migration to include database changes if you are at
27
	<=0.9.5
28

    
29
Improvements:
30
	-Added more port validation checks
31
	-Added more IP address validation checks
32

    
33
===========
34
0.9.7 RELEASE
35
Minor UI improvements (check Requirements)
36

    
37
Requirements:
38
	-south migration to include database changes if you are at 
39
	<=0.9.5
40

    
41
UI Improvements:
42
	-Added badges in rule status
43

    
44
===========
45
0.9.6 RELEASE
46
New Feature and minor UI improvements (check Requirements)
47

    
48
Requirements:
49
	-south migration to include database changes
50

    
51
Features:
52
	-Added fragment type as an option in rule match statements
53

    
54
UI Improvements:
55
	-Changed wording;from 'Suspend' to 'Deactivate'
56
	-Increased the size of Console and Add Rule buttons. Made Add Rule button 
57
	stand out with different color.
58

    
59
===========
60
0.9.5 RELEASE
61
Fixes
62

    
63
Fixes:
64
	-Fixed issue with page logo
65
	-Changed Shibboleth attributes from HTML to Shibboleth naming in error.html
66
	-Minor change in the user activation procedure. Activation mail goes only to admins not TechCs
67

    
68
===========
69
0.9.4 RELEASE
70
Minor fixes
71

    
72
Fixes:
73
	-Change the name of the released file (Makefile)
74
	-Added copyright info plus updated the README file
75
	-Added missing files in images
76

    
77
===========
78
0.9.3 RELEASE
79
Minor fix
80

    
81
Fixes:
82
	-Fixed the population of "Any" in source field
83

    
84
===========
85
0.9.2 RELEASE
86
Major enhancement and a minor fixes
87

    
88
Enhancements:
89
	-Added alternative view for helpdesk
90

    
91
Fixes:
92
	-Fixed the static url for tinymce in settings
93
	-Fixed an issue caused by multiple Shibboleth attributes
94

    
95
===========
96
0.9.1 RELEASE
97
Major UI enhancements
98

    
99
Enhancements:
100
	-Added bootstrap UI framework
101
	-Added TinyMCE in flatpages
102
	-Brought back flatpages with JS magic for translation switching
103
	-HomeOrganization is no longer required-user selects from dropdown
104
	-Added Shibboleth mapping in settings
105
	-Added an Any button in source address
106

    
107
===========
108
0.9 RELEASE
109
Major enhancements
110

    
111
Enhancements:
112
	-Added internationalization support
113
	-Added Greek translation
114

    
115
===========
116
0.8.7 RELEASE
117
Minor enhancements
118

    
119
Enhancements:
120
	- Merged all mail txt files into one
121
	- Added all routes in form cleaning (initially, EXPIRED, ADMININACTIVE and ERROR were excluded)
122

    
123
===========
124
0.8.6 RELEASE
125
Minor UI enhancements/Bug fix
126
Fixes:
127
	- Fixed issue where rules in ERROR state would cause check_sync to check them
128
Enhancements:
129
	- Added small dots to ongoing response field to indicate activity
130

    
131
===========
132
0.8.5 RELEASE
133
Feature enhancement release/Minor UI fixes/Cleanup
134
Fixes:
135
	- Changed javascript order to prevent unformated content in datatables
136
	- Un-needed files cleanup
137
	- Error template is now based on base.html template
138
Enhancements:
139
	- Administrator privileges apply on UI as well
140
	- Enhanced application security
141

    
142
===========
143
0.8.4 RELEASE
144
Vulnerability prevention/bug fixes release
145
Fixes:
146
	- Fixed a bug where the shib auth backend erased non-shibboleth users info
147
	- Added an authsource variable to prevent authentication backend overlapping
148
	- Added exception handling for non-Shibboleth users that do not belong to a peer
149

    
150
===========
151
0.8.3 RELEASE
152
Feature enhancement release
153
Fixes:
154
	- User/username length monkey patching now works with admin forms as well  
155

    
156
===========
157
0.8.2 RELEASE
158
Bug Fix release
159
Fixes:
160
	- Fixed bug with csrf cookie not being set while logged in for the first time 
161

    
162
===========
163
0.8.1 RELEASE
164
This is the latest alpha release operating on production network
165
Changes:
166
	- Fixed bug with protected networks form cleaning
167

    
168
===========    
169
v0.8.0 RELEASE
170
New features
171
Changes:  
172
	- DB migration to protocol addition
173
	- Added protocol to match conditions plus check mechanism to form cleaning
174

    
175
===========
176
0.7.11 RELEASE
177
Bux fixes
178
Changes:
179
	- Prevented a bug that would cause the rule application to throw exception
180

    
181
===========
182
0.7.10 RELEASE
183
Got rid of another cronjob
184
Changes:
185
	- Turned expiration notification cron job into celery job
186
	- Added a preliminary draft for a Makefile facilitating various jobs
187

    
188
===========
189
0.7.9.7 RELEASE
190
Some minor changes mainly to reinforce security
191
Changes:
192
	- Added FQDN resolving in mail notification templates to denote the host that an action originated
193

    
194
===========
195
0.7.9.5 RELEASE
196
Oops! Something was missing from form validation
197
Changes:
198
	- Added source address to required fields
199

    
200
===========
201
0.7.9.2 RELEASE
202
Major changes (maybe version tag does not indicate that)
203
Changes:
204
	- Added a custom command to fetch networks for each peer. Got rid of cronjob
205
	- Major change with db engine. Altered database storage engine to MYISAM to allow for software relations between tables and views
206

    
207
===========
208
0.7.9.1 RELEASE
209
Code cleanups
210
Changes:
211
    - Replaced simplejson imports with json
212

    
213
===========
214
0.7.9 RELEASE
215
Bug fixes
216
Changes:
217
	- Added a custom uknown_host_cb function to overcome ssh key errors
218

    
219
===========
220
0.7.7 RELEASE
221
Modules cleanup
222
Changes:
223
	- Removed utils/beanstalkc as it is now a deb package
224

    
225
===========
226
0.7.1 RELEASE
227
Code improvements
228
Changes:
229
	- Modified peer network range update mechanism
230

    
231
===========
232
0.7 RELEASE
233
Major release/changes
234
Features:
235
	- Added registration to installed apps
236
	- Removed user activation from shibboleth backend. Moved it to login view
237
	
238
===========
239
Application features up to now:
240
	- Rule creation and application to device via netconf, nxpy
241
	- Match statements include source, destination addrs, src, dst ports
242
	- Then statements include discard and rate limit for plain users
243
	- User authentication via Shibboleth
244
	- Whois client determines user peer networks and user authority
245
	 
246