Skip to content

2.9.5

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Aug 14:25
· 42 commits to master since this release

2023-08-09

Fixes

  • Fixed invalid event type check in SerialPortEveny.isBREAK() #131
  • Bumped version of org.scijava:native-lib-loader to fix compatibility issues with Windows ARM64
  • Fixed possible NullPointerException in SerialPortList.getWindowsPortNames() #135
  • Fixed compatibility issue with ARM6 and devices such Raspberry Pi gen 1 or model Zero #139
  • Minor clarification in javadoc: #73

Developer notes

  • Removed previously @Deprecated methods from SerialNativeInterface for obtaining library version
  • Dropped dependency on third party Maven repository when downloading scijava.org:native-lib-loader in build time #112
  • Added Maven and CMake profile for cross-compiling native libraries using dockcross docker containers #140