12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- libcpuid (0.4.1+debian1~1) UNRELEASED; urgency=low
- * Closes: #745040
- * moved away from github
- * drop support for microsoft
- -- Jeffrey Cliff <jeffrey.cliff@gmail.com> Mon, 03 Dec 2018 18:10:00 +0530
- libcpuid (0.4.0+ubuntu1~1) artful; urgency=low
- * built for artful
- * got rid of lintian errors
- -- Jeffrey Cliff <jeffrey.cliff@gmail.com> Fri, 20 Apr 2018 15:39:37 +0600
- libcpuid (0.4.0) unstable; urgency=low
- * Better detection of AMD clock multiplier with msrinfo.
- * Support for Intel SGX detection
- (a backwards-incompatible change since the sizeof
- cpu_raw_data_t and cpu_id_t is now different).
- -- Georgiev, Veselin <anrieff@gmail.com> Fri, 30 Sep 2016 22:39:37 +0300
- libcpuid (0.3.0) unstable; urgency=low
- * A backwards-incompatible change, since the sizeof cpu_raw_data_t and
- cpu_id_t are now different.
- * Support for processors up to Skylake.
- * Fix clock detection in cpu_clock_by_ic() for Skylake.
- * Support up to 8 subleaf entries for CPUID leaf 04 and detection
- of L4 cache.
- * MSR functions supported on FreeBSD.
- * INFO_VOLTAGE request supported by cpu_msrinfo().
- -- eloaders <eloaders@linux.pl> Mon, 22 Aug 2016 17:45:21 +0200
- libcpuid (0.2.1) unstable; urgency=low
- * Initial release add debian directory for libcpuid.
- -- Zhang, Guodong <gdzhang@linx-info.com> Fri, 10 Apr 2015 14:59:27 +0800
|