Skip to content

Commit

Permalink
Release 5.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasblaesing committed Dec 10, 2023
1 parent 6706361 commit c366bc4
Show file tree
Hide file tree
Showing 55 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions CHANGES.md
Expand Up @@ -2,8 +2,8 @@ NOTE: as of JNA 4.0, JNA is now dual-licensed under LGPL and AL 2.0 (see LICENSE

NOTE: JNI native support is typically incompatible between minor versions, and almost always incompatible between major versions.

Next Release (5.14.0)
=====================
Release 5.14.0
==============

Features
--------
Expand All @@ -29,8 +29,8 @@ Important Changes
* Release drops support for JDKs 6 + 7, so you'll need at least JDK 8 to
update to use this version.

Release (5.13.0)
================
Release 5.13.0
==============

Features
--------
Expand Down
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -7,7 +7,7 @@
Java Native Access (JNA)
========================

The definitive JNA reference (including an overview and usage details) is in the [JavaDoc](http://java-native-access.github.io/jna/5.13.0/javadoc/). Please read the [overview](http://java-native-access.github.io/jna/5.13.0/javadoc/overview-summary.html#overview_description). Questions, comments, or exploratory conversations should begin on the [mailing list](http://groups.google.com/group/jna-users), although you may find it easier to find answers to already-solved problems on [StackOverflow](http://stackoverflow.com/questions/tagged/jna).
The definitive JNA reference (including an overview and usage details) is in the [JavaDoc](http://java-native-access.github.io/jna/5.14.0/javadoc/). Please read the [overview](http://java-native-access.github.io/jna/5.14.0/javadoc/overview-summary.html#overview_description). Questions, comments, or exploratory conversations should begin on the [mailing list](http://groups.google.com/group/jna-users), although you may find it easier to find answers to already-solved problems on [StackOverflow](http://stackoverflow.com/questions/tagged/jna).

JNA provides Java programs easy access to native shared libraries 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.

Expand Down Expand Up @@ -65,20 +65,20 @@ Pre-built platform support may be found [here](https://github.com/java-native-ac
Download
========

Version 5.13.0
Version 5.14.0

JNA
---

[![Maven Central](https://img.shields.io/maven-central/v/net.java.dev.jna/jna.svg?label=Maven%20Central)](https://search.maven.org/artifact/net.java.dev.jna/jna/5.13.0/jar) [jna-5.13.0.jar](https://repo1.maven.org/maven2/net/java/dev/jna/jna/5.13.0/jna-5.13.0.jar) [jna-jpms-5.13.0.jar](https://repo1.maven.org/maven2/net/java/dev/jna/jna-jpms/5.13.0/jna-jpms-5.13.0.jar)
[![Maven Central](https://img.shields.io/maven-central/v/net.java.dev.jna/jna.svg?label=Maven%20Central)](https://search.maven.org/artifact/net.java.dev.jna/jna/5.14.0/jar) [jna-5.14.0.jar](https://repo1.maven.org/maven2/net/java/dev/jna/jna/5.14.0/jna-5.14.0.jar) [jna-jpms-5.14.0.jar](https://repo1.maven.org/maven2/net/java/dev/jna/jna-jpms/5.14.0/jna-jpms-5.14.0.jar)

This is the core artifact of JNA and contains only the binding library and the
core helper classes.

JNA Platform
------------

[![Maven Central](https://img.shields.io/maven-central/v/net.java.dev.jna/jna-platform.svg?label=Maven%20Central)](https://search.maven.org/artifact/net.java.dev.jna/jna-platform/5.13.0/jar) [jna-platform-5.13.0.jar](https://repo1.maven.org/maven2/net/java/dev/jna/jna-platform/5.13.0/jna-platform-5.13.0.jar) [jna-platform-jpms-5.13.0.jar](https://repo1.maven.org/maven2/net/java/dev/jna/jna-platform-jpms/5.13.0/jna-platform-jpms-5.13.0.jar)
[![Maven Central](https://img.shields.io/maven-central/v/net.java.dev.jna/jna-platform.svg?label=Maven%20Central)](https://search.maven.org/artifact/net.java.dev.jna/jna-platform/5.14.0/jar) [jna-platform-5.14.0.jar](https://repo1.maven.org/maven2/net/java/dev/jna/jna-platform/5.14.0/jna-platform-5.14.0.jar) [jna-platform-jpms-5.14.0.jar](https://repo1.maven.org/maven2/net/java/dev/jna/jna-platform-jpms/5.14.0/jna-platform-jpms-5.14.0.jar)

This artifact holds cross-platform mappings and mappings for a number of commonly used platform
functions, including a large number of Win32 mappings as well as a set of utility classes
Expand Down Expand Up @@ -146,12 +146,12 @@ Using the Library
* [Platform Library](https://github.com/java-native-access/jna/blob/master/www/PlatformLibrary.md)
* [Direct Method Mapping](https://github.com/java-native-access/jna/blob/master/www/DirectMapping.md) (Optimization)
* [Frequently Asked Questions (FAQ)](https://github.com/java-native-access/jna/blob/master/www/FrequentlyAskedQuestions.md)
* [Avoiding Crashes](http://java-native-access.github.io/jna/5.13.0/javadoc/overview-summary.html#crash-protection)
* [Avoiding Crashes](http://java-native-access.github.io/jna/5.14.0/javadoc/overview-summary.html#crash-protection)

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

The definitive JNA reference is in the [JavaDoc](http://java-native-access.github.io/jna/5.13.0/javadoc/).
The definitive JNA reference is in the [JavaDoc](http://java-native-access.github.io/jna/5.14.0/javadoc/).

Developers
==========
Expand Down
Binary file modified dist/aix-ppc.jar
Binary file not shown.
Binary file modified dist/aix-ppc64.jar
Binary file not shown.
Binary file modified dist/android-aarch64.jar
Binary file not shown.
Binary file modified dist/android-arm.jar
Binary file not shown.
Binary file modified dist/android-armv7.jar
Binary file not shown.
Binary file modified dist/android-mips.jar
Binary file not shown.
Binary file modified dist/android-mips64.jar
Binary file not shown.
Binary file modified dist/android-x86-64.jar
Binary file not shown.
Binary file modified dist/android-x86.jar
Binary file not shown.
Binary file modified dist/darwin-aarch64.jar
Binary file not shown.
Binary file modified dist/darwin-x86-64.jar
Binary file not shown.
Binary file modified dist/doc.zip
Binary file not shown.
Binary file modified dist/freebsd-x86-64.jar
Binary file not shown.
Binary file modified dist/freebsd-x86.jar
Binary file not shown.
Binary file modified dist/jna-jpms.jar
Binary file not shown.
Binary file modified dist/jna-min.jar
Binary file not shown.
Binary file modified dist/jna-platform-jpms.jar
Binary file not shown.
Binary file modified dist/jna-platform.jar
Binary file not shown.
Binary file modified dist/jna.aar
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-monitordemo.jar
Binary file not shown.
Binary file modified dist/jnacontrib/demo-msoffice.jar
Binary file not shown.
Binary file modified dist/jnacontrib/demo-nativewindowmsg.jar
Binary file not shown.
Binary file modified dist/jnacontrib/demo-shapedwindow.jar
Binary file not shown.
Binary file modified dist/jnacontrib/demo-w32printing.jar
Binary file not shown.
Binary file modified dist/jnacontrib/demo-w32windowhooks.jar
Binary file not shown.
Binary file modified dist/jnacontrib/demo-x11.jar
Binary file not shown.
Binary file modified dist/linux-aarch64.jar
Binary file not shown.
Binary file modified dist/linux-arm.jar
Binary file not shown.
Binary file modified dist/linux-armel.jar
Binary file not shown.
Binary file modified dist/linux-loongarch64.jar
Binary file not shown.
Binary file modified dist/linux-mips64el.jar
Binary file not shown.
Binary file modified dist/linux-ppc.jar
Binary file not shown.
Binary file modified dist/linux-ppc64le.jar
Binary file not shown.
Binary file modified dist/linux-riscv64.jar
Binary file not shown.
Binary file modified dist/linux-s390x.jar
Binary file not shown.
Binary file modified dist/linux-x86-64.jar
Binary file not shown.
Binary file modified dist/linux-x86.jar
Binary file not shown.
Binary file modified dist/openbsd-x86-64.jar
Binary file not shown.
Binary file modified dist/openbsd-x86.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.
Binary file modified dist/sunos-sparc.jar
Binary file not shown.
Binary file modified dist/sunos-sparcv9.jar
Binary file not shown.
Binary file modified dist/sunos-x86-64.jar
Binary file not shown.
Binary file modified dist/sunos-x86.jar
Binary file not shown.
Binary file modified dist/win32-aarch64.jar
Binary file not shown.
Binary file modified dist/win32-x86-64.jar
Binary file not shown.
Binary file modified dist/win32-x86.jar
Binary file not shown.

0 comments on commit c366bc4

Please sign in to comment.