Mercurial > farol
annotate CHANGES @ 14:a52995b50ecc
Add a warning when saving to a private cache
author | Benoît Allard <benoit.allard@greenbone.net> |
---|---|
date | Tue, 30 Sep 2014 14:25:53 +0200 |
parents | 4219d6fb4c38 |
children | eedf9606ab33 |
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 |
12
4219d6fb4c38
Implement three kind of caches
Benoît Allard <benoit.allard@greenbone.net>
parents:
8
diff
changeset
|
4 This is the first patch release of Farol 0.1, it fixes various issues, and |
4219d6fb4c38
Implement three kind of caches
Benoît Allard <benoit.allard@greenbone.net>
parents:
8
diff
changeset
|
5 improve usability. |
4219d6fb4c38
Implement three kind of caches
Benoît Allard <benoit.allard@greenbone.net>
parents:
8
diff
changeset
|
6 |
4219d6fb4c38
Implement three kind of caches
Benoît Allard <benoit.allard@greenbone.net>
parents:
8
diff
changeset
|
7 |
4219d6fb4c38
Implement three kind of caches
Benoît Allard <benoit.allard@greenbone.net>
parents:
8
diff
changeset
|
8 Thanks to all the contributors: |
4219d6fb4c38
Implement three kind of caches
Benoît Allard <benoit.allard@greenbone.net>
parents:
8
diff
changeset
|
9 Michael Wiegand and Benoît Allard. |
4219d6fb4c38
Implement three kind of caches
Benoît Allard <benoit.allard@greenbone.net>
parents:
8
diff
changeset
|
10 |
8
2ce3676c9b2e
Ease the import of new documents
Benoît Allard <benoit.allard@greenbone.net>
parents:
0
diff
changeset
|
11 Main changes since 0.1: |
2ce3676c9b2e
Ease the import of new documents
Benoît Allard <benoit.allard@greenbone.net>
parents:
0
diff
changeset
|
12 ----------------------- |
12
4219d6fb4c38
Implement three kind of caches
Benoît Allard <benoit.allard@greenbone.net>
parents:
8
diff
changeset
|
13 * Ease the import of documents, with various shortcuts |
8
2ce3676c9b2e
Ease the import of new documents
Benoît Allard <benoit.allard@greenbone.net>
parents:
0
diff
changeset
|
14 * Add a Welcome page |
12
4219d6fb4c38
Implement three kind of caches
Benoît Allard <benoit.allard@greenbone.net>
parents:
8
diff
changeset
|
15 * Add loging of the exceptions to a farol.log file (in the instance dir) |
4219d6fb4c38
Implement three kind of caches
Benoît Allard <benoit.allard@greenbone.net>
parents:
8
diff
changeset
|
16 * Implement three different kind of 'caching': disableds, global or |
4219d6fb4c38
Implement three kind of caches
Benoît Allard <benoit.allard@greenbone.net>
parents:
8
diff
changeset
|
17 session-based. |
8
2ce3676c9b2e
Ease the import of new documents
Benoît Allard <benoit.allard@greenbone.net>
parents:
0
diff
changeset
|
18 |
2ce3676c9b2e
Ease the import of new documents
Benoît Allard <benoit.allard@greenbone.net>
parents:
0
diff
changeset
|
19 |
0 | 20 Farol 0.1 (2014-09-24) |
21 ====================== | |
22 | |
23 This is the first release of Farol. Farol is a Security Advisory Management | |
24 (Web) Platform. | |
25 | |
26 Main Features: | |
27 - Import CVRF Documents. | |
28 - Edit / Add components of the Advisory. | |
29 - Export as CVRF / NASL / OVAL. | |
30 - Keep a local cache of the documents being worked on. | |
31 |