Update for 3.1.1
This commit is contained in:
14
CHANGELOG
14
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
|
Changes in Rubber Band v3.1
|
||||||
|
|
||||||
This significant release contains many enhancements that can improve
|
This significant release contains many enhancements that can improve
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
project(
|
project(
|
||||||
'Rubber Band Library',
|
'Rubber Band Library',
|
||||||
'c', 'cpp',
|
'c', 'cpp',
|
||||||
version: '3.1.0',
|
version: '3.1.1',
|
||||||
license: 'GPL-2.0-or-later',
|
license: 'GPL-2.0-or-later',
|
||||||
default_options: [
|
default_options: [
|
||||||
'cpp_std=c++11',
|
'cpp_std=c++11',
|
||||||
|
|||||||
Reference in New Issue
Block a user