v0.9.10 bug fix release
authorTim Pepper <timothy.c.pepper@linux.intel.com>
Fri, 2 Nov 2012 23:25:02 +0000 (16:25 -0700)
committerTim Pepper <timothy.c.pepper@linux.intel.com>
Fri, 2 Nov 2012 23:25:02 +0000 (16:25 -0700)
This release fixes a math error by which our kernel core_pattern was
probably mostly always disabled everywhere so we would not collect cores.
It also add a few bits of better logging.

Signed-off-by: Tim Pepper <timothy.c.pepper@linux.intel.com>
configure.ac

index 93fdc96..7a2ccd2 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.68])
-AC_INIT([nitra-corewatcher],[0.9.9],[timothy.c.pepper@linux.intel.com])
+AC_INIT([nitra-corewatcher],[0.9.10],[timothy.c.pepper@linux.intel.com])
 AM_INIT_AUTOMAKE([foreign -Wall -Werror])
 AC_CONFIG_FILES([Makefile src/Makefile])
 AC_CONFIG_SRCDIR([src/corewatcher.c])