From c5f99d5ff2cba2f4f1def6c38c7843bbb9ac7a78 Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Wed, 26 Jan 2022 09:36:01 +0000 Subject: [PATCH] This will be 2.0.2 --- CHANGELOG | 11 +++++++++++ Doxyfile | 2 +- meson.build | 4 ++-- rubberband/RubberBandStretcher.h | 2 +- rubberband/rubberband-c.h | 2 +- 5 files changed, 16 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 62c99fe..ecb4617 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,15 @@ +Changes in Rubber Band v2.0.2 + + * Fix a crash in certain configurations when using mid-side + processing (OptionChannelsTogether) with pitch shifts + * Fix failure to build on very old macOS versions (<= 10.8) when + combined with much newer compilers + +The API is unchanged and the library is binary compatible back to +version 1.7. + + Changes in Rubber Band v2.0.1 * Add a preliminary LV2 version of the example pitch-shifter plugin, diff --git a/Doxyfile b/Doxyfile index 33a6ed0..bc70bb7 100644 --- a/Doxyfile +++ b/Doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = "Rubber Band Library" # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 2.0.1 +PROJECT_NUMBER = 2.0.2 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/meson.build b/meson.build index 753d1df..3f9a9ec 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ project( 'Rubber Band Library', 'c', 'cpp', - version: '2.0.1', + version: '2.0.2', license: 'GPL-2.0-or-later', default_options: [ 'cpp_std=c++14', @@ -14,7 +14,7 @@ project( meson_version: '>= 0.53.0' ) -rubberband_dynamic_library_version = '2.1.6' +rubberband_dynamic_library_version = '2.1.7' system = host_machine.system() architecture = host_machine.cpu_family() diff --git a/rubberband/RubberBandStretcher.h b/rubberband/RubberBandStretcher.h index 2899ca7..2c229de 100644 --- a/rubberband/RubberBandStretcher.h +++ b/rubberband/RubberBandStretcher.h @@ -24,7 +24,7 @@ #ifndef RUBBERBAND_STRETCHER_H #define RUBBERBAND_STRETCHER_H -#define RUBBERBAND_VERSION "2.0.1" +#define RUBBERBAND_VERSION "2.0.2" #define RUBBERBAND_API_MAJOR_VERSION 2 #define RUBBERBAND_API_MINOR_VERSION 6 diff --git a/rubberband/rubberband-c.h b/rubberband/rubberband-c.h index 27ca153..6c3a4e9 100644 --- a/rubberband/rubberband-c.h +++ b/rubberband/rubberband-c.h @@ -28,7 +28,7 @@ extern "C" { #endif -#define RUBBERBAND_VERSION "2.0.1" +#define RUBBERBAND_VERSION "2.0.2" #define RUBBERBAND_API_MAJOR_VERSION 2 #define RUBBERBAND_API_MINOR_VERSION 6