# HG changeset patch # User BenoƮt Allard # Date 1420724036 -3600 # Node ID ae584cfe6252005c350c051ad8b4881b52e9368e # Parent ce64c60100ccb3b6d17dd51a8e7c3b3368be16e6 Prepare the 1.1.1 release diff -r ce64c60100cc -r ae584cfe6252 CHANGES --- a/CHANGES Thu Jan 08 10:17:39 2015 +0100 +++ b/CHANGES Thu Jan 08 14:33:56 2015 +0100 @@ -1,3 +1,13 @@ +Farol 1.1.1 (2015-01-08) +======================== + +This is the first patch release of the Farol 1.1 branch. Farol is the +Security Advisory Management platform. + +This release updates the 'About' page with information about the development +platform 'Wald'. + + Farol 1.1.0 (2015-01-05) ======================== diff -r ce64c60100cc -r ae584cfe6252 farol/__init__.py --- a/farol/__init__.py Thu Jan 08 10:17:39 2015 +0100 +++ b/farol/__init__.py Thu Jan 08 14:33:56 2015 +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.1.0' +__version__ = '1.1.1'