prelude-lml/master: Update NEWS, bump version
[email protected] Thu, 16 Jul 2009 15:42:30 +0200 (CEST)
| Newsgroups | gmane.comp.security.ids.prelude.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit e769ef385252d57a1ea0541db8a7f01459d8ec79 Author: Yoann Vandoorselaere <[email protected]> Date: Thu Jul 16 15:44:09 2009 +0200 Update NEWS, bump version ======================================== NEWS | 36 ++++++++++++++++++++++++++++++++++++ configure.in | 2 +- 2 files changed, 37 insertions(+), 1 deletions(-) ======================================== diff --git a/NEWS b/NEWS index ff5e7ec..8c78fe8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,39 @@ +* 2009-07-16, prelude-lml-0.9.15: + +- Make the Prelude-LML UDP server IPv6 compatible. + +- Implement 'idmef-alter' and 'idmef-alter-force' option, alloing + to include static values into IDMEF events generated using a given + format. + +- New PPP/PPTPD/L2TP ruleset, by Alexander Afonyashin <[email protected]>, + with slight modification from Pierre Chifflier <[email protected]>. + Close #340. + +- Fix CISCO VPN ruleset so that the 'Authentication rejected' rule will + trigger even if the 'server' field does not contain a word (fix #328). + +- Remove dos-style end-of-lines (Closes #338) + +- Fixes possible off by one when parsing variable reference number, and + remove un-needed check that would always evaluate to TRUE.Thanks + Steve Grubb <[email protected]> for reporting this problem (and + running flexelint on the Prelude sources)! + +- Update for libtool 2.x compatibility. + +- This simplify the whole regular expression handling a lot, making the + code much easier to read, and fixing potential problem with ovector + assignement. This code should also improve performance by a small + factor. + +- Change CISCO references urls to their new location, add CISCO ASA rule + to handle discarded tcp or udp packets. + +- Various fixes and update. + + + * 2008-10-17, prelude-lml-0.9.14: - Fix log file permission error, that could happen thought the user diff --git a/configure.in b/configure.in index 3d3d6c3..2b627bf 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT AC_PREREQ(2.59) AC_CANONICAL_TARGET([]) -AM_INIT_AUTOMAKE(prelude-lml, 0.9.14) +AM_INIT_AUTOMAKE(prelude-lml, 0.9.15) AM_CONFIG_HEADER(config.h) AM_DISABLE_STATIC _______________________________________________ Prelude-cvslog site list [email protected] http://lists.prelude-ids.org/mailman/listinfo/prelude-cvslog