From 1991d6209dbf1c76ea962eb67a35b99a058800ce Mon Sep 17 00:00:00 2001 From: leomccormack Date: Thu, 19 Aug 2021 16:38:34 +0300 Subject: [PATCH] bumped SAF version and updated changelog --- ChangeLog.txt | 7 +++++++ framework/include/saf.h | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 6ee8ecab5..7cbda9191 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -8,6 +8,13 @@ Major and/or breaking changes to the Spatial_Audio_Framework are listed here. For descriptions of minor changes and bug fixes, please refer to the git log. +==================================================================================================== +v1.2.2 + - General documentation improvements, and also switched to a more modern doxygen theme + - More Intel IPP functions are favoured and called if SAF_USE_INTEL_IPP is defined + - Added a solo/mute feature for the ambi_enc and binauraliser examples + - Some more minor optimisations + ==================================================================================================== v1.2.1 - Added (optional) AVX and AVX-512 support, when using: SAF_ENABLE_SIMD diff --git a/framework/include/saf.h b/framework/include/saf.h index d653d85fd..21592dc57 100644 --- a/framework/include/saf.h +++ b/framework/include/saf.h @@ -91,7 +91,7 @@ #define SAF_VERSION_MAJOR 1 /**< Major version */ #define SAF_VERSION_MINOR 2 /**< Minor version */ -#define SAF_VERSION_PATCH 1 /**< Patch version */ +#define SAF_VERSION_PATCH 2 /**< Patch version */ #define SAF_VERSION_SPECIAL "" /**< Append text ("alpha", "beta", "") */ #define MKSTRING_(s) #s /**< Stringify */ #define MKSTRING(s) MKSTRING_(s) /**< Stringify */