prelude-correlator/master: Update NEWS, bump version number

[email protected] Tue, 16 Mar 2010 15:40:09 +0100 (CET)
Newsgroups gmane.comp.security.ids.prelude.cvs
Message-ID <[email protected]>
--===============7819265212004701052==
Content-type: text

commit 48b57a5158cf6a14e5e86c021534f336ffc2969f
Author: Yoann Vandoorselaere <[email protected]>
Date:   Tue Mar 16 15:40:57 2010 +0100

    Update NEWS, bump version number


========================================

 NEWS                                 |   17 ++++++++++++++++-
 prelude_correlator.egg-info/PKG-INFO |    2 +-
 setup.py                             |    2 +-
 3 files changed, 18 insertions(+), 3 deletions(-)

========================================

diff --git a/NEWS b/NEWS
index 8323fb6..de05849 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+* 2010-03-16, prelude-correlator-1.0.0:
+
+- When Prelude-Correlator is started as a daemon, make sure we use
+  syslog for logging.
+
+- Fix an exception when adding an alert with no source or target to the
+  generated Correlation alert, by Frédéric Yhuel
+  <[email protected]>
+
+- Do not generate Brute Force CorrelationAlert for multiples successful
+  authentication.
+
+- Workaround documentation installation problem.
+
+
 * 2010-03-08, prelude-correlator-1.0.0rc4:
 
 - Fix installation problem (#372).
@@ -6,7 +21,7 @@
 * 2010-03-05, prelude-correlator-1.0.0rc3:
 
 - Prelude-Correlator wasn't properly updating context (and thus, didn't
-  generate correlation events) since context identifiers were escaped 
+  generate correlation events) since context identifiers were escaped
   twice.
 
 - Prevent exception when Prelude-Correlator attempt to restore contexts
diff --git a/prelude_correlator.egg-info/PKG-INFO b/prelude_correlator.egg-info/PKG-INFO
index bf9902f..aabdfc3 100644
--- a/prelude_correlator.egg-info/PKG-INFO
+++ b/prelude_correlator.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: prelude-correlator
-Version: 1.0.0rc4
+Version: 1.0.0
 Summary: Prelude-Correlator perform real time correlation of events received by Prelude
 Home-page: http://www.prelude-ids.com
 Author: Yoann Vandoorselaere
diff --git a/setup.py b/setup.py
index 04a3fe3..c898fdc 100644
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ from setuptools import setup, find_packages
 from setuptools.command.install import install
 from setuptools.command.sdist import sdist
 
-PRELUDE_CORRELATOR_VERSION = "1.0.0rc4"
+PRELUDE_CORRELATOR_VERSION = "1.0.0"
 
 
 class my_sdist(sdist):

--===============7819265212004701052==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Prelude-cvslog site list
[email protected]
http://lists.prelude-technologies.com/mailman/listinfo/prelude-cvslog
--===============7819265212004701052==--