From df2ffb3698e53d591dfa02e3ee6014bd18744bc2 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Tue, 28 May 2013 15:00:22 -0300 Subject: [PATCH] Bump version to 0.4.0 There are too many changes already. Bump it to version 0.4.0. Signed-off-by: Mauro Carvalho Chehab --- ChangeLog | 27 +++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 448d90b..f8cba39 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,30 @@ 2013-03-12 Mauro Carvalho Chehab + * Version 0.1.0 * Initial version + +2013-05-08 Mauro Carvalho Chehab + + * Version 0.2.0 + * Add support to log via syslog + * Add ras-mc-ctl script to handle dimm labels + * Add a rpm spec file + * Make sqlite3 code experimental + * Add manpages and systemd services + * Update to take advantage of tracing features on Kernel 3.10 + +2013-05-20 Mauro Carvalho Chehab + + * Version 0.3.0 + * Several fixes + * Add support for MCE traces + * Add support for PCI AER traces + * Add a target to build it on rpm-based distros + +2013-05-28 Mauro Carvalho Chehab + + * Version 0.4.0 + * Several fixes + * Get rid of pthreads, to avoid troubles with sqllite3 + (requires Kernel 3.10 or upper) + * Add memory error decoding on MCE traces diff --git a/configure.ac b/configure.ac index 8248636..14767ae 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([RASdaemon], 0.3.0) +AC_INIT([RASdaemon], 0.4.0) AM_SILENT_RULES([yes]) AC_CANONICAL_SYSTEM AC_CONFIG_MACRO_DIR([m4]) -- 2.50.1