root / ChangeLog @ 0bf16f7f
History | View | Annotate | Download (6.2 kB)
1 |
=========== |
---|---|
2 |
1.0.2 RELEASE |
3 |
Documentation enhancements |
4 |
|
5 |
=========== |
6 |
1.0.1 RELEASE |
7 |
Minor fixes |
8 |
|
9 |
Fixes: |
10 |
-Overview login theme |
11 |
-Add missing urls |
12 |
|
13 |
=========== |
14 |
1.0.0 RELEASE |
15 |
Major UI redesign, Debian Wheezy version, Django 1.4 |
16 |
|
17 |
Improvements: |
18 |
-New UI based on Bootstrap3 theme |
19 |
-Minor fixes in long polling init |
20 |
-Debian Wheezy - Django 1.4 ready |
21 |
|
22 |
=========== |
23 |
0.9.9 RELEASE |
24 |
Major documentation improvements. Minor app enhancements. Minor bug fixes |
25 |
|
26 |
Improvements: |
27 |
-Wrote documentation in rst format (http://flowspy.readthedocs.org/) |
28 |
-Update initial data with fragment types |
29 |
-Add current version in footer via context |
30 |
-Add beanstalk client, as installation from package is fuzzy |
31 |
-Comment the helptext line in patched user model (django 1.3 issues) |
32 |
|
33 |
=========== |
34 |
0.9.8 RELEASE |
35 |
Minor functionality improvements (check Requirements) |
36 |
|
37 |
Requirements: |
38 |
-south migration to include database changes if you are at |
39 |
<=0.9.5 |
40 |
|
41 |
Improvements: |
42 |
-Added more port validation checks |
43 |
-Added more IP address validation checks |
44 |
|
45 |
=========== |
46 |
0.9.7 RELEASE |
47 |
Minor UI improvements (check Requirements) |
48 |
|
49 |
Requirements: |
50 |
-south migration to include database changes if you are at |
51 |
<=0.9.5 |
52 |
|
53 |
UI Improvements: |
54 |
-Added badges in rule status |
55 |
|
56 |
=========== |
57 |
0.9.6 RELEASE |
58 |
New Feature and minor UI improvements (check Requirements) |
59 |
|
60 |
Requirements: |
61 |
-south migration to include database changes |
62 |
|
63 |
Features: |
64 |
-Added fragment type as an option in rule match statements |
65 |
|
66 |
UI Improvements: |
67 |
-Changed wording;from 'Suspend' to 'Deactivate' |
68 |
-Increased the size of Console and Add Rule buttons. Made Add Rule button |
69 |
stand out with different color. |
70 |
|
71 |
=========== |
72 |
0.9.5 RELEASE |
73 |
Fixes |
74 |
|
75 |
Fixes: |
76 |
-Fixed issue with page logo |
77 |
-Changed Shibboleth attributes from HTML to Shibboleth naming in error.html |
78 |
-Minor change in the user activation procedure. Activation mail goes only to admins not TechCs |
79 |
|
80 |
=========== |
81 |
0.9.4 RELEASE |
82 |
Minor fixes |
83 |
|
84 |
Fixes: |
85 |
-Change the name of the released file (Makefile) |
86 |
-Added copyright info plus updated the README file |
87 |
-Added missing files in images |
88 |
|
89 |
=========== |
90 |
0.9.3 RELEASE |
91 |
Minor fix |
92 |
|
93 |
Fixes: |
94 |
-Fixed the population of "Any" in source field |
95 |
|
96 |
=========== |
97 |
0.9.2 RELEASE |
98 |
Major enhancement and a minor fixes |
99 |
|
100 |
Enhancements: |
101 |
-Added alternative view for helpdesk |
102 |
|
103 |
Fixes: |
104 |
-Fixed the static url for tinymce in settings |
105 |
-Fixed an issue caused by multiple Shibboleth attributes |
106 |
|
107 |
=========== |
108 |
0.9.1 RELEASE |
109 |
Major UI enhancements |
110 |
|
111 |
Enhancements: |
112 |
-Added bootstrap UI framework |
113 |
-Added TinyMCE in flatpages |
114 |
-Brought back flatpages with JS magic for translation switching |
115 |
-HomeOrganization is no longer required-user selects from dropdown |
116 |
-Added Shibboleth mapping in settings |
117 |
-Added an Any button in source address |
118 |
|
119 |
=========== |
120 |
0.9 RELEASE |
121 |
Major enhancements |
122 |
|
123 |
Enhancements: |
124 |
-Added internationalization support |
125 |
-Added Greek translation |
126 |
|
127 |
=========== |
128 |
0.8.7 RELEASE |
129 |
Minor enhancements |
130 |
|
131 |
Enhancements: |
132 |
- Merged all mail txt files into one |
133 |
- Added all routes in form cleaning (initially, EXPIRED, ADMININACTIVE and ERROR were excluded) |
134 |
|
135 |
=========== |
136 |
0.8.6 RELEASE |
137 |
Minor UI enhancements/Bug fix |
138 |
Fixes: |
139 |
- Fixed issue where rules in ERROR state would cause check_sync to check them |
140 |
Enhancements: |
141 |
- Added small dots to ongoing response field to indicate activity |
142 |
|
143 |
=========== |
144 |
0.8.5 RELEASE |
145 |
Feature enhancement release/Minor UI fixes/Cleanup |
146 |
Fixes: |
147 |
- Changed javascript order to prevent unformated content in datatables |
148 |
- Un-needed files cleanup |
149 |
- Error template is now based on base.html template |
150 |
Enhancements: |
151 |
- Administrator privileges apply on UI as well |
152 |
- Enhanced application security |
153 |
|
154 |
=========== |
155 |
0.8.4 RELEASE |
156 |
Vulnerability prevention/bug fixes release |
157 |
Fixes: |
158 |
- Fixed a bug where the shib auth backend erased non-shibboleth users info |
159 |
- Added an authsource variable to prevent authentication backend overlapping |
160 |
- Added exception handling for non-Shibboleth users that do not belong to a peer |
161 |
|
162 |
=========== |
163 |
0.8.3 RELEASE |
164 |
Feature enhancement release |
165 |
Fixes: |
166 |
- User/username length monkey patching now works with admin forms as well |
167 |
|
168 |
=========== |
169 |
0.8.2 RELEASE |
170 |
Bug Fix release |
171 |
Fixes: |
172 |
- Fixed bug with csrf cookie not being set while logged in for the first time |
173 |
|
174 |
=========== |
175 |
0.8.1 RELEASE |
176 |
This is the latest alpha release operating on production network |
177 |
Changes: |
178 |
- Fixed bug with protected networks form cleaning |
179 |
|
180 |
=========== |
181 |
v0.8.0 RELEASE |
182 |
New features |
183 |
Changes: |
184 |
- DB migration to protocol addition |
185 |
- Added protocol to match conditions plus check mechanism to form cleaning |
186 |
|
187 |
=========== |
188 |
0.7.11 RELEASE |
189 |
Bux fixes |
190 |
Changes: |
191 |
- Prevented a bug that would cause the rule application to throw exception |
192 |
|
193 |
=========== |
194 |
0.7.10 RELEASE |
195 |
Got rid of another cronjob |
196 |
Changes: |
197 |
- Turned expiration notification cron job into celery job |
198 |
- Added a preliminary draft for a Makefile facilitating various jobs |
199 |
|
200 |
=========== |
201 |
0.7.9.7 RELEASE |
202 |
Some minor changes mainly to reinforce security |
203 |
Changes: |
204 |
- Added FQDN resolving in mail notification templates to denote the host that an action originated |
205 |
|
206 |
=========== |
207 |
0.7.9.5 RELEASE |
208 |
Oops! Something was missing from form validation |
209 |
Changes: |
210 |
- Added source address to required fields |
211 |
|
212 |
=========== |
213 |
0.7.9.2 RELEASE |
214 |
Major changes (maybe version tag does not indicate that) |
215 |
Changes: |
216 |
- Added a custom command to fetch networks for each peer. Got rid of cronjob |
217 |
- Major change with db engine. Altered database storage engine to MYISAM to allow for software relations between tables and views |
218 |
|
219 |
=========== |
220 |
0.7.9.1 RELEASE |
221 |
Code cleanups |
222 |
Changes: |
223 |
- Replaced simplejson imports with json |
224 |
|
225 |
=========== |
226 |
0.7.9 RELEASE |
227 |
Bug fixes |
228 |
Changes: |
229 |
- Added a custom uknown_host_cb function to overcome ssh key errors |
230 |
|
231 |
=========== |
232 |
0.7.7 RELEASE |
233 |
Modules cleanup |
234 |
Changes: |
235 |
- Removed utils/beanstalkc as it is now a deb package |
236 |
|
237 |
=========== |
238 |
0.7.1 RELEASE |
239 |
Code improvements |
240 |
Changes: |
241 |
- Modified peer network range update mechanism |
242 |
|
243 |
=========== |
244 |
0.7 RELEASE |
245 |
Major release/changes |
246 |
Features: |
247 |
- Added registration to installed apps |
248 |
- Removed user activation from shibboleth backend. Moved it to login view |
249 |
|
250 |
=========== |
251 |
Application features up to now: |
252 |
- Rule creation and application to device via netconf, nxpy |
253 |
- Match statements include source, destination addrs, src, dst ports |
254 |
- Then statements include discard and rate limit for plain users |
255 |
- User authentication via Shibboleth |
256 |
- Whois client determines user peer networks and user authority |
257 |
|
258 |
|