Skip to content

Commit

Permalink
Update CHANGES.md to document fix for strerror_r behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasblaesing committed Sep 24, 2016
1 parent 6e421e1 commit c696c65
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Expand Up @@ -83,6 +83,7 @@ Bug Fixes
* [#668](https://github.com/java-native-access/jna/issues/668): Correct typemapper used for structures defined in `com.sun.jna.platform.win32.DsGetDC`, `com.sun.jna.platform.win32.LMAccess`, `com.sun.jna.platform.win32.LMShare`, `com.sun.jna.platform.win32.Sspi`, `com.sun.jna.platform.win32.WinBase`, `com.sun.jna.platform.win32.WinCrypt`, `com.sun.jna.platform.win32.WinUser` and `com.sun.jna.platform.win32.Winnetwk` - [@matthiasblaesing](https://github.com/matthiasblaesing).
* [#696](https://github.com/java-native-access/jna/issues/696): COMLateBindingObject.getAutomationProperty method that takes iDispatch parameter doesn't use it - [@matthiasblaesing](https://github.com/matthiasblaesing).
* [#664](https://github.com/java-native-access/jna/issues/664): Prevent premature GC of Pointer and Function objects by passing whole object into JNI call in addition to the raw pointer value - [@matthiasblaesing](https://github.com/matthiasblaesing).
* [#669](https://github.com/java-native-access/jna/pull/669): Ensure XSI-compliant strerror_r is used, to prevent corrupted error messages on linux - [@DavidKeller](https://github.com/DavidKeller).

Release 4.2.1
=============
Expand Down
Binary file modified dist/linux-aarch64.jar
Binary file not shown.
Binary file modified dist/linux-ppc.jar
Binary file not shown.
Binary file modified dist/linux-sparcv9.jar
Binary file not shown.

0 comments on commit c696c65

Please sign in to comment.