From e5b5f2e0193ffce91e02bc585bf42fa58acd296b Mon Sep 17 00:00:00 2001 From: Xorg Date: Sun, 23 Oct 2022 16:51:00 +0200 Subject: [PATCH] Release version 0.6.1 --- CMakeLists.txt | 4 ++-- ChangeLog | 10 ++++++++++ configure.ac | 5 +++-- libcpuid/Makefile.x64 | 2 +- libcpuid/Makefile.x86 | 2 +- libcpuid/libcpuid.dsp | 4 ++-- libcpuid/libcpuid.h | 4 +++- libcpuid/libcpuid_vc10.vcxproj | 12 ++++++------ libcpuid/libcpuid_vc71.vcproj | 6 +++--- 9 files changed, 31 insertions(+), 18 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7e6b3bc..40c352d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,9 +1,9 @@ cmake_minimum_required(VERSION 3.13) -set(VERSION "0.6.0") +set(VERSION "0.6.1") set(LIBCPUID_CURRENT 16) set(LIBCPUID_AGE 0) -set(LIBCPUID_REVISION 0) +set(LIBCPUID_REVISION 1) project( cpuid LANGUAGES C CXX ASM_MASM diff --git a/ChangeLog b/ChangeLog index f99bd39..750880b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -122,3 +122,13 @@ Version 0.6.0 (2022-09-23): * Support for more AMD Kabini (Sempron + Athlon) * Improve msr_serialize_raw_data() * Support for AMD Zen 2 custom APU for Steam Deck + +Version 0.6.1 (2022-10-23): + * Support for AMD Raphael + * Support for AMD Dali + * Support for AMD Van Gogh + * Fix stuck cpuid_tool due to set_cpu_affinity() on Windows (#172) + * Remove AMD Warhol from DB (Zen3+ cancelled) + * Fix physical core count computed by cpu_identify_all() when HT is disabled (#175) + * Fix shared library symlinks with CMake (#174) + * Support for Intel Raptor Lake-S diff --git a/configure.ac b/configure.ac index 28eae7a..08a863a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libcpuid CPU Identification library], [0.6.0], [libcpuid-devel@lists.sourceforge.net], [libcpuid]) +AC_INIT([libcpuid CPU Identification library], [0.6.1], [libcpuid-devel@lists.sourceforge.net], [libcpuid]) AC_CONFIG_SRCDIR([libcpuid/libcpuid.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) @@ -26,9 +26,10 @@ dnl 14:0:1 Version 0.4.1: DB updates, and a lot of rdmsr improvements dnl 15:0:0 Version 0.5.0: add one more field per cpu_raw_data_t (amd_fn8000001dh) and cpu_id_t l1_{data,instruction}_{assoc,cacheline} dnl 15:0:1 Version 0.5.1: DB updates dnl 16:0:0 Version 0.6.0: add more fields in cpu_id_t (cache instances), support for hybrid CPUs, DB updates +dnl 16:0:1 Version 0.6.1: DB updates, fixes LIBCPUID_CURRENT=16 LIBCPUID_AGE=0 -LIBCPUID_REVISION=0 +LIBCPUID_REVISION=1 AC_SUBST([LIBCPUID_AGE]) AC_SUBST([LIBCPUID_REVISION]) AC_SUBST([LIBCPUID_CURRENT]) diff --git a/libcpuid/Makefile.x64 b/libcpuid/Makefile.x64 index 7d94b12..5126769 100644 --- a/libcpuid/Makefile.x64 +++ b/libcpuid/Makefile.x64 @@ -5,7 +5,7 @@ all: libcpuid.lib ASM = ml64 /nologo CC = cl.exe /nologo /TC OPTFLAGS = /MT -DEFINES = /D "VERSION=\"0.6.0\"" +DEFINES = /D "VERSION=\"0.6.1\"" OBJECTS = masm-x64.obj asm-bits.obj cpuid_main.obj libcpuid_util.obj recog_amd.obj recog_intel.obj rdtsc.obj libcpuid.lib: $(OBJECTS) diff --git a/libcpuid/Makefile.x86 b/libcpuid/Makefile.x86 index 898bbc1..f129773 100644 --- a/libcpuid/Makefile.x86 +++ b/libcpuid/Makefile.x86 @@ -12,7 +12,7 @@ all: libcpuid.lib CC = cl.exe /nologo /TC OPTFLAGS = /MT -DEFINES = /D "VERSION=\"0.6.0\"" +DEFINES = /D "VERSION=\"0.6.1\"" OBJECTS = asm-bits.obj cpuid_main.obj libcpuid_util.obj recog_amd.obj recog_intel.obj rdtsc.obj libcpuid.lib: $(OBJECTS) diff --git a/libcpuid/libcpuid.dsp b/libcpuid/libcpuid.dsp index cfcc5c2..b0c7df6 100644 --- a/libcpuid/libcpuid.dsp +++ b/libcpuid/libcpuid.dsp @@ -41,7 +41,7 @@ RSC=rc.exe # PROP Intermediate_Dir "Release" # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D VERSION=\"0.6.0\" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D VERSION=\"0.6.1\" /YX /FD /c # ADD BASE RSC /l 0x409 /d "NDEBUG" # ADD RSC /l 0x409 /d "NDEBUG" BSC32=bscmake.exe @@ -64,7 +64,7 @@ LIB32=link.exe -lib # PROP Intermediate_Dir "Debug" # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D VERSION=\"0.6.0\" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D VERSION=\"0.6.1\" /YX /FD /GZ /c # ADD BASE RSC /l 0x409 /d "_DEBUG" # ADD RSC /l 0x409 /d "_DEBUG" BSC32=bscmake.exe diff --git a/libcpuid/libcpuid.h b/libcpuid/libcpuid.h index acd6b8b..92e2e34 100644 --- a/libcpuid/libcpuid.h +++ b/libcpuid/libcpuid.h @@ -29,7 +29,7 @@ * \file libcpuid.h * \author Veselin Georgiev * \date Oct 2008 - * \version 0.6.0 + * \version 0.6.1 * * Version history: * @@ -66,6 +66,8 @@ * a lot of DB updates * (a backwards-incompatible change since the sizeof * cpu_id_t is now different). + * * 0.6.1 (2022-10-23): A lot of DB updates, fix set_cpu_affinity() on Windows, + * fix cpu_identify_all() when HT is disabled. */ /** @mainpage A simple libcpuid introduction diff --git a/libcpuid/libcpuid_vc10.vcxproj b/libcpuid/libcpuid_vc10.vcxproj index e19b0b3..a817051 100644 --- a/libcpuid/libcpuid_vc10.vcxproj +++ b/libcpuid/libcpuid_vc10.vcxproj @@ -102,7 +102,7 @@ Disabled - WIN32;_DEBUG;_LIB;VERSION="0.6.0";%(PreprocessorDefinitions) + WIN32;_DEBUG;_LIB;VERSION="0.6.1";%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebug @@ -117,7 +117,7 @@ Disabled - WIN32;_DEBUG;_LIB;VERSION="0.6.0";%(PreprocessorDefinitions) + WIN32;_DEBUG;_LIB;VERSION="0.6.1";%(PreprocessorDefinitions) EnableFastChecks MultiThreadedDebug @@ -130,7 +130,7 @@ - WIN32;NDEBUG;_LIB;VERSION="0.6.0";%(PreprocessorDefinitions) + WIN32;NDEBUG;_LIB;VERSION="0.6.1";%(PreprocessorDefinitions) MultiThreaded @@ -142,7 +142,7 @@ - WIN32;NDEBUG;_LIB;VERSION="0.6.0";%(PreprocessorDefinitions) + WIN32;NDEBUG;_LIB;VERSION="0.6.1";%(PreprocessorDefinitions) MultiThreaded @@ -157,7 +157,7 @@ - WIN32;NDEBUG;_LIB;VERSION="0.6.0";%(PreprocessorDefinitions) + WIN32;NDEBUG;_LIB;VERSION="0.6.1";%(PreprocessorDefinitions) MultiThreaded @@ -169,7 +169,7 @@ - WIN32;NDEBUG;_LIB;VERSION="0.6.0";%(PreprocessorDefinitions) + WIN32;NDEBUG;_LIB;VERSION="0.6.1";%(PreprocessorDefinitions) MultiThreaded diff --git a/libcpuid/libcpuid_vc71.vcproj b/libcpuid/libcpuid_vc71.vcproj index 8bc61d4..5dcf449 100644 --- a/libcpuid/libcpuid_vc71.vcproj +++ b/libcpuid/libcpuid_vc71.vcproj @@ -19,7 +19,7 @@