# HG changeset patch # User BenoƮt Allard # Date 1416239457 -3600 # Node ID b883c2584f79346b1dd8f3dd840d766f4e3c4e8a # Parent daa0d292a6f959b165479088488a829ff647df91 Update the CHANGES, RElease Farol 1.0.1 diff -r daa0d292a6f9 -r b883c2584f79 CHANGES --- 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) ====================== diff -r daa0d292a6f9 -r b883c2584f79 farol/__init__.py --- 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'