From f86f31b9f0b1a99d27b33d438da2d64693fcb76d Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Fri, 21 Oct 2022 13:57:21 +0100 Subject: [PATCH] Update for 3.1.1 --- CHANGELOG | 14 ++++++++++++++ meson.build | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 70e5165..1929031 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,18 @@ +Changes in Rubber Band v3.1.1 + +This minor release contains no code changes, only a fix to the build +system. + + * Fix failure to configure and build on some systems without a Java + compiler. Java/JNI support is entirely optional in Rubber Band, but + auto-detection of whether to build it or not was failing in certain + environments: this broke the normal build process for some users. + +The API is unchanged from 3.0 and the library is binary compatible +back to version 1.7. + + Changes in Rubber Band v3.1 This significant release contains many enhancements that can improve diff --git a/meson.build b/meson.build index 84ee370..43cbf33 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ project( 'Rubber Band Library', 'c', 'cpp', - version: '3.1.0', + version: '3.1.1', license: 'GPL-2.0-or-later', default_options: [ 'cpp_std=c++11',