prelude-correlator/master: Update NEWS, bump version number.
[email protected] Wed, 17 Jun 2009 18:37:08 +0200 (CEST)
| Newsgroups | gmane.comp.security.ids.prelude.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit 968b9397ff195c20089e04445f8e2b05941cfe1b Author: Yoann Vandoorselaere <[email protected]> Date: Wed Jun 17 18:36:10 2009 +0200 Update NEWS, bump version number. ======================================== NEWS | 50 ++++++++++++++++++++++++++++++++++ prelude_correlator.egg-info/PKG-INFO | 2 +- setup.py | 2 +- 3 files changed, 52 insertions(+), 2 deletions(-) ======================================== diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..940f03c --- /dev/null +++ b/NEWS @@ -0,0 +1,50 @@ +* 2009-06-17, prelude-correlator-0.9.0-beta4: + +- Initial Python Correlator version. Rationale for the switch available here: + http://lists.prelude-ids.org/pipermail/prelude-user/2009-April/005163.html + +- Support DShield <http://www.dshield.org/> correlation! + + +* 2008-07-11, prelude-correlator-0.9.0-beta3: + +- Add missing AUTHORS file. + +- Allow setting 'nil' IDMEF value using IDMEF:set() (#297). + +- Fix ctx:set() typo in the business-hour.lua rulese (#297). + + +* 2008-07-03, prelude-correlator-0.9.0-beta2: + +- Fix issues with the business-hour ruleset, that tried updating a non + existing context. This rule does not need a context at all, rather a + simple IDMEF object is sufficiant. + +- Always return a table when retrieving multiple path (even + with empty path). Fix #295. + +- Correct multi-path detection (was not working with exactly two IDMEF + path). + +- Fix invalid installation path under certain conditions, thanks + to Steve Grubb <[email protected]> for pointing that out. + + +* 2008-06-27, prelude-correlator-0.9.0-beta1b: + +- Fix invalid installation path under certain conditions. + + +* 2008-06-27, prelude-correlator-0.9.0-beta1a: + +- Always use $(DESTDIR) when installing files. + +- Check for lua.pc as well as lua5.1.pc, since different distribution + seems to be using different default. + + +* 2008-06-27, prelude-correlator-0.9.0-beta1: + +- First Prelude-Correlator release. + diff --git a/prelude_correlator.egg-info/PKG-INFO b/prelude_correlator.egg-info/PKG-INFO index cac97ff..b2d1f12 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.1 +Version: 0.9.0-beta4 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 ece21f5..116dbf8 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.1" +PRELUDE_CORRELATOR_VERSION = "0.9.0-beta4" LIBPRELUDE_REQUIRED_VERSION = "0.9.23" _______________________________________________ Prelude-cvslog site list [email protected] http://lists.prelude-ids.org/mailman/listinfo/prelude-cvslog