]> www.infradead.org Git - users/mchehab/rasdaemon.git/commitdiff
Bump to version 0.4.1
authorMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 29 May 2013 14:10:44 +0000 (11:10 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 29 May 2013 14:10:44 +0000 (11:10 -0300)
The sqlite3 bugfix is important enough to deserve a version.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
ChangeLog
configure.ac

index f8cba39a4813bb2efa6c2fe2c39f044d69065535..52a24c89eeafec8ef42d162115b4ef5c71e62c53 100644 (file)
--- 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 <mchehab@redhat.com>
+
+       * Version 0.4.1
+       * Some fixes, mostly at sqlite3 code
+       * Add support at ras-mc-ctl to query database
index eae3ef435cdd8f15ca5921b5c5bc156a2a2102a4..4f31f1e7133aee98c4242fcbe72241b5cded7536 100644 (file)
@@ -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])