diff --git a/CHANGES.md b/CHANGES.md index 4f83b98db5..cc857dc804 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -14,6 +14,7 @@ Features * [#1482](https://github.com/java-native-access/jna/pull/1482): Add multilingual support of `Kernel32Util.formatMessage` - [@overpathz](https://github.com/overpathz). * [#1490](https://github.com/java-native-access/jna/pull/1490): Adds support for a custom `SymbolProvider` in `NativeLibrary` & `Library` - [@soywiz](https://github.com/soywiz). * [#1491](https://github.com/java-native-access/jna/pull/1491): Update libffi to v3.4.4 - [@matthiasblaesing](https://github.com/matthiasblaesing). +* [#1487](https://github.com/java-native-access/jna/issues/1487): Add 'uses' information to OSGI metadata in MANIFEST.MF to improve stability of package resolution - [@sratz](https://github.com/sratz). Bug Fixes --------- diff --git a/build.xml b/build.xml index 0855255486..f5d6251ee6 100644 --- a/build.xml +++ b/build.xml @@ -73,6 +73,7 @@ + @@ -470,6 +471,12 @@ + - + diff --git a/contrib/platform/build.xml b/contrib/platform/build.xml index cdbf8db165..167d39cabf 100644 --- a/contrib/platform/build.xml +++ b/contrib/platform/build.xml @@ -145,6 +145,12 @@ +