Accepting request 817523 from home:hgraeber:branches:network

- Version 0.6
  * new operation 'discovery' operation mode to scan for other hosts,
    exposed via minimalistic socket-based API
  * improved handling of address changes (prevents termination when
    system is currently starting up but no IP address has been assigned)
  * usage of tentative IPv6 addresses is avoided on Linux
  * chroot now works also an machines with international domain/host name
  * fixed handling of invalid messages
  * improved FreeBSD rc.d script
  * code heavily refactored

OBS-URL: https://build.opensuse.org/request/show/817523
OBS-URL: https://build.opensuse.org/package/show/network/wsdd?expand=0&rev=4
This commit is contained in:
2020-06-28 13:19:00 +00:00
committed by Git OBS Bridge
parent 40e9e25a0f
commit 3a2ac0406a
4 changed files with 19 additions and 5 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Jun 14 10:49:28 UTC 2020 - Herbert Graeber <herbert@graeber-clan.de>
- Version 0.6
* new operation 'discovery' operation mode to scan for other hosts,
exposed via minimalistic socket-based API
* improved handling of address changes (prevents termination when
system is currently starting up but no IP address has been assigned)
* usage of tentative IPv6 addresses is avoided on Linux
* chroot now works also an machines with international domain/host name
* fixed handling of invalid messages
* improved FreeBSD rc.d script
* code heavily refactored
-------------------------------------------------------------------
Thu May 7 18:54:30 UTC 2020 - Herbert Graeber <herbert@graeber-clan.de>