Skip to content

Bump jna from 5.10.0 to 5.11.0

bornholdt requested to merge dependabot/maven/net.java.dev.jna-jna-5.11.0 into master

Bumps jna from 5.10.0 to 5.11.0.

Changelog

Sourced from jna's changelog.

Release 5.11.0

Features

  • #1398: Increase c.s.j.p.win32.Sspi#MAX_TOKEN_SIZE on Windows 8/Server 2012 and later - @dbwiddis.
  • #1403: Rebuild AIX binaries with libffi 3.4.2 (other architectures were part of 5.10) - @matthiasblaesing.
  • #1404: Added Solaris Kstat2 library - @dbwiddis.
  • #1416: Add CFDictionaryGetCount to c.s.j.p.mac.CoreFoundation - @shalupov

Bug Fixes

Commits
  • 0418fce Release 5.11.0
  • 787e4bf Merge pull request #1427 from java-native-access/update_binaries
  • 9de6dd6 Rebuild native libraries
  • 19519fe Merge pull request #1425 from matthiasblaesing/fix_pre_c99
  • bb35cc2 Fix build on pre-C99 compilers
  • c5ffcc5 Merge pull request #1424 from matthiasblaesing/fix_build
  • d7e0a97 Fix build: Initialize saveptr to NULL and ensure pathElement is checked for N...
  • 644b708 Merge pull request #1422 from matthiasblaesing/jawt_loading_fix
  • f57c650 Load jawt library relative to sun.boot.library.path system on unix OSes
  • 0774f82 Merge pull request #1419 from matthiasblaesing/fix_crash_directcallback_mac_a...
  • Additional commits viewable in compare view

Merge request reports

Loading