Skip to content

Commit

Permalink
Add mappings for AIX Perfstat library
Browse files Browse the repository at this point in the history
  • Loading branch information
dbwiddis committed Jul 15, 2020
1 parent a6183d9 commit 59ac743
Show file tree
Hide file tree
Showing 6 changed files with 1,300 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Next Release (5.7.0)

Features
--------
* [#1217](https://github.com/java-native-access/jna/pull/1217): Add mappings for AIX `Perfstat` library to `c.s.j.p.unix.aix` - [@dbwiddis](https://github.com/dbwiddis).
* [#1231](https://github.com/java-native-access/jna/pull/1231): The test suite can now be executed on Windows using either ANSI or UNICODE win32 API by passing `-Dw32.ascii=true/false` to ant. Previously, UNICODE was always used. - [@T-Svensson](https://github.com/T-Svensson/)

Bug Fixes
Expand Down
1 change: 1 addition & 0 deletions contrib/platform/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ com.sun.jna.platform.dnd;version=${osgi.version},
com.sun.jna.platform.linux;version=${osgi.version},
com.sun.jna.platform.mac;version=${osgi.version},
com.sun.jna.platform.unix;version=${osgi.version},
com.sun.jna.platform.unix.aix;version=${osgi.version},
com.sun.jna.platform.unix.solaris;version=${osgi.version},
com.sun.jna.platform.win32;version=${osgi.version},
com.sun.jna.platform.win32.COM;version=${osgi.version},
Expand Down
Loading

0 comments on commit 59ac743

Please sign in to comment.