]> www.infradead.org Git - users/mchehab/rasdaemon.git/commitdiff
Bump version to 0.4.0
authorMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 28 May 2013 18:00:22 +0000 (15:00 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 28 May 2013 18:00:22 +0000 (15:00 -0300)
There are too many changes already. Bump it to version 0.4.0.

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

index 448d90b057bc9db9a31d7018ffeaa29e8f47b4e7..f8cba39a4813bb2efa6c2fe2c39f044d69065535 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,30 @@
 2013-03-12     Mauro Carvalho Chehab <mchehab@redhat.com>
 
+       * Version 0.1.0
        * Initial version
+
+2013-05-08     Mauro Carvalho Chehab <mchehab@redhat.com>
+
+       * 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 <mchehab@redhat.com>
+
+       * 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 <mchehab@redhat.com>
+
+       * 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
index 8248636064cf19205e20d40efff35f96857b2521..14767ae96ff0221c7529eb36f364f2474877bca9 100644 (file)
@@ -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])