diff --git a/DirectXTex/DirectXTex.h b/DirectXTex/DirectXTex.h index ae6b741..83a4fee 100644 --- a/DirectXTex/DirectXTex.h +++ b/DirectXTex/DirectXTex.h @@ -57,7 +57,7 @@ #endif #endif -#define DIRECTX_TEX_VERSION 133 +#define DIRECTX_TEX_VERSION 134 struct IWICImagingFactory; diff --git a/ReadMe.txt b/ReadMe.txt index 3749c0b..cba8834 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -3,7 +3,7 @@ DIRECTX TEXTURE LIBRARY (DirectXTex) Copyright (c) Microsoft Corporation. All rights reserved. -August 18, 2015 +October 30, 2015 This package contains DirectXTex, a shared source library for reading and writing DDS files, and performing various texture content processing operations including @@ -106,6 +106,11 @@ RELEASE NOTES ------------------------------------ RELEASE HISTORY +October 30, 2015 + DDS support for legacy bumpmap formats (V8U8, Q8W8V8U8, V16U16) + Fix for buffer overread in BC CPU compressor + Minor code cleanup + August 18, 2015 Added GetWICFactory and SetWICFactory Updates for new DXGI 1.3 types