New Features and Improvements:

  • Added getWorkingDirectory and setWorkingDirectory methods to ShellLink object (WinPack)
  • Added support for ExpandEnvironmentStrings function (WinPack)
  • Added CBT Hook implementation (WinPack)
  • Added OSGI manifest for WinPack (WinPack)
  • Added new LowLevelKeyboardHook and LowLevelMouseHook wrappers and samples for them (WinPack)
  • Added ability to check that a logged on user has got administrative rights (WinPack)

 

Fixes:

  • Fixed the issues with calculating members offset in complex aligned structures (platforms: All)
  • Now the Processor Name is shown correctly for new CPUs (WinPack)
  • Resolved memory leaks in RegistryKey.exists() method (WinPack)
  • Removed the handle leak in SystemVariables class (WinPack)
  • Fixed the issue in OFNStructure that occurred in case of multiselection in OpenSaveDialog (WinPack)
  • Methods get and containsKey in the class RegistryKeyValues are caseinsensitive now (WinPack)
  • Fixed the "ordering" issue in the RegistryKeyValues that sometimes causes changing of the types, for example EXPAND_SZ instead of SZ (WinPack)
  • Fixed the firing events in RegistryKey class (WinPack)
  • Resolved the issue with 16-bit graphic mode in Bitmap.toImage() (WinPack)

2 Comments Permalink

Improvements:

  • Improved finding and loading of native libraries by DefaultLibraryLoader (platforms: All)
  • Signed all JARs with new official signature (platforms: All)
  • Added ability to print out the license diagnostic information using -Dteamdev.license.info=true VM parameter  (platforms: All)

 

Fixes:

  • Fixed issues with incorrect calculation of alignment in Structure class (platforms: All)
  • Fixed the problem with Codegen-linux.sh file (platforms: Linux)
  • Fixed the issue with open/save dialogs what it hangs under some JVM versions (WinPack)
  • Fixed the issue with getting the memory info on 32-bit OSes with more than 2Gb memory installed and under 64-bit OSes. The MemoryStatus class is marked as deprecated and the MemoryInfo class is introduced instead of it (WinPack).

 

Documentation:

  • Updated JNIWrapper Programmer's Guide with the latest information (platforms: All)
0 Comments Permalink