- Update to version 3.16.1:

OBS-URL: https://build.opensuse.org/package/show/network:utilities/nbd?expand=0&rev=46
This commit is contained in:
Martin Pluskal
2017-06-08 12:18:47 +00:00
committed by Git OBS Bridge
parent dd1bd578e3
commit f36754c918
4 changed files with 23 additions and 4 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Jun 8 12:07:49 UTC 2017 - mpluskal@suse.com
- Update to version 3.16.1:
* Only change is a minor bugfix from 3.16, so that
--enable-syslog is unbroken.
- Changes for version 3.16.0:
* Implement the NBD_OPT_GO and NBD_OPT_INFO negotiation options
in both the client and the server, and use them in preference
over NBD_OPT_EXPORT_NAME (but fall back to the latter in case
the serverdoesn't support NBD_OPT_GO).
* Make sure we still run the postrun command, even if the
connection was closed improperly.
* Add a new "waitfile" parameter.
* Make sure that nbd compiles on non-Linux platforms again, in
the face of all variants of the GnuTLS options.
* Various fixes for issues found by Coverity
-------------------------------------------------------------------
Fri Mar 24 12:16:55 UTC 2017 - mpluskal@suse.com