SHA256
1
0
forked from pool/ser2net

Accepting request 806035 from home:mnhauke

- Update to version 4.1.8
  * ser2net will now retry accepters and connect back connectors
    if they fail to come up or get an error.

- Update to version 4.1.7
  * Fix trace files so the actually work.
  * Add a sendon option to cause data to be forwarded immediately
    if the given sequence is seen.
  * Convert the tests to use yaml configuration.
  * Allow stdin to be read as a yaml config file.
  * Allow yaml config to be passed in on the command line directly.
  * Fix some issues with connect back handling.
  * A host of other smaller things.

OBS-URL: https://build.opensuse.org/request/show/806035
OBS-URL: https://build.opensuse.org/package/show/network:utilities/ser2net?expand=0&rev=18
This commit is contained in:
Martin Hauke
2020-05-21 12:52:37 +00:00
committed by Git OBS Bridge
parent 1929e98bfd
commit 8aead35d7c
4 changed files with 24 additions and 4 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sat May 16 14:56:56 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- Update to version 4.1.8
* ser2net will now retry accepters and connect back connectors
if they fail to come up or get an error.
-------------------------------------------------------------------
Wed Apr 29 06:32:58 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- Update to version 4.1.7
* Fix trace files so the actually work.
* Add a sendon option to cause data to be forwarded immediately
if the given sequence is seen.
* Convert the tests to use yaml configuration.
* Allow stdin to be read as a yaml config file.
* Allow yaml config to be passed in on the command line directly.
* Fix some issues with connect back handling.
* A host of other smaller things.
-------------------------------------------------------------------
Tue Apr 21 10:17:48 UTC 2020 - Martin Hauke <mardnh@gmx.de>