1nbdkit-release-notes-1.6(1)         NBDKIT         nbdkit-release-notes-1.6(1)
2
3
4

NAME

6       nbdkit-release-notes-1.6 - release notes for nbdkit 1.6
7

DESCRIPTION

9       These are the release notes for nbdkit stable release 1.6.  This
10       describes the major changes since 1.4.
11
12       nbdkit 1.6.0 was released on 28th August 2018.
13
14   New features
15       •   You can now write plugins in the Lua scripting language, see
16           nbdkit-lua-plugin(3).
17
18       •   nbdkit and common plugins are now "63 bit clean": the maximum disk
19           size supported is 2⁶³-1 bytes, and the core server and plugins now
20           have additional tests to check this works, even on 32 bit machines.
21
22       •   Multiple improvements to the nbdkit-file-plugin(1) to make zeroing
23           and trimming perform better, work correctly with block devices, and
24           work on older Linux kernels [Nir Soffer, Eric Blake].
25
26       •   New nbdkit-pattern-plugin(1) generates a simple, fixed test pattern
27           for testing nbdkit filters and NBD clients.
28
29       •   New nbdkit-truncate-filter(1) can: truncate or extend the size of
30           plugins, or round up or down the size to next multiple of a power
31           of 2.  Useful for NBD clients like qemu which can only handle NBD
32           sizes which are a multiple of 512 bytes.
33
34       •   New nbdkit-error-filter(1) which can be used to inject errors into
35           the protocol for testing how clients can handle and recover from
36           errors.
37
38       •   New nbdkit-data-plugin(1) allows you to specify (small) disk images
39           directly on the command line.
40
41       •   Enhanced error reporting in the Python plugin so full tracebacks
42           from errors are now displayed instead of being lost as before.
43
44       •   "NBD_OPT_GO" now supported, so we can return errors when
45           negotiating the export name.
46
47       •   Support for logging error messages to syslog.
48
49       •   nbdkit can now be compiled with Clang (as well as GCC).
50
51       •   nbdkit can now be compiled on FreeBSD.
52
53nbdkit-vddk-plugin(1) is compiled unconditionally.  You no longer
54           need to install the proprietary VDDK to compile it.
55
56       •   Debug messages now include the name of the filter when invoked from
57           a filter context.
58
59       •   Debug flags (-D option) provides lightweight debugging for plugin
60           authors.
61
62   Acknowledgements
63       Thanks to all who contributed, especially Nir Soffer and Eric Blake.
64

SEE ALSO

66       nbdkit(1),
67       https://www.redhat.com/archives/libguestfs/2018-August/msg00279.html.
68

AUTHORS

70       Eric Blake
71
72       Richard W.M. Jones
73
75       Copyright (C) 2018 Red Hat Inc.
76

LICENSE

78       Redistribution and use in source and binary forms, with or without
79       modification, are permitted provided that the following conditions are
80       met:
81
82       •   Redistributions of source code must retain the above copyright
83           notice, this list of conditions and the following disclaimer.
84
85       •   Redistributions in binary form must reproduce the above copyright
86           notice, this list of conditions and the following disclaimer in the
87           documentation and/or other materials provided with the
88           distribution.
89
90       •   Neither the name of Red Hat nor the names of its contributors may
91           be used to endorse or promote products derived from this software
92           without specific prior written permission.
93
94       THIS SOFTWARE IS PROVIDED BY RED HAT AND CONTRIBUTORS ''AS IS'' AND ANY
95       EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
96       IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
97       PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL RED HAT OR CONTRIBUTORS BE
98       LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
99       CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
100       SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
101       BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
102       WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
103       OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
104       ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
105
106
107
108nbdkit-1.32.5                     2023-01-03       nbdkit-release-notes-1.6(1)
Impressum