Skip to content

Releases: cminyard/ser2net

Ser2net 4.6.7

Choose a tag to compare

@cminyard cminyard released this 06 Feb 19:50
Immutable release. Only release title and notes can be modified.
v4.6.7

A minor update. This fixes:

  • A reload bug where if a connection closes during a reload it could cause a crash.
  • A reload bug where if you reload twice while a connection stays up it can cause a crash.

Ser2net 4.6.6

Choose a tag to compare

@cminyard cminyard released this 16 Nov 23:31
Immutable release. Only release title and notes can be modified.
v4.6.6

This release fixes a couple of minor bugs, but is primarily here to have a ser2net windows executable that works with the current gensio executable. The executables are only for Windows, and unfortunately, must be aligned. If you build it, you can still pretty much mix arbitrary versions of ser2net and gensio.

So this Windows executable works with the gensio 3.0.1 Windows executable only.

Ser2net 4.6.5

Choose a tag to compare

@cminyard cminyard released this 17 May 00:19
v4.6.5

This release of ser2net improves the failure detection used for timeouts. It now looks into the transmit queue if possible and sees if the remote end is accepting data instead of just looking at when it sends data. In conjunction with the drain_timeout changes in version 2.8.15 of gensio, this means you don't have to rely on the TCP timers, which can be very long (like 15 minutes in some situations).

Ser2net 4.6.4

Choose a tag to compare

@cminyard cminyard released this 10 Feb 17:57
v4.6.4

This release fixes a rather embarrassing bug; sending breaks didn't work right in some circumstances. This happened because I had no way to receive breaks and know if they happened. I have added receiving breaks in the gensio library, version 2.8.12, and have added tests to make sure that breaks are actually working.

As part of this, you can now also receive breaks and parity errors through the the linestate interface on telnet rfc2217.

You should upgrade, and upgrade gensio, too. This should compile and work against old version of gensio, but the tests (well, the new break related ones) will not work.

Release 4.6.3

Choose a tag to compare

@cminyard cminyard released this 09 Jan 21:48
v4.6.3

Fixes a bug affecting connect back UDP when losing network connectivity.

Release 4.6.2

Choose a tag to compare

@cminyard cminyard released this 24 Apr 21:52
v4.6.2

This release removes some debugging cruft that got left in, fixes some doc typos, and fixes an issue with the admin interface.

ser2net 4.6.1

Choose a tag to compare

@cminyard cminyard released this 03 Feb 17:37
v4.6.1

Release of 4.6.1, the Windows binaries.

Release 4.6.0

Choose a tag to compare

@cminyard cminyard released this 24 Nov 01:20
v4.6.0

New release and Windows installer. Requires the Gensio library to be installed.

Release 4.5.0

Choose a tag to compare

@cminyard cminyard released this 27 Aug 20:03
v4.5.0

Windows ser2net binary required Gensio library to be installed.