Mercurial > farol
changeset 157:b883c2584f79 1.0.1
Update the CHANGES, RElease Farol 1.0.1
author | Benoît Allard <benoit.allard@greenbone.net> |
---|---|
date | Mon, 17 Nov 2014 16:50:57 +0100 |
parents | daa0d292a6f9 |
children | d66532e1909e |
files | CHANGES farol/__init__.py |
diffstat | 2 files changed, 9 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES Mon Nov 17 16:43:45 2014 +0100 +++ b/CHANGES Mon Nov 17 16:50:57 2014 +0100 @@ -1,3 +1,11 @@ +Farol 1.0.1 (2014-11-17) +======================== + +This is the first patch release of Farol 1.0. Farol is the Security Advisory +Management platform. + +This release allow the configuration of a proxy for download operations. + Farol 1.0 (2014-11-04) ======================
--- a/farol/__init__.py Mon Nov 17 16:43:45 2014 +0100 +++ b/farol/__init__.py Mon Nov 17 16:50:57 2014 +0100 @@ -22,4 +22,4 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. -__version__ = '1.0' +__version__ = '1.0.1'