Add fragment type in views. Minor wording changes
[flowspy] / ChangeLog
1 ===========
2 0.9.5 RELEASE
3 Fixes
4
5 Fixes:
6         -Fixed issue with page logo
7         -Changed Shibboleth attributes from HTML to Shibboleth naming in error.html
8         -Minor change in the user activation procedure. Activation mail goes only to admins not TechCs
9
10 ===========
11 0.9.4 RELEASE
12 Minor fixes
13
14 Fixes:
15         -Change the name of the released file (Makefile)
16         -Added copyright info plus updated the README file
17         -Added missing files in images
18
19 ===========
20 0.9.3 RELEASE
21 Minor fix
22
23 Fixes:
24         -Fixed the population of "Any" in source field
25
26 ===========
27 0.9.2 RELEASE
28 Major enhancement and a minor fixes
29
30 Enhancements:
31         -Added alternative view for helpdesk
32
33 Fixes:
34         -Fixed the static url for tinymce in settings
35         -Fixed an issue caused by multiple Shibboleth attributes
36
37 ===========
38 0.9.1 RELEASE
39 Major UI enhancements
40
41 Enhancements:
42         -Added bootstrap UI framework
43         -Added TinyMCE in flatpages
44         -Brought back flatpages with JS magic for translation switching
45         -HomeOrganization is no longer required-user selects from dropdown
46         -Added Shibboleth mapping in settings
47         -Added an Any button in source address
48
49 ===========
50 0.9 RELEASE
51 Major enhancements
52
53 Enhancements:
54         -Added internationalization support
55         -Added Greek translation
56
57 ===========
58 0.8.7 RELEASE
59 Minor enhancements
60
61 Enhancements:
62         - Merged all mail txt files into one
63         - Added all routes in form cleaning (initially, EXPIRED, ADMININACTIVE and ERROR were excluded)
64
65 ===========
66 0.8.6 RELEASE
67 Minor UI enhancements/Bug fix
68 Fixes:
69         - Fixed issue where rules in ERROR state would cause check_sync to check them
70 Enhancements:
71         - Added small dots to ongoing response field to indicate activity
72
73 ===========
74 0.8.5 RELEASE
75 Feature enhancement release/Minor UI fixes/Cleanup
76 Fixes:
77         - Changed javascript order to prevent unformated content in datatables
78         - Un-needed files cleanup
79         - Error template is now based on base.html template
80 Enhancements:
81         - Administrator privileges apply on UI as well
82         - Enhanced application security
83
84 ===========
85 0.8.4 RELEASE
86 Vulnerability prevention/bug fixes release
87 Fixes:
88         - Fixed a bug where the shib auth backend erased non-shibboleth users info
89         - Added an authsource variable to prevent authentication backend overlapping
90         - Added exception handling for non-Shibboleth users that do not belong to a peer
91
92 ===========
93 0.8.3 RELEASE
94 Feature enhancement release
95 Fixes:
96         - User/username length monkey patching now works with admin forms as well  
97
98 ===========
99 0.8.2 RELEASE
100 Bug Fix release
101 Fixes:
102         - Fixed bug with csrf cookie not being set while logged in for the first time 
103
104 ===========
105 0.8.1 RELEASE
106 This is the latest alpha release operating on production network
107 Changes:
108         - Fixed bug with protected networks form cleaning
109
110 ===========    
111 v0.8.0 RELEASE
112 New features
113 Changes:  
114         - DB migration to protocol addition
115         - Added protocol to match conditions plus check mechanism to form cleaning
116
117 ===========
118 0.7.11 RELEASE
119 Bux fixes
120 Changes:
121         - Prevented a bug that would cause the rule application to throw exception
122
123 ===========
124 0.7.10 RELEASE
125 Got rid of another cronjob
126 Changes:
127         - Turned expiration notification cron job into celery job
128         - Added a preliminary draft for a Makefile facilitating various jobs
129
130 ===========
131 0.7.9.7 RELEASE
132 Some minor changes mainly to reinforce security
133 Changes:
134         - Added FQDN resolving in mail notification templates to denote the host that an action originated
135
136 ===========
137 0.7.9.5 RELEASE
138 Oops! Something was missing from form validation
139 Changes:
140         - Added source address to required fields
141
142 ===========
143 0.7.9.2 RELEASE
144 Major changes (maybe version tag does not indicate that)
145 Changes:
146         - Added a custom command to fetch networks for each peer. Got rid of cronjob
147         - Major change with db engine. Altered database storage engine to MYISAM to allow for software relations between tables and views
148
149 ===========
150 0.7.9.1 RELEASE
151 Code cleanups
152 Changes:
153     - Replaced simplejson imports with json
154
155 ===========
156 0.7.9 RELEASE
157 Bug fixes
158 Changes:
159         - Added a custom uknown_host_cb function to overcome ssh key errors
160
161 ===========
162 0.7.7 RELEASE
163 Modules cleanup
164 Changes:
165         - Removed utils/beanstalkc as it is now a deb package
166
167 ===========
168 0.7.1 RELEASE
169 Code improvements
170 Changes:
171         - Modified peer network range update mechanism
172
173 ===========
174 0.7 RELEASE
175 Major release/changes
176 Features:
177         - Added registration to installed apps
178         - Removed user activation from shibboleth backend. Moved it to login view
179         
180 ===========
181 Application features up to now:
182         - Rule creation and application to device via netconf, nxpy
183         - Match statements include source, destination addrs, src, dst ports
184         - Then statements include discard and rate limit for plain users
185         - User authentication via Shibboleth
186         - Whois client determines user peer networks and user authority
187          
188