Skip to content

Commit

Permalink
BUmp verstion to 0.6.7
Browse files Browse the repository at this point in the history
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
  • Loading branch information
mchehab committed May 26, 2021
1 parent ce6e786 commit 02baedf
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
21 changes: 21 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
2021-05-26 Mauro Carvalho Chehab <[email protected]>
- Version 0.6.7

* Support for Ice Lake and Sapphire Rapids
* Support for HiSilicon Kunpeng9xx
* Support for Ampere
* Support for memory failure events
* Support for ARM processor error information
* Support for decoding for new SMCA Load Store bank type
* Add 8 channel decoding for SMCA systems
* Improvements at the page isolation logic
* New labels: A2SDi-8C-HLN4F, A2SDi-8C+-HLN4F, ASUS PRIME X570-PRO
* New labels: Supermicro X10SRA-F and H8DGU
* Added support to specify SYSCONFDEFDIR
* RASSTATEDIR is now created at runtime
* Use a linked list for non-standard error decoding interface
* PCIe AER now displas PCIe dev name
* Fixed a memory leak
* Several fixes
* Added ppc64le to travis build

2020-07-21 Mauro Carvalho Chehab <[email protected]>
- Version 0.6.6

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([RASdaemon], 0.6.6)
AC_INIT([RASdaemon], 0.6.7)
AM_SILENT_RULES([yes])
AC_CANONICAL_SYSTEM
AC_CONFIG_MACRO_DIR([m4])
Expand Down
3 changes: 3 additions & 0 deletions misc/rasdaemon.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ rm INSTALL %{buildroot}/usr/include/*.h

%changelog

* Wed May 26 2021 Mauro Carvalho Chehab <[email protected]> 0.6.7-1
- Bump to version 0.6.5 with several fixes and additions

* Tue Jul 21 2020 Mauro Carvalho Chehab <[email protected]> 0.6.6-1
- Bump to version 0.6.5 with several fixes, new hip08 events and memory prediction analysis

Expand Down

0 comments on commit 02baedf

Please sign in to comment.