]> www.infradead.org Git - users/mchehab/rasdaemon.git/commitdiff
Bump to version 0.6.3 v0.6.3
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Fri, 23 Aug 2019 11:01:39 +0000 (08:01 -0300)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Fri, 23 Aug 2019 11:43:09 +0000 (08:43 -0300)
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
ChangeLog
configure.ac
misc/rasdaemon.spec.in
new_ver.sh

index 1b32df719f55cada731d34273c09c6f46e106df9..aba850f408aeb3197d4b77c78ff561882900a722 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2019-08-23     Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
+       - Version 0.6.3
+
+       * Added support for ARM Scalable MCA
+       * Added support for HiSilicon HIP08
+       * Added support for Hygon Dhyana family 18h processor
+       * Added support for disk I/O error monitoring
+       * Added devlink events
+       * Integrate rasdaemon build tests with Travis CI
+       * Fixed asdaemon high CPU usage when part of CPUs offline
+       * Fixed mcgstatus message print
+       * Some other minor fixes
+
 2018-08-14     Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
        - Version 0.6.2
 
index dfabd37a209072e7670b12ce3cc1d279a659389a..3a8a435f02d2e5f320c015b4020e16608e8158ff 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([RASdaemon], 0.6.2)
+AC_INIT([RASdaemon], 0.6.3)
 AM_SILENT_RULES([yes])
 AC_CANONICAL_SYSTEM
 AC_CONFIG_MACRO_DIR([m4])
index 31ace22c10931669ff788c5c8adfc50e9badfa01..e27ebc0f397b81e901ef1b6baf10b281b0f66e59 100644 (file)
@@ -6,7 +6,9 @@ Group:                  Applications/System
 License:               GPLv2
 URL:                   http://git.infradead.org/users/mchehab/rasdaemon.git
 Source0:               http://www.infradead.org/~mchehab/rasdaemon/%{name}-%{version}.tar.bz2
+
 ExcludeArch:           s390 s390x
+BuildRequires:         gcc
 BuildRequires:         gettext-devel
 BuildRequires:         perl-generators
 BuildRequires:         sqlite-devel
@@ -36,7 +38,7 @@ an utility for reporting current error counts from the EDAC sysfs files.
 %setup -q
 
 %build
-%configure --enable-mce --enable-aer --enable-sqlite3 --enable-extlog --enable-abrt-report --enable-non-standard --enable-hisi-ns-decode --enable-arm
+%configure --enable-all
 
 make %{?_smp_mflags}
 
@@ -57,6 +59,9 @@ rm INSTALL %{buildroot}/usr/include/*.h
 
 %changelog
 
+* Fri Aug 23 2019 Mauro Carvalho Chehab <mchehab+samsung@kernel.org>  0.6.3-1
+- Bump to version 0.6.3 with new ARM events, plus disk I/O and netlink support
+
 * Tue Aug 14 2018 Mauro Carvalho Chehab <mchehab+samsung@kernel.org>  0.6.2-1
 - Bump to version 0.6.2 with improvements for PCIe AER parsing and at ras-mc-ctl tool
 
index 0a6b6337ae0a6fe78ecd54bf022450141ccebdab..e3fe5fd42486bb60de899be78ea640ff8bb933f4 100755 (executable)
@@ -13,4 +13,4 @@ echo "************************************************************************"
 echo "Building RPM files for version: $VER"
 echo "************************************************************************"
 echo
-git tag v$VER -f && make mock && make upload && git push --tags master
+git tag v$VER -f && make mock && make upload && git push