diff --git a/CHANGES.md b/CHANGES.md index 5af6d5f5ae..fdad0bea1c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -30,6 +30,7 @@ Features * [#995](https://github.com/java-native-access/jna/pull/995): Added structures and methods to `c.s.j.platform.mac.SystemB` for Process, Network interface, Swapfile, Time, and Filesystem info - [@dbwiddis](https://github.com/dbwiddis). * [#997](https://github.com/java-native-access/jna/issues/997): Added `Sysinfo` structure and function to `c.s.j.platform.linux.LibC` - [@dbwiddis](https://github.com/dbwiddis). * [#1001](https://github.com/java-native-access/jna/pull/1001): Added overloads to `c.s.j.platform.win32.Advapi32Util` methods which allow the caller to specify `samDesiredExtra` to request additional registry key security and access rights - [@camw](https://github.com/camw). +* [#1007](https://github.com/java-native-access/jna/pull/1007): Added OSGi export of Solaris package - [@swimmesberger](https://github.com/swimmesberger). Bug Fixes --------- diff --git a/contrib/platform/build.xml b/contrib/platform/build.xml index 63f25c1301..7985f8248d 100644 --- a/contrib/platform/build.xml +++ b/contrib/platform/build.xml @@ -128,6 +128,7 @@ com.sun.jna.platform;version=${osgi.version}, com.sun.jna.platform.dnd;version=${osgi.version}, com.sun.jna.platform.mac;version=${osgi.version}, com.sun.jna.platform.unix;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}, com.sun.jna.platform.win32.COM.tlb;version=${osgi.version},