From: Mauro Carvalho Chehab Date: Wed, 29 May 2013 14:10:44 +0000 (-0300) Subject: Bump to version 0.4.1 X-Git-Tag: v0.4.1~3 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=0b47025aa5c00e87f59eb963e468c30fc092033c;p=users%2Fmchehab%2Frasdaemon.git Bump to version 0.4.1 The sqlite3 bugfix is important enough to deserve a version. Signed-off-by: Mauro Carvalho Chehab --- diff --git a/ChangeLog b/ChangeLog index f8cba39..52a24c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -28,3 +28,9 @@ * Get rid of pthreads, to avoid troubles with sqllite3 (requires Kernel 3.10 or upper) * Add memory error decoding on MCE traces + +2013-05-29 Mauro Carvalho Chehab + + * Version 0.4.1 + * Some fixes, mostly at sqlite3 code + * Add support at ras-mc-ctl to query database diff --git a/configure.ac b/configure.ac index eae3ef4..4f31f1e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([RASdaemon], 0.4.0) +AC_INIT([RASdaemon], 0.4.1) AM_SILENT_RULES([yes]) AC_CANONICAL_SYSTEM AC_CONFIG_MACRO_DIR([m4])