Skip to content

Commit 8470f1f

Browse files
Rebuild native libraries
1 parent 19519fe commit 8470f1f

31 files changed

+2
-1
lines changed

CHANGES.md

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Bug Fixes
1818
* [#1414](https://github.com/java-native-access/jna/pull/1414): Fix definition of `c.s.j.p.unix.X11.XK_Shift_R` - [@matthiasblaesing](https://github.com/matthiasblaesing).
1919
* [#1323](https://github.com/java-native-access/jna/issues/1323). Fix crashes in direct callbacks on mac OS aarch64 - [@matthiasblaesing](https://github.com/matthiasblaesing).
2020
* [#1422](https://github.com/java-native-access/jna/pull/1422): Load jawt library relative to `sun.boot.library.path` system on unix OSes - [@matthiasblaesing](https://github.com/matthiasblaesing).
21+
* [#1427](https://github.com/java-native-access/jna/pull/1427): Rebuild all binaries with fix from #1422 and #1323 - [@matthiasblaesing](https://github.com/matthiasblaesing).
2122

2223
Release 5.10.0
2324
==============

build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<!-- jnidispatch library release version -->
7777
<property name="jni.major" value="6"/>
7878
<property name="jni.minor" value="1"/>
79-
<property name="jni.revision" value="2"/>
79+
<property name="jni.revision" value="3"/>
8080
<property name="jni.build" value="0"/> <!--${build.number}-->
8181
<property name="jni.version" value="${jni.major}.${jni.minor}.${jni.revision}"/>
8282
<property name="jni.md5" value="147a998f0cbc89681a1ae6c0dd121629"/>

lib/native/android-aarch64.jar

6 Bytes
Binary file not shown.

lib/native/android-arm.jar

2 Bytes
Binary file not shown.

lib/native/android-armv7.jar

4 Bytes
Binary file not shown.

lib/native/android-mips.jar

6 Bytes
Binary file not shown.

lib/native/android-mips64.jar

6 Bytes
Binary file not shown.

lib/native/android-x86-64.jar

5 Bytes
Binary file not shown.

lib/native/android-x86.jar

5 Bytes
Binary file not shown.

lib/native/darwin-aarch64.jar

89 Bytes
Binary file not shown.

lib/native/darwin-x86-64.jar

-5 Bytes
Binary file not shown.

lib/native/freebsd-x86-64.jar

256 Bytes
Binary file not shown.

lib/native/freebsd-x86.jar

258 Bytes
Binary file not shown.

lib/native/linux-aarch64.jar

241 Bytes
Binary file not shown.

lib/native/linux-arm.jar

281 Bytes
Binary file not shown.

lib/native/linux-armel.jar

354 Bytes
Binary file not shown.

lib/native/linux-mips64el.jar

289 Bytes
Binary file not shown.

lib/native/linux-ppc.jar

271 Bytes
Binary file not shown.

lib/native/linux-ppc64le.jar

315 Bytes
Binary file not shown.

lib/native/linux-s390x.jar

261 Bytes
Binary file not shown.

lib/native/linux-x86-64.jar

216 Bytes
Binary file not shown.

lib/native/linux-x86.jar

194 Bytes
Binary file not shown.

lib/native/openbsd-x86-64.jar

252 Bytes
Binary file not shown.

lib/native/openbsd-x86.jar

1.63 KB
Binary file not shown.

lib/native/sunos-sparc.jar

130 Bytes
Binary file not shown.

lib/native/sunos-sparcv9.jar

305 Bytes
Binary file not shown.

lib/native/sunos-x86-64.jar

385 Bytes
Binary file not shown.

lib/native/sunos-x86.jar

3.13 KB
Binary file not shown.

lib/native/win32-aarch64.jar

-2 Bytes
Binary file not shown.

lib/native/win32-x86-64.jar

1 Byte
Binary file not shown.

lib/native/win32-x86.jar

2 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)