- Update to version 0.4.1:

* Better support for Skylake Core i5 (#76)
	* Misdiagnosis microarchitecture for i3-3220T (#81)
	* Ability to dump MSR values to a file (PR #82)
	* AMD Ryzen support (#86)
	* Support for Coffee and Kaby Lake (#104)
	* Support for Raven Ridge and Threadripper (#106)
	* Support for Pinnacle Ridge (#111)
	* Fix P-III Celeron misdetection
	* Support for Skylake-X (#116)
	* Support for Zen+ Threadripper

OBS-URL: https://build.opensuse.org/package/show/utilities/libcpuid?expand=0&rev=7
This commit is contained in:
2019-02-14 14:17:32 +00:00
committed by Git OBS Bridge
parent 8d5fcbf8bf
commit d077cd3487
4 changed files with 30 additions and 15 deletions
+15
View File
@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Feb 14 14:12:46 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
- Update to version 0.4.1:
* Better support for Skylake Core i5 (#76)
* Misdiagnosis microarchitecture for i3-3220T (#81)
* Ability to dump MSR values to a file (PR #82)
* AMD Ryzen support (#86)
* Support for Coffee and Kaby Lake (#104)
* Support for Raven Ridge and Threadripper (#106)
* Support for Pinnacle Ridge (#111)
* Fix P-III Celeron misdetection
* Support for Skylake-X (#116)
* Support for Zen+ Threadripper
-------------------------------------------------------------------
Thu Jun 8 13:22:59 UTC 2017 - mpluskal@suse.com