Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 3.5.0 - dist jars and doc links #143

Merged
merged 2 commits into from
Oct 19, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Java Native Access (JNA)
========================

The definitive JNA reference (including an overview and usage details) is in the [JavaDoc](http://twall.github.com/jna/3.4.1/javadoc/). Please read the [overview](http://twall.github.com/jna/3.4.1/javadoc/overview-summary.html#overview_description).
The definitive JNA reference (including an overview and usage details) is in the [JavaDoc](http://twall.github.com/jna/3.5.0/javadoc/). Please read the [overview](http://twall.github.com/jna/3.5.0/javadoc/overview-summary.html#overview_description).

JNA provides Java programs easy access to native shared libraries (DLLs on Windows) without writing anything but Java code—no JNI or native code is required. This functionality is comparable to Windows' Platform/Invoke and Python's ctypes. Access is dynamic at runtime without code generation.

Expand All @@ -18,10 +18,10 @@ JNA includes a platform library with many native functions already mapped as wel
Download
========

Version 3.4.1
Version 3.5.0

* [jna.jar](jna/blob/3.4.1/dist/jna.jar?raw=true)
* [platform.jar](jna/blob/3.4.1/dist/platform.jar?raw=true)
* [jna.jar](jna/blob/3.5.0/dist/jna.jar?raw=true)
* [platform.jar](jna/blob/3.5.0/dist/platform.jar?raw=true)

Features
========
Expand Down Expand Up @@ -79,12 +79,12 @@ Using the Library
* [Platform Library](https://github.com/twall/jna/blob/master/www/PlatformLibrary.md)
* [Direct Method Mapping](https://github.com/twall/jna/blob/master/www/DirectMapping.md) (Optimization)
* [Frequently Asked Questions (FAQ)](https://github.com/twall/jna/blob/master/www/FrequentlyAskedQuestions.md)
* [Avoiding Crashes](http://twall.github.com/jna/3.4.1/javadoc/overview-summary.html#crash-protection)
* [Avoiding Crashes](http://twall.github.com/jna/3.5.0/javadoc/overview-summary.html#crash-protection)

Primary Documentation (JavaDoc)
===============================

The definitive JNA reference is in the [JavaDoc](http://twall.github.com/jna/3.4.1/javadoc/).
The definitive JNA reference is in the [JavaDoc](http://twall.github.com/jna/3.5.0/javadoc/).

Developers
==========
Expand Down
Binary file modified dist/doc.zip
Binary file not shown.
Binary file added dist/jna-min.jar
Binary file not shown.
Binary file modified dist/jna.jar
Binary file not shown.
Binary file modified dist/jnacontrib/demo-alphamask.jar
Binary file not shown.
Binary file modified dist/jnacontrib/demo-balloonmanager.jar
Binary file not shown.
Binary file modified dist/jnacontrib/demo-balloontips.jar
Binary file not shown.
Binary file modified dist/jnacontrib/demo-dnd.jar
Binary file not shown.
Binary file modified dist/jnacontrib/demo-shapedwindow.jar
Binary file not shown.
Binary file modified dist/jnacontrib/demo-w32keyhook.jar
Binary file not shown.
Binary file modified dist/jnacontrib/demo-x11.jar
Binary file not shown.
Binary file modified dist/linux-amd64.jar
Binary file not shown.
Binary file modified dist/src-full.zip
Binary file not shown.
Binary file modified dist/src.zip
Binary file not shown.