M CHANGELOG +11 -0
@@ 1,3 1,14 @@
+
+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
M Doxyfile +1 -1
@@ 31,7 31,7 @@ PROJECT_NAME = "Rubber Band Li
# 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.
M meson.build +2 -2
@@ 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()
M rubberband/RubberBandStretcher.h +1 -1
@@ 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
M rubberband/rubberband-c.h +1 -1
@@ 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