Skip to content

Releases: java-native/jssc

2.10.2

10 Jun 20:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.10.1...v2.10.2

2.10.1

10 Jun 07:09
Compare
Choose a tag to compare

What's Changed

  • Change macOS target to 10.9 to pass notarization requirements by @tresf in #189
  • Freeze versions of container used for cross-compilation to keep compatibility with older GLIBC by @pietrygamat in #191

Full Changelog: v2.10.0...v2.10.1

2.10.0

19 May 15:57
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.9.6...v2.10.0

2.9.6

15 Dec 22:15
Compare
Choose a tag to compare

2023-12-15

Features

  • Added RISC-V support. Precompiled binaries for riscv32 and riscv64 are included in jssc distribution #143
  • Information about certain errors in native code execution is now passed on to Java as exception #96

Features dropped

  • Removed Solaris support. Precompiled binaries for sunos_32 and sunos_64 are no longer included, and must be built from source by interested parties. #148

Developer notes

  • Added basic read/write unit tests that can be executed on machines suppoting socat #47
  • Fixed issue where unit tests were not executed against binaries built from sources #51
  • Cleaned up logs printed during test execution. This also fixes CVE-2023-6378 reported against jssc via test dependency #156
  • Enabled automated tests against various platforms for PRs #151
  • Updated native-lib-loader to 2.5.0 #144
  • Update junit to 4.13.2 #163

2.9.5

09 Aug 14:25
Compare
Choose a tag to compare

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

2.9.4

07 Sep 03:44
c84c19e
Compare
Choose a tag to compare

2021-08-17

Features

  • Adds support for Windows ARM64 #75

Fixes

  • Corrected Baud Rate being ignored on Windows #113

Developer Notes

  • Rebuilt Windows native libraries for x86, amd64 and aarch64 all others unchanged

2.9.3

06 Aug 00:02
1ee1666
Compare
Choose a tag to compare

2021-08-05

Features

  • Added MacOS arm64 support #74
  • Added support for pre-extracted native libraries #92
  • Added Java Module support #79

Fixes

  • Better performance and compatibility for Linux reads/poll #90
  • Improved device detection on Linux and MacOS host #97

Developer Notes

  • Cleaned up javadocs #106
  • Consolidated Maven profiles #93
  • Show native file information #93 #99
  • Rebuilt all native libraries to version 2.9.3 #104
  • Updated native-lib-loader version to 2.3.6 #104
  • Simplify SerialPort access from SerialPortEvent #86

2.9.2

31 Jul 19:41
Compare
Choose a tag to compare

2020-07-31

Features

  • Updated structure for Maven Central #67

Fixes

  • Adds 2400 baud to port settings #58

Developer Notes

  • With exception of macOS, all native libs are still versioned 2.9.0.

2.9.1

30 May 03:51
be4368f
Compare
Choose a tag to compare

2019-05-29

Description

  • Contains native libs for Windows (x86, x86-64), Linux (x86, x86-64, ARM hard float), Solaris (x86, x86-64), MacOS (x86-64). All native libs contained within the jssc-x.x.x.jar file and you don't need manage native libs manually.
  • Warning: Javadocs provided separately.
  • Warning: Does NOT contain MacOS x86, MacOS PPC
  • Warning: Does NOT contain ARM soft float

Fixes

  • Fixes macOS library to be build with notarization support #54

Developer Notes

  • With exception of macOS, all native libs are still versioned 2.9.0.

2.9.0

14 May 05:20
Compare
Choose a tag to compare

2019-05-14

Description

  • Contains native libs for Windows (x86, x86-64), Linux (x86, x86-64, ARM hard float), Solaris (x86, x86-64), MacOS (x86-64). All native libs contained within the jssc-x.x.x.jar file and you don't need manage native libs manually.
  • Warning: Javadocs provided separately.
  • Warning: Does NOT contain MacOS x86, MacOS PPC
  • Warning: Does NOT contain ARM soft float

Fixes

  • Fixed hard crash on Windows using JDK11

Developer Notes

  • Switch to Maven build system
  • Switch to CMake for compiling native libs
  • Adds Travis-CI builds for common platforms