libnbd-release-notes-1.6(1) | LIBNBD | libnbd-release-notes-1.6(1) |
libnbd-release-notes-1.6 - release notes for libnbd 1.6
These are the release notes for libnbd stable release 1.6. This describes the major changes since 1.4.
libnbd 1.6.0 was released on 7 January 2021.
There were no security issues found in this release.
If you find a security issue, please read SECURITY in the source (online here: https://github.com/libguestfs/libnbd/blob/master/SECURITY). To find out about previous security issues in libnbd, see libnbd-security(3).
Thanks: Eric Blake for all of the new APIs.
nbd_shutdown(3) new flag "LIBNBD_SHUTDOWN_ABANDON_PENDING" drops any commands in flight which have not been sent to the server yet (Eric Blake).
All APIs which have flag (bitmask) parameters now define a "LIBNBD_*_MASK" constant allowing you to tell which bits represent valid flags at compilation time (Eric Blake).
The performance of the nbdcopy(1) tool has been greatly improved. Also it supports numerous new features.
New nbdinfo(1) --map option showing the allocated and sparse extents of an NBD server. This can also show other information such as dirty bitmaps.
nbdfuse(1) can now mount the NBD export on top of any regular file, it does not have to mount over a directory.
nbdsh(1) now produces a nice error message if the URI in the -u option or the command in the -c option is wrong (Eric Blake).
New nbdsh(1) --opt-mode option which requests opt mode on the handle before connecting.
nbdinfo(1) --list option now shows the supported metadata contexts of the server (Eric Blake).
The output of nbdinfo(1) is now usually printed atomically, ie. it will either print the complete output or an error message, but not partial output followed by an error.
nbdinfo(1) can now decode "qemu:allocation-depth" metacontext (Eric Blake).
Multiple improvements to handling of NBD protocol (Eric Blake).
Fix handling of booleans in Python bindings (Eric Blake).
Fix handling of flags parameters in OCaml bindings (Eric Blake).
Python style fixes (Eric Blake).
Fix multiple memory leaks (Eric Blake).
OCaml bindings now include ocamldoc-generated documentation, if ocamldoc is installed at build time.
The "vector" library from nbdkit is now used by libnbd, simplifying places where we used to use realloc(3).
Eric Blake
Richard W.M. Jones
Copyright (C) 2020-2021 Red Hat Inc.
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
2021-02-09 | libnbd-1.6.1 |