From b34757e7b8c1f06f905166681c2b0328c3ec3f92 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Sun, 31 Dec 2023 17:55:09 -0800 Subject: [PATCH] December 31, 2023 (#419) --- .nuget/directxtk_desktop_2019.nuspec | 2 +- .nuget/directxtk_desktop_win10.nuspec | 2 +- .nuget/directxtk_uwp.nuspec | 2 +- CMakeLists.txt | 2 +- HISTORY.md | 5 +++++ README.md | 2 +- 6 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.nuget/directxtk_desktop_2019.nuspec b/.nuget/directxtk_desktop_2019.nuspec index 605d9ab5..9a2175b6 100644 --- a/.nuget/directxtk_desktop_2019.nuspec +++ b/.nuget/directxtk_desktop_2019.nuspec @@ -30,7 +30,7 @@ SpriteBatch - simple & efficient 2D sprite rendering SpriteFont - bitmap based text rendering VertexTypes - structures for commonly used vertex data formats WICTextureLoader - WIC-based image file texture loader - Matches the October 28, 2023 release on GitHub. + Matches the December 31, 2023 release on GitHub. DirectX Tool Kit for Audio in this package uses XAudio2Redist NuGet package to support Windows 7 or later. http://go.microsoft.com/fwlink/?LinkId=248929 diff --git a/.nuget/directxtk_desktop_win10.nuspec b/.nuget/directxtk_desktop_win10.nuspec index 37f383b2..c8351b17 100644 --- a/.nuget/directxtk_desktop_win10.nuspec +++ b/.nuget/directxtk_desktop_win10.nuspec @@ -30,7 +30,7 @@ SpriteBatch - simple & efficient 2D sprite rendering SpriteFont - bitmap based text rendering VertexTypes - structures for commonly used vertex data formats WICTextureLoader - WIC-based image file texture loader - Matches the October 28, 2023 release on GitHub. + Matches the December 31, 2023 release on GitHub. DirectX Tool Kit for Audio in this package uses XAudio 2.9 which requires Windows 10 or later. http://go.microsoft.com/fwlink/?LinkId=248929 diff --git a/.nuget/directxtk_uwp.nuspec b/.nuget/directxtk_uwp.nuspec index 7ee45d10..844497b6 100644 --- a/.nuget/directxtk_uwp.nuspec +++ b/.nuget/directxtk_uwp.nuspec @@ -30,7 +30,7 @@ SpriteBatch - simple & efficient 2D sprite rendering SpriteFont - bitmap based text rendering VertexTypes - structures for commonly used vertex data formats WICTextureLoader - WIC-based image file texture loader - Matches the October 28, 2023 release on GitHub. + Matches the December 31, 2023 release on GitHub. http://go.microsoft.com/fwlink/?LinkId=248929 images\icon.jpg diff --git a/CMakeLists.txt b/CMakeLists.txt index 928b1fd4..602fa2b3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required (VERSION 3.20) -set(DIRECTXTK_VERSION 1.8.6) +set(DIRECTXTK_VERSION 1.8.7) if(WINDOWS_STORE OR (DEFINED XBOX_CONSOLE_TARGET)) set(CMAKE_TRY_COMPILE_TARGET_TYPE "STATIC_LIBRARY") diff --git a/HISTORY.md b/HISTORY.md index f2516da7..d5b80fe6 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -6,6 +6,11 @@ Release available for download on [GitHub](https://github.com/microsoft/DirectXT ## Release History +### December 31, 2023 +* Fix WAVFileReader bugs with bounds checking +* CMake project updates +* Code review + ### October 28, 2023 * Additional methods for *DirectX Tool Kit for Audio* emitter for linear and inverse-square falloff curves * xwbtool: -flist option updated to support filenames with spaces diff --git a/README.md b/README.md index b8a3dcf5..e3d5523b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ http://go.microsoft.com/fwlink/?LinkId=248929 Copyright (c) Microsoft Corporation. -**October 28, 2023** +**December 31, 2023** This package contains the "DirectX Tool Kit", a collection of helper classes for writing Direct3D 11 C++ code for Universal Windows Platform (UWP) apps for Windows 11, Windows 10, Xbox One, and Win32 desktop applications for Windows 7 Service Pack 1 or later.