This commit is contained in:
Adam Murdoch
2014-03-01 11:23:40 +11:00
parent 91ac33ef55
commit 086a35e895

View File

@@ -1,8 +1,8 @@
# Native-platform: Java bindings for various native APIs # Native-platform: Java bindings for various native APIs
A collection of cross-platform Java APIs for various native APIs. Currently supports OS X, Linux and Windows on Intel A collection of cross-platform Java APIs for various native APIs. Currently supports OS X, Linux, Windows and FreeBSD
architectures. on Intel architectures.
These APIs support Java 5 and later. Some of these APIs overlap with APIs available in later Java versions. These APIs support Java 5 and later. Some of these APIs overlap with APIs available in later Java versions.
@@ -88,6 +88,10 @@ Some sample code to use the terminal:
## Changes ## Changes
### 0.8
* Ported to FreeBSD. Thanks to [Zsolt Kúti](https://github.com/tinca).
### 0.7 ### 0.7
* Some fixes for a broken 0.6 release. * Some fixes for a broken 0.6 release.