[PATCH 35 of 54] Release 1.0

Wald Commits scm-commit at wald.intevation.org
Wed Jan 7 10:56:52 CET 2015


# HG changeset patch
# User Benoît Allard <benoit.allard at greenbone.net>
# Date 1415174090 -3600
# Node ID 9ddfd6ee6b01d1177e260c9244718cba82a009be
# Parent  bd2ae8de33c18fdd3b1d117df63b054b8a3355c3
Release 1.0

diff -r bd2ae8de33c1 -r 9ddfd6ee6b01 CHANGES
--- a/CHANGES	Tue Nov 04 16:21:04 2014 +0100
+++ b/CHANGES	Wed Nov 05 08:54:50 2014 +0100
@@ -1,10 +1,16 @@
-FarolLuz next
-=============
+FarolLuz 1.0 (2014-11-05)
+=========================
+
+THis is the first public release of FarolLuz. FarolLuz is a set of library /
+utilities to manipulate Security Advisories. It is part of Farol, the Security
+Advisory Management Platform.
+
 
 Main changes since FarolLuz 0.1.1:
 ----------------------------------
 * Add tests
 * Add method to rename productIDs in the whole document
+* Add method to rename groupIDs in the whole document.
 * Split the big cvrf.py file into smaller ones
 
 FarolLuz 0.1.1 (2014-10-17)
diff -r bd2ae8de33c1 -r 9ddfd6ee6b01 farolluz/__init__.py
--- a/farolluz/__init__.py	Tue Nov 04 16:21:04 2014 +0100
+++ b/farolluz/__init__.py	Wed Nov 05 08:54:50 2014 +0100
@@ -28,4 +28,4 @@
 This is part of Farol: A Security Advisory Management Platform.
 """
 
-__version__ = '0.1.1'
+__version__ = '1.0'


More information about the Farol-commits mailing list