1nbdkit-release-notes-1.8(1) NBDKIT nbdkit-release-notes-1.8(1)
2
3
4
6 nbdkit-release-notes-1.8 - release notes for nbdkit 1.8
7
9 These are the release notes for nbdkit stable release 1.8. This
10 describes the major changes since 1.6.
11
12 nbdkit 1.8.0 was released on 12th November 2018.
13
14 New features
15 • New plugin: nbdkit-sh-plugin(1) for running shell scripts and other
16 external programs. See:
17 https://rwmj.wordpress.com/2018/09/09/write-nbdkit-plugins-in-shell-script/
18
19 • New plugin: nbdkit-partitioning-plugin(1) which creates a
20 partitioned disk from a list of partitions in files.
21
22 • New plugin: nbdkit-iso-plugin(1) which creates an ISO (CD-ROM)
23 image on the fly from a directory of files. See:
24 https://rwmj.wordpress.com/2018/10/18/new-in-nbdkit-create-an-iso-image-on-the-fly/
25
26 • New plugin: nbdkit-floppy-plugin(1) which creates a virtual FAT-
27 formatted floppy disk from a directory of files.
28 https://rwmj.wordpress.com/2018/10/29/new-in-nbdkit-create-a-virtual-floppy-disk/
29
30 • Magic config key allows simpler invocation of many plugins, eg:
31
32 nbdkit file file=foo
33
34 becomes:
35
36 nbdkit file foo
37
38 • nbdkit-data-plugin(1): Add disk2data.pl script to generate data
39 parameters.
40
41 • nbdkit-data-plugin(1) Use "<file" to inline a file.
42
43 • nbdkit-vddk-plugin(1): Use -D vddk.diskinfo=1 to enable extra debug
44 information.
45
46 • tests: Use a helper function to refactor and simplify most tests.
47
48 • nbdkit-partition-filter(1): Can handle > 128 GPT partitions.
49
50 • nbdkit can be compiled on the Haiku operating system (François
51 Revol).
52
53 • New "nbdkit_parse_bool" API for parsing boolean parameters (Eric
54 Blake).
55
56 • nbdkit-log-filter(1): Add "logappend=[true|false]" (Eric Blake).
57
58 • nbdkit-ocaml-plugin(3): New "set_error" and "debug" calls.
59
60 • Analyze code under AddressSanitizer and ThreadSanitizer and fix
61 bugs (Eric Blake).
62
63 • Analyze code under Coverity and fix bugs.
64
65 • Tests now run more quickly.
66
68 nbdkit(1),
69 https://www.redhat.com/archives/libguestfs/2018-November/msg00111.html.
70
72 Eric Blake
73
74 Richard W.M. Jones
75
77 Copyright Red Hat
78
80 Redistribution and use in source and binary forms, with or without
81 modification, are permitted provided that the following conditions are
82 met:
83
84 • Redistributions of source code must retain the above copyright
85 notice, this list of conditions and the following disclaimer.
86
87 • Redistributions in binary form must reproduce the above copyright
88 notice, this list of conditions and the following disclaimer in the
89 documentation and/or other materials provided with the
90 distribution.
91
92 • Neither the name of Red Hat nor the names of its contributors may
93 be used to endorse or promote products derived from this software
94 without specific prior written permission.
95
96 THIS SOFTWARE IS PROVIDED BY RED HAT AND CONTRIBUTORS ''AS IS'' AND ANY
97 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
98 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
99 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL RED HAT OR CONTRIBUTORS BE
100 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
101 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
102 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
103 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
104 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
105 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
106 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
107
108
109
110nbdkit-1.34.4 2023-09-26 nbdkit-release-notes-1.8(1)