From 2964c1ba01207966b133780545480e7b750f9918 Mon Sep 17 00:00:00 2001 From: Stephen Gold Date: Wed, 21 Apr 2021 15:23:06 -0700 Subject: [PATCH] update release log, build scripts, and init message for version 10.3.1 --- appveyor.yml | 10 +++++----- build.gradle | 2 +- release-notes.md | 6 ++++++ src/main/native/glue/jmeClasses.h | 2 +- 4 files changed, 13 insertions(+), 7 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 96991fe1..f74fef40 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ --- # configure deployment by AppVeyor.com -version: 10.3.0 +version: 10.3.1 image: Visual Studio 2019 @@ -11,13 +11,13 @@ build_script: - cmd: gradlew.bat build --console=plain --no-daemon artifacts: - - path: dist/Libbulletjme-10.3.0.jar + - path: dist/Libbulletjme-10.3.1.jar name: classJar - - path: dist/Libbulletjme-10.3.0-javadoc.jar + - path: dist/Libbulletjme-10.3.1-javadoc.jar name: javadocJar - - path: dist/Libbulletjme-10.3.0-sources.jar + - path: dist/Libbulletjme-10.3.1-sources.jar name: sourcesJar - - path: dist/Libbulletjme-10.3.0.pom + - path: dist/Libbulletjme-10.3.1.pom name: pom - path: dist/Windows32DebugDp_bulletjme.dll name: dll32DD diff --git a/build.gradle b/build.gradle index 7b3d7052..5b6dc42c 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ plugins { description = 'a JNI interface for Bullet Physics and V-HACD' ext { artifact = 'Libbulletjme' - version = '10.3.0' + version = '10.3.1' baseName = "${artifact}-${version}" } diff --git a/release-notes.md b/release-notes.md index 79461287..f2e3cdf5 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,5 +1,11 @@ # Release log for the Libbulletjme project +## Version 10.3.1 released on 21 April 2021 + + + Bugfix: `NullPointerException` in `Point2PointJoint.setPivotInB()` + + Upgraded the Bullet sources to match SHA1 ID=00dcc7788 + of the bullet3 project. + ## Version 10.3.0 released on 24 February 2021 + Bugfix: Java copies of `Point2PointJoint` pivot locations diff --git a/src/main/native/glue/jmeClasses.h b/src/main/native/glue/jmeClasses.h index 22e866df..a569ebf5 100644 --- a/src/main/native/glue/jmeClasses.h +++ b/src/main/native/glue/jmeClasses.h @@ -38,7 +38,7 @@ #include -#define LIBBULLETJME_VERSION "10.3.0" +#define LIBBULLETJME_VERSION "10.3.1" #ifdef _DEBUG #define NULL_CHK(pEnv, pointer, message, retval) \