Accepting request 869208 from home:dirkmueller:branches:network:utilities

- update to 3.21:
  - Fix --disable-manpages build
  - Fix a bug in whitespace handling regarding authorization files
  - Support client-side marking of devices as read-only
  - Support preinitialized NBD connection (i.e., skip the negotiation).
  - Fix the systemd unit file for nbd-client so it works with netlink (the
    more common situation nowadays)

OBS-URL: https://build.opensuse.org/request/show/869208
OBS-URL: https://build.opensuse.org/package/show/network:utilities/nbd?expand=0&rev=76
This commit is contained in:
Martin Pluskal
2021-02-04 11:39:27 +00:00
committed by Git OBS Bridge
parent 7197432ffd
commit b213c3a7b0
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Feb 4 11:16:57 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 3.21:
- Fix --disable-manpages build
- Fix a bug in whitespace handling regarding authorization files
- Support client-side marking of devices as read-only
- Support preinitialized NBD connection (i.e., skip the negotiation).
- Fix the systemd unit file for nbd-client so it works with netlink (the
more common situation nowadays)
-------------------------------------------------------------------
Fri Sep 18 08:53:47 UTC 2020 - Michał Rostecki <mrostecki@suse.com>