From 8aead35d7c7b8d6234232c24f279598b50fe9b73de2678a32c576c9e480dea71 Mon Sep 17 00:00:00 2001 From: Martin Hauke Date: Thu, 21 May 2020 12:52:37 +0000 Subject: [PATCH] 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 --- ser2net-4.1.6.tar.gz | 3 --- ser2net-4.1.8.tar.gz | 3 +++ ser2net.changes | 20 ++++++++++++++++++++ ser2net.spec | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 ser2net-4.1.6.tar.gz create mode 100644 ser2net-4.1.8.tar.gz diff --git a/ser2net-4.1.6.tar.gz b/ser2net-4.1.6.tar.gz deleted file mode 100644 index defd735..0000000 --- a/ser2net-4.1.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9461ee1c8016901ec8a32cd7f00f692233f205ce4a1ef9a2aa79b6bf4797f0a4 -size 119877 diff --git a/ser2net-4.1.8.tar.gz b/ser2net-4.1.8.tar.gz new file mode 100644 index 0000000..9d5df57 --- /dev/null +++ b/ser2net-4.1.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:969d3ccff88e71864b78313d467d43000408621507f5b7eacafbe5d463d427c9 +size 127876 diff --git a/ser2net.changes b/ser2net.changes index d3d34f1..f0c9425 100644 --- a/ser2net.changes +++ b/ser2net.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Sat May 16 14:56:56 UTC 2020 - Martin Hauke + +- 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 + +- 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 diff --git a/ser2net.spec b/ser2net.spec index 920f156..7228297 100644 --- a/ser2net.spec +++ b/ser2net.spec @@ -17,7 +17,7 @@ Name: ser2net -Version: 4.1.6 +Version: 4.1.8 Release: 0 Summary: Serial port to network proxy License: GPL-2.0-or-later