Bump jna from 5.8.0 to 5.9.0
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
toc.s.j.p.win32.WinReg
- @Dani-Hub.- #1337: Add
REG_NOTIFY_THREAD_AGNOSTIC
toc.s.j.p.win32.WinNet
and updateREG_LEGAL_CHANGE_FILTER
- @Dani-Hub.- #1338: Add
RegNotifyChangeKeyValue
toc.s.j.p.win32.Advapi32
- @Dani-Hub.- #1340: Add
CM_Get_DevNode_Registry_Property
toc.s.j.p.win32.Cfgmgr32
and corresponding util inc.s.j.p.win32.Cfgmgr32Util
- @dbwiddis.- #1352: Add
BringWindowToTop
toc.s.j.p.win32.User32
- @kahgoh.- #1354: Add
GetParent
toc.s.j.p.win32.User32
- @kahgoh.- #1360: Add
CommandLineToArgvW
toc.s.j.p.win32.Shell32
and corresponding util inc.s.j.p.win32.Shell32Util
- @dbwiddis.- #1363: Update
NUMA_NODE_RELATIONSHIP
inc.s.j.p.win32.WinNT
to new version of the structure and improve support for future values ofc.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 sysctlsize_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