Accepting request 347036 from home:posophe:branches:network:utilities

update

OBS-URL: https://build.opensuse.org/request/show/347036
OBS-URL: https://build.opensuse.org/package/show/network:utilities/nbd?expand=0&rev=35
This commit is contained in:
Martin Pluskal
2015-12-01 17:46:42 +00:00
committed by Git OBS Bridge
parent 6a043af7c6
commit b536926e86
5 changed files with 34 additions and 19 deletions

View File

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
Tue Dec 1 17:01:47 UTC 2015 - p.drouand@gmail.com
- Update to version 3.12.1
* ensures the source to the "nbdtab" man page is correctly shipped
with the rest of the source.
- Changes from version 3.12
* inetd mode should work again, now using the default export name
in the newstyle protocol
* when specifying an export on the server command line or not specifying
a name on a client command line, the newstyle protocol is used with
the default export name (but a warning will be produced stating
that oldstyle is no longer supported)
* All traces of oldstyle (except a few error messages) have been
removed
* We now listen on IPv4 and IPv6 by default, regardless of what
the system's configuration is like, by explicitly listening both
on 0.0.0.0 and ::.
* Some bugs in the handling of the TRIM command have been removed
* nbd *client now uses readit() in the negotiation, rather than
plain non *retrying read().
* It is now possible to listen on multiple addresses; the
"listenaddr" parameter has been changed into a comma *separated
list of addresses to listen on
* nbd *client now supports an nbdtab file, which allows connecting
a device by just using the device name
* nbd *server now uses a GThreadPool to implement asynchronous handling
of requests
* Punching holes on files is now supported on cygwin, too.
- Remove no-return-nonvoid.patch; fixed on upstream release
-------------------------------------------------------------------
Thu May 28 11:32:18 UTC 2015 - mpluskal@suse.com