libprelude/master: Update NEWS, bump version
[email protected] Wed, 8 Jul 2009 16:51:58 +0200 (CEST)
| Newsgroups | gmane.comp.security.ids.prelude.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit 979d9c750075f820b250e9b54a6354b09384f44f Author: Yoann Vandoorselaere <[email protected]> Date: Wed Jul 8 16:45:57 2009 +0200 Update NEWS, bump version ======================================== NEWS | 23 +++++++++++++++++++++++ configure.in | 12 ++++++------ docs/api/libprelude-decl.txt | 2 +- 3 files changed, 30 insertions(+), 7 deletions(-) ======================================== diff --git a/NEWS b/NEWS index 70673b4..dbdbc9d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,26 @@ +* 2009-07-08, libprelude-0.9.24: + +- Initial prelude-log C++/Python/Ruby/Perl/Lua bindings support. + This implement language bindings for the PreludeLog interface. + +- Make the created profile permission fully respect required ownership. + The analyzerid file within the created profile was incorrectly created + with current ownership, rather than using specified uid/gid. + +- Ruby and Python bindings were not properly checking whether the + argument was a file descriptor in case the left/right shift IDMEF + operator were used. + +- Fix prelude-client initialization problem with empty argv[0], which + sometime happen when called from certain high level language. + +- Fix error in case of multiple initialization. + +- Fix possible Lua module crash on initialization. + +- Various bug fixes + + * 2009-06-08, libprelude-0.9.23: - New API functions to retrieve operators applicable to a given idmef_path_t, diff --git a/configure.in b/configure.in index 034891d..71d6b74 100644 --- a/configure.in +++ b/configure.in @@ -11,7 +11,7 @@ dnl ********************************************************** libprelude_major=0 libprelude_minor=9 -libprelude_micro=23 +libprelude_micro=24 libprelude_patchlevel= libprelude_version=$libprelude_major.$libprelude_minor.$libprelude_micro$libprelude_patchlevel @@ -21,13 +21,13 @@ dnl * Library soname (http://sources.redhat.com/autobook/autobook/autobook_91.ht dnl ********************************************************** libprelude_current=20 -libprelude_revision=0 +libprelude_revision=1 libprelude_age=18 LIBPRELUDE_SONAME=$libprelude_current:$libprelude_revision:$libprelude_age -libpreludecpp_current=1 +libpreludecpp_current=2 libpreludecpp_revision=0 -libpreludecpp_age=1 +libpreludecpp_age=2 LIBPRELUDECPP_SONAME=$libpreludecpp_current:$libpreludecpp_revision:$libpreludecpp_age @@ -712,9 +712,9 @@ case "${host}" in esac if test x$WIN32 = xyes; then - AC_DEFINE_UNQUOTED(INSTALLDIR, "$BINDIR", Prelude library install directory) + AC_DEFINE_UNQUOTED(INSTALLDIR, "$BINDIR", Prelude library install directory) else - AC_DEFINE_UNQUOTED(INSTALLDIR, "$LIBDIR", Prelude library install directory) + AC_DEFINE_UNQUOTED(INSTALLDIR, "$LIBDIR", Prelude library install directory) fi diff --git a/docs/api/libprelude-decl.txt b/docs/api/libprelude-decl.txt index 45490fa..12f8f40 100644 --- a/docs/api/libprelude-decl.txt +++ b/docs/api/libprelude-decl.txt @@ -6666,7 +6666,7 @@ idmef_message_t *message </MACRO> <MACRO> <NAME>LIBPRELUDE_VERSION</NAME> -#define LIBPRELUDE_VERSION "0.9.23.1" +#define LIBPRELUDE_VERSION "0.9.24" </MACRO> <FUNCTION> <NAME>prelude_init</NAME> _______________________________________________ Prelude-cvslog site list [email protected] http://lists.prelude-ids.org/mailman/listinfo/prelude-cvslog