prelude-correlator/master: Update NEWS, bump version.
[email protected] Thu, 18 Jun 2009 17:47:59 +0200 (CEST)
| Newsgroups | gmane.comp.security.ids.prelude.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit f3da833d9fe0b6c2d12806ba7ea5a27616f78f94 Author: Yoann Vandoorselaere <[email protected]> Date: Thu Jun 18 17:48:16 2009 +0200 Update NEWS, bump version. ======================================== NEWS | 28 ++++++++++++++++++++++++++++ prelude_correlator.egg-info/PKG-INFO | 2 +- setup.py | 2 +- 3 files changed, 30 insertions(+), 2 deletions(-) ======================================== diff --git a/NEWS b/NEWS index 940f03c..035358f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,31 @@ +* 2009-06-18, prelude-correlator-0.9.0-beta4: + +- A bug prevented prelude-correlator from starting in daemon mode when + using the '--pidfile' option. Fixes #355. + +- Prevent prelude-correlator from abording if a plugin fail. Emit + a warning explaining why a given plugin couldn't load, and continue + processing. + +- Implement a timeout for Dshield.org server connection. The default + is 10 seconds, and might be modified from the prelude-correlator.conf + configuration file. This prevent Dshield host list loading from + blocking forever, and fixes #353. + +- Make it possible to disable plugin (fixes #354), by adding the following setting + in prelude-correlator.conf: + + [PluginClassName] + disable = true + +- Read plugin configuration from prelude-correlator.conf + +- Use the Python logging facility. + +- Correct copyright notice, add missing AUTHORS, COPYING, HACKING.README files. + + + * 2009-06-17, prelude-correlator-0.9.0-beta4: - Initial Python Correlator version. Rationale for the switch available here: diff --git a/prelude_correlator.egg-info/PKG-INFO b/prelude_correlator.egg-info/PKG-INFO index b2d1f12..4642e48 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: 0.9.0-beta4 +Version: 0.9.0-beta5 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 116dbf8..f3f791f 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 = "0.9.0-beta4" +PRELUDE_CORRELATOR_VERSION = "0.9.0-beta5" LIBPRELUDE_REQUIRED_VERSION = "0.9.23" _______________________________________________ Prelude-cvslog site list [email protected] http://lists.prelude-ids.org/mailman/listinfo/prelude-cvslog