Skip to content

Bump jna from 5.8.0 to 5.9.0

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

Bumps jna from 5.8.0 to 5.9.0.

Changelog

Sourced from jna's changelog.

Release 5.9.0

Features

  • #1336: Add HKEY_CURRENT_USER_LOCAL_SETTINGS to c.s.j.p.win32.WinReg - @Dani-Hub.
  • #1337: Add REG_NOTIFY_THREAD_AGNOSTIC to c.s.j.p.win32.WinNet and update REG_LEGAL_CHANGE_FILTER - @Dani-Hub.
  • #1338: Add RegNotifyChangeKeyValue to c.s.j.p.win32.Advapi32 - @Dani-Hub.
  • #1340: Add CM_Get_DevNode_Registry_Property to c.s.j.p.win32.Cfgmgr32 and corresponding util in c.s.j.p.win32.Cfgmgr32Util - @dbwiddis.
  • #1352: Add BringWindowToTop to c.s.j.p.win32.User32 - @kahgoh.
  • #1354: Add GetParent to c.s.j.p.win32.User32 - @kahgoh.
  • #1360: Add CommandLineToArgvW to c.s.j.p.win32.Shell32 and corresponding util in c.s.j.p.win32.Shell32Util - @dbwiddis.
  • #1363: Update NUMA_NODE_RELATIONSHIP in c.s.j.p.win32.WinNT to new version of the structure and improve support for future values of c.s.j.p.win32.WinNT.LOGICAL_PROCESSOR_RELATIONSHIP - @dbwiddis.

Bug Fixes

  • #1343: c.s.j.p.mac.CoreFoundation.CFStringRef#stringValue buffer needs space for a null byte - @dbwiddis.
  • #1351: Define c.s.j.p.unix.size_t.ByReference and fix macOS sysctl size_t * parameters - @dbwiddis.
  • #1362: Clear security sensitive data after usage in c.s.j.p.win32.Crypt32Util#cryptProtectData and #cryptUnprotectData - @dmytro-sheyko.
  • #1361: Make c.s.j.p.win32.Crypt32Util#cryptProtectData and #cryptUnprotectData properly handle 0-length array as input - @dmytro-sheyko.
Commits
  • 107836a Release 5.9.0
  • 2f56de8 Merge pull request #1376 from matthiasblaesing/fix_appveyor
  • c8260ae Fix unittests for Cfgmgr32Util
  • fb3d148 Fix JNA build on appveyor (preinstalled perl is missing threads.pm)
  • fd6a9a6 Merge pull request #1374 from matthiasblaesing/com_latebinding_set_property_s...
  • 1c4c0f6 Free BSTR/Variant allocated in COMLateBindingObject#setProperty(String, String)
  • 6cad6d2 Update Travis CI links to dot com
  • b7f9708 remove git depth configuration in .travis.yml (#1372)
  • 7ae3691 Free BSTR and SAFEARRAY allocations when done (#1371)
  • 67448a5 Fix deploy task
  • Additional commits viewable in compare view

Merge request reports