diff --git a/.gitattributes b/.gitattributes index 456e49e990094033c42c86cedc1801edd2d3d159..b7105c4222bc5e504f8aca690d172137b6e305a2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,7 @@ * eol=lf *.bat eol=crlf *.sh eol=lf +*.dll binary +*.dynlib binary +*.so binary .git* export-ignore diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ea06b7df63830f9701246b0af40c129f27afb62..b06970c95fc1ff61b550c6e5968b22ca1f1a98d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Aparapi JNI Changelog +## 1.1.3 + +* createProgram in Java had the wrong signature producing a unsatisfied link exception that is now fixed. + ## 1.1.2 * Fixed `UnsatisfiedLinkError` which occured only on Windows. diff --git a/src/main/resources/osx/libaparapi_x86_64.dylib b/src/main/resources/osx/libaparapi_x86_64.dylib index 7723ae1a8f52cb3f457e5101625253b67c72394e..10c2dedc8945a736001791c7357e34cd4309cd4f 100755 Binary files a/src/main/resources/osx/libaparapi_x86_64.dylib and b/src/main/resources/osx/libaparapi_x86_64.dylib differ