Skip to content

Releases: EstevanTH/gpsd_javascript_relay

Update 0.9.3a for Windows

11 Mar 22:06
Compare
Choose a tag to compare
Pre-release

This update fixes minor things and non-working sockets when a proxy is set in Internet options.
It also improves security in the 32-bit Windows build.

Main changes are:

  • Fixed a few mistakes
  • Fixed a rare crash when stopping a GPSD client with pending incoming data
  • Fixed the network failure when a proxy is configured in the system's Internet options
  • Added stack protector, DEP and ASLR on the 32-bit Windows build

The program is available in:

  • Windows x86 32 bits (MinGW 5.3 - no extra package required)
  • Windows x86 64 bits (MSVC 2013 - redistribuable may be required)

Examples have been updated on July 24th 2017.

Older versions are useless and their use is discouraged.

Update 0.9.3 for Windows

12 Mar 23:12
Compare
Choose a tag to compare
Pre-release

This update adds the support of serial ports.
Main changes are:

  • Added support for serial ports
  • Added the standard address for Android Bluetooth connection sharing on top of the default hosts list
  • Fixed a couple of bugs

The program is available in:

  • Windows x86 32 bits (MinGW 5.3 - no extra package required)
  • Windows x86 64 bits (MSVC 2013 - redistribuable may be required)

Examples have been updated on July 24th 2017.

Older versions are useless and their use is discouraged.

Update 0.9.2 for Windows

02 Mar 19:29
Compare
Choose a tag to compare
Pre-release

This is a minor update, it only removes the confirm message when you logout so the OS does not get stuck.
It improves the interface a bit.

The program is available in:

  • Windows x86 32 bits (MinGW 5.3 - no extra package required)
  • Windows x86 64 bits (MSVC 2013 - redistribuable may be required)

Older versions are useless and their use is discouraged.

Update 0.9.1 for Windows

22 Feb 14:07
Compare
Choose a tag to compare
Pre-release

This update fixes GPSD client connection bugs (possible crashes).
It improves the interface a little bit.

The program is available in:

  • Windows x86 32 bits (MinGW 5.3 - no extra package required)
  • Windows x86 64 bits (MSVC 2013 - redistribuable may be required)

Older versions are useless and their use is discouraged.

Release 0.9 for Windows

18 Feb 14:24
Compare
Choose a tag to compare
Pre-release

First public release of the program.
The program is available in:

  • Windows x86 32 bits (MinGW 5.3 - no extra package required)
  • Windows x86 64 bits (MSVC 2013 - redistribuable may be required)

Known bugs:

  • Binding GPSD client sockets can crash the program or the OS

Note: The source code is older than the 64-bit build so the compatibility code is missing.