summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Pepper <timothy.c.pepper@linux.intel.com>2012-11-02 16:25:02 -0700
committerTim Pepper <timothy.c.pepper@linux.intel.com>2012-11-02 16:25:02 -0700
commitcd32d5f2a704447433033f94f06af59180637805 (patch)
treee9df591557b59a90a02adbdd687d06e858f21ca8
parent8453ea92e49fbaba384361247df2b5ba7b8a8b82 (diff)
downloadcorewatcher-cd32d5f2a704447433033f94f06af59180637805.tar.gz
corewatcher-cd32d5f2a704447433033f94f06af59180637805.tar.bz2
corewatcher-cd32d5f2a704447433033f94f06af59180637805.zip
v0.9.10 bug fix release
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>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 93fdc96..7a2ccd2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])