-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed issue #105: New Release version
The version is 0.4.1 (instead of suggested 0.5.0) since it introduces no backwards-incompatible changes. Only version is actually changed, no code modifications.
- Loading branch information
Showing
9 changed files
with
46 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
AC_INIT([libcpuid CPU Identification library], [0.4.0], [[email protected]], [libcpuid]) | ||
AC_INIT([libcpuid CPU Identification library], [0.4.1], [[email protected]], [libcpuid]) | ||
AC_CONFIG_SRCDIR([libcpuid/libcpuid.h]) | ||
AC_CONFIG_HEADERS([config.h]) | ||
AC_CONFIG_MACRO_DIR([m4]) | ||
|
@@ -22,9 +22,10 @@ dnl 12:1:1 Version 0.2.1: more processors support | |
dnl 12:1:2 Version 0.2.2: more processors support, *BSD/Solaris support, updates to MSR stuff | ||
dnl 13:0:0 Version 0.3.0: increment max Intel leaf 04 entries to 8 | ||
dnl 14:0:0 Version 0.4.0: add one more field per cpu_raw_data_t and cpu_id_t | ||
dnl 14:0:1 Version 0.4.1: DB updates, and a lot of rdmsr improvements | ||
LIBCPUID_CURRENT=14 | ||
LIBCPUID_AGE=0 | ||
LIBCPUID_REVISION=0 | ||
LIBCPUID_REVISION=1 | ||
AC_SUBST([LIBCPUID_AGE]) | ||
AC_SUBST([LIBCPUID_REVISION]) | ||
AC_SUBST([LIBCPUID_CURRENT]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,18 @@ | ||
libcpuid (0.4.1) unstable; urgency=low | ||
|
||
* 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 | ||
|
||
-- Georgiev, Veselin <[email protected]> Tue, 05 Feb 2019 22:36:00 +0200 | ||
|
||
libcpuid (0.4.0+ubuntu1~1) artful; urgency=low | ||
|
||
* built for artful | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters