Skip to content

0.1.3

Choose a tag to compare

@emgre emgre released this 13 Sep 14:51
d6970de
  • Add Linux AArch64 support for Java and .NET. See #61 for more details.
  • Changed how Java loads the native library:
    • If a FOO_NATIVE_LIB_LOCATION environement variable is set, then it tries loading this library.
    • Otherwise, it tries to load each library until one succeeds. It does not depend on commons-lang3 anymore.