- Update to version 3.19.0:

* Better error messages in case of unexpected disconnects
  * Better compatibility with non-bash sh implementations
    (for configure.sh)
  * Fix for a segfault in NBD_OPT_INFO handling
  * The ability to specify whether to listen on both TCP and Unix
    domain sockets, rather than to always do so
  * Various minor editorial and spelling fixes in the documentation.

OBS-URL: https://build.opensuse.org/package/show/network:utilities/nbd?expand=0&rev=64
This commit is contained in:
Martin Pluskal
2019-05-29 13:45:40 +00:00
committed by Git OBS Bridge
parent 96c7154348
commit d1db72326a
5 changed files with 20 additions and 8 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed May 29 13:43:41 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
- Update to version 3.19.0:
* Better error messages in case of unexpected disconnects
* Better compatibility with non-bash sh implementations
(for configure.sh)
* Fix for a segfault in NBD_OPT_INFO handling
* The ability to specify whether to listen on both TCP and Unix
domain sockets, rather than to always do so
* Various minor editorial and spelling fixes in the documentation.
-------------------------------------------------------------------
Tue Jan 15 15:09:19 UTC 2019 - Martin Pluskal <mpluskal@suse.com>