Mercurial > farol
annotate CHANGES @ 9:5b84a2c4f30c
Get rid of the custom Proxy, gunicorn does it for us, add Logging to file
author | Benoît Allard <benoit.allard@greenbone.net> |
---|---|
date | Mon, 29 Sep 2014 14:15:21 +0200 |
parents | 2ce3676c9b2e |
children | 4219d6fb4c38 |
rev | line source |
---|---|
8
2ce3676c9b2e
Ease the import of new documents
Benoît Allard <benoit.allard@greenbone.net>
parents:
0
diff
changeset
|
1 Farol 0.1.1 (2014-??-??) |
2ce3676c9b2e
Ease the import of new documents
Benoît Allard <benoit.allard@greenbone.net>
parents:
0
diff
changeset
|
2 ======================== |
2ce3676c9b2e
Ease the import of new documents
Benoît Allard <benoit.allard@greenbone.net>
parents:
0
diff
changeset
|
3 |
2ce3676c9b2e
Ease the import of new documents
Benoît Allard <benoit.allard@greenbone.net>
parents:
0
diff
changeset
|
4 Main changes since 0.1: |
2ce3676c9b2e
Ease the import of new documents
Benoît Allard <benoit.allard@greenbone.net>
parents:
0
diff
changeset
|
5 ----------------------- |
2ce3676c9b2e
Ease the import of new documents
Benoît Allard <benoit.allard@greenbone.net>
parents:
0
diff
changeset
|
6 * Ease the import of documents |
2ce3676c9b2e
Ease the import of new documents
Benoît Allard <benoit.allard@greenbone.net>
parents:
0
diff
changeset
|
7 * Add a Welcome page |
2ce3676c9b2e
Ease the import of new documents
Benoît Allard <benoit.allard@greenbone.net>
parents:
0
diff
changeset
|
8 |
2ce3676c9b2e
Ease the import of new documents
Benoît Allard <benoit.allard@greenbone.net>
parents:
0
diff
changeset
|
9 |
0 | 10 Farol 0.1 (2014-09-24) |
11 ====================== | |
12 | |
13 This is the first release of Farol. Farol is a Security Advisory Management | |
14 (Web) Platform. | |
15 | |
16 Main Features: | |
17 - Import CVRF Documents. | |
18 - Edit / Add components of the Advisory. | |
19 - Export as CVRF / NASL / OVAL. | |
20 - Keep a local cache of the documents being worked on. | |
21 |