[prelude-cvslog] r10953 - in libprelude/trunk: . libmissing

noreply at prelude-ids.org noreply at prelude-ids.org
Wed Sep 3 17:07:41 CEST 2008


Author: yoann
Date: 2008-09-03 17:07:41 +0200 (Wed, 03 Sep 2008)
New Revision: 10953

Modified:
   libprelude/trunk/NEWS
   libprelude/trunk/configure.in
   libprelude/trunk/libmissing/Makefile.am
Log:
Update NEWS, bump version.


Modified: libprelude/trunk/NEWS
===================================================================
--- libprelude/trunk/NEWS	2008-09-03 15:07:38 UTC (rev 10952)
+++ libprelude/trunk/NEWS	2008-09-03 15:07:41 UTC (rev 10953)
@@ -1,3 +1,32 @@
+* 2008-09-03, libprelude-0.9.20:
+
+- Multithreading API independance: support for posix, solaris, pth,
+  and win32 backend.
+
+- Automatic Node name and address detection, if the user did not
+  provides custom parameters.
+
+- When copying the value prior doing the cast, set the copy to not own
+  the value data.
+
+- When casting an IDMEF-Value fail, return the un-modified IDMEF-Value.
+
+- Fixed non working uint32 and uint64 to time cast.
+
+- Honor 'own_data' boolean when casting from/to a string (possible
+  double free).
+
+- Include unit tests.
+
+- Correct C++ headers installation path.
+
+- Fix Perl EasyBindings IDMEF->Read() method infinite loop.
+
+- Handle new IDMEF value as new IDMEF object: return the old value if
+  one already exist.
+
+
+
 * 2008-08-04, libprelude-0.9.19:
 
 - EasyBindings inclusion! EasyBindings provide simple C++, Python,

Modified: libprelude/trunk/configure.in
===================================================================
--- libprelude/trunk/configure.in	2008-09-03 15:07:38 UTC (rev 10952)
+++ libprelude/trunk/configure.in	2008-09-03 15:07:41 UTC (rev 10953)
@@ -11,7 +11,7 @@
 
 libprelude_major=0
 libprelude_minor=9
-libprelude_micro=19
+libprelude_micro=20
 libprelude_patchlevel=
 libprelude_version=$libprelude_major.$libprelude_minor.$libprelude_micro$libprelude_patchlevel
 
@@ -20,13 +20,13 @@
 dnl * Library soname (http://sources.redhat.com/autobook/autobook/autobook_91.html#SEC91)
 dnl **********************************************************
 
-libprelude_current=16
+libprelude_current=17
 libprelude_revision=0
-libprelude_age=14
+libprelude_age=15
 LIBPRELUDE_SONAME=$libprelude_current:$libprelude_revision:$libprelude_age
 
 libpreludecpp_current=0
-libpreludecpp_revision=0
+libpreludecpp_revision=1
 libpreludecpp_age=0
 LIBPRELUDECPP_SONAME=$libpreludecpp_current:$libpreludecpp_revision:$libpreludecpp_age
 

Modified: libprelude/trunk/libmissing/Makefile.am
===================================================================
--- libprelude/trunk/libmissing/Makefile.am	2008-09-03 15:07:38 UTC (rev 10952)
+++ libprelude/trunk/libmissing/Makefile.am	2008-09-03 15:07:41 UTC (rev 10953)
@@ -12,6 +12,7 @@
 # Reproduce by: gnulib-tool --import --dir=. --lib=libmissing --source-base=libmissing --m4-base=libmissing/m4 --doc-base=libmissing/doc --aux-dir=. --with-tests --lgpl --libtool --macro-prefix=gl --no-vc-files cond ftw getaddrinfo getpass gettimeofday inet_ntop lock lseek memmem minmax pathmax poll regex sigprocmask snprintf socklen strcase strcasestr strdup strndup strptime strsep thread time_r timegm tls vsnprintf
 
 AUTOMAKE_OPTIONS = 1.5 gnits subdir-objects
+SUBDIRS = tests
 
 noinst_HEADERS =
 noinst_LIBRARIES =



More information about the Prelude-cvslog mailing list