]> sourceware.org Git - lvm2.git/blame - WHATS_NEW_DM
Use fixed-size fields in report interface.
[lvm2.git] / WHATS_NEW_DM
CommitLineData
67fa4fd4
AK
1Version 1.02.17 -
2===================================
9f069f7b 3 Use fixed-size fields in report interface.
67fa4fd4 4
667eb775 5Version 1.02.16 - 25th January 2007
07473c2b 6===================================
232da7ec 7 Add some missing close() and fclose() return value checks.
d3368420 8 Migrate dmsetup column-based output over to new libdevmapper report framework.
85feafd9 9 Add descriptions to reporting field definitions.
d28dfb57 10 Add a dso-private variable to dmeventd dso interface.
4dcaa230
AK
11 Add dm_event_handler_[gs]et_timeout functions.
12 Streamline dm_report_field_* interface.
fcdf2e09 13 Add cmdline debug & version options to dmeventd.
866a1a08 14 Add DM_LIB_VERSION definition to configure.h.
09e206d3 15 Suppress 'Unrecognised field' error if report field is 'help'.
03c69792
AK
16 Add --separator and --sort to dmsetup (unused).
17 Make alignment flag optional when specifying report fields.
18
c3afa8df 19Version 1.02.15 - 17th January 2007
99a4014f 20===================================
61997bb9 21 Add basic reporting functions to libdevmapper.
528329f1 22 Fix a malloc error path in dmsetup message.
931d24a4
AK
23 More libdevmapper-event interface changes and fixes.
24 Rename dm_saprintf() to dm_asprintf().
080f3fa1 25 Report error if NULL pointer is supplied to dm_strdup_aux().
c8ee3820 26 Reinstate dm_event_get_registered_device.
99a4014f 27
96710ad8
AK
28Version 1.02.14 - 11th January 2007
29===================================
31652486 30 Add dm_saprintf().
4594807a 31 Use CFLAGS when linking so mixed sparc builds can supply -m64.
b9ffd32c 32 Add dm_tree_use_no_flush_suspend().
31652486 33 Lots of dmevent changes including revised interface.
5b95f178
AK
34 Export dm_basename().
35 Cope with a trailing space when comparing tables prior to possible reload.
0c8569ed 36 Fix dmeventd to cope if monitored device disappears.
9a81f9fe 37
794aa506 38Version 1.02.13 - 28 Nov 2006
a8e13f05 39=============================
3488c9b3 40 Update dmsetup man page (setgeometry & message).
981bf64f 41 Fix dmsetup free after getline with debug.
475be6ab 42 Suppress encryption key in 'dmsetup table' output unless --showkeys supplied.
a8e13f05 43
905bdb24
AK
44Version 1.02.12 - 13 Oct 2006
45=============================
b700541f 46 Avoid deptree attempting to suspend a device that's already suspended.
89a4e806 47
98865154
AK
48Version 1.02.11 - 12 Oct 2006
49==============================
f916f0a7
AK
50 Add suspend noflush support.
51 Add basic dmsetup loop support.
4c69dc95 52 Switch dmsetup to use dm_malloc and dm_free.
3ccf241d 53
c27dca1a
AK
54Version 1.02.10 - 19 Sep 2006
55=============================
9e063b22 56 Add dm_snprintf(), dm_split_words() and dm_split_lvm_name() to libdevmapper.
d6a93541 57 Reorder mm bounds_check code to reduce window for a dmeventd race.
89529aa0 58
61160049 59Version 1.02.09 - 15 Aug 2006
c27dca1a 60=============================
8df67fbf
AK
61 Add --table argument to dmsetup for a one-line table.
62 Abort if errors are found during cmdline option processing.
433b160f 63 Add lockfs indicator to debug output.
7a21367d 64
cecdabd9
AK
65Version 1.02.08 - 17 July 2006
66==============================
332a8007 67 Append full patch to check in emails.
813f844b 68 Avoid duplicate dmeventd subdir with 'make distclean'.
1ea19b10
AK
69 Update dmsetup man page.
70 Add --force to dmsetup remove* to load error target.
ad65c5f1 71 dmsetup remove_all also performs mknodes.
def6f767 72 Don't suppress identical table reloads if permission changes.
311d6d81
AK
73 Fix corelog segment line.
74 Suppress some compiler warnings.
476d09d0 75
2bfdaded 76Version 1.02.07 - 11 May 2006
a54b98e5 77=============================
9723090c 78 Add DM_CORELOG flag to dm_tree_node_add_mirror_target().
2a99b5b8 79 Avoid a dmeventd compiler warning.
a54b98e5 80
f6e07802 81Version 1.02.06 - 10 May 2006
a0e9de70 82=============================
6657d5b6 83 Move DEFS into configure.h.
7dc850db 84 Fix leaks in error paths found by coverity.
6657d5b6 85 Remove dmsetup line buffer limitation.
a0e9de70 86
a669fcc5 87Version 1.02.05 - 19 Apr 2006
3ab3766f 88=============================
d81e3d0b
AK
89 Separate install_include target in makefiles.
90 Separate out DEFS from CFLAGS.
91 Support pkg-config.
92 Check for libsepol.
3ab3766f 93
7fae84d7
AK
94Version 1.02.04 - 14 Apr 2006
95=============================
823a3644 96 Bring dmsetup man page up-to-date.
99048d18
AK
97 Use name-based device refs if kernel doesn't support device number refs.
98 Fix memory leak (struct dm_ioctl) when struct dm_task is reused.
73f378f2 99 If _create_and_load_v4 fails part way through, revert the creation.
9ab77012 100 dmeventd thread/fifo fixes.
f4db3724 101 Add file & line to dm_strdup_aux().
6ef080af 102 Add setgeometry.
435c852f 103
b5f90860 104Version 1.02.03 - 7 Feb 2006
c6b966c8 105============================
b5d8ff10 106 Add exported functions to set uid, gid and mode.
5e3bd867 107 Rename _log to dm_log and export.
c55b1410 108 Add dm_tree_skip_lockfs.
fe94f9f1 109 Fix dm_strdup debug definition.
b6b0c621 110 Fix hash function to avoid using a negative array offset.
e7ab6006
AK
111 Don't inline _find in hash.c and tidy signed/unsigned etc.
112 Fix libdevmapper.h #endif.
7a3fb6b2 113 Fix dmsetup version driver version.
dbcb64b8
AK
114 Add sync, nosync and block_on_error mirror log parameters.
115 Add hweight32.
3c588200 116 Fix dmeventd build.
c6b966c8 117
bbdff85a
AK
118Version 1.02.02 - 2 Dec 2005
119============================
105c631e 120 dmeventd added.
774ed5fc
AK
121 Export dm_task_update_nodes.
122 Use names instead of numbers in messages when ioctls fail.
cbe19a56 123
ef8bc786 124Version 1.02.01 - 23 Nov 2005
0c32d9db 125=============================
842392c2 126 Resume snapshot-origins last.
ec289b64
AK
127 Drop leading zeros from dm_format_dev.
128 Suppress attempt to reload identical table.
87f98002 129 Additional LVM- prefix matching for transitional period.
0c32d9db 130
da5edd8e 131Version 1.02.00 - 10 Nov 2005
b277f1e9 132=============================
b4f1578f
AK
133 Added activation functions to library.
134 Added return macros.
19f792df 135 Also suppress error if device doesn't exist with DM_DEVICE_STATUS.
3aeb5690 136 Export dm_set_selinux_context().
ffc88f2e 137 Add dm_driver_version().
3d0480ed 138 Added dependency tree functions to library.
a3f6b2ce 139 Added hash, bitset, pool, dbg_malloc to library.
3d0480ed
AK
140 Added ls --tree to dmsetup.
141 Added dmsetup --nolockfs support for suspend/reload.
b277f1e9 142
d7c1c43d 143Version 1.01.05 - 26 Sep 2005
d07af063 144=============================
4afac84c 145 Resync list.h with LVM2.
59a2bf62 146 Remember increased buffer size and use for subsequent calls.
4e16b1e7 147 On 'buffer full' condition, double buffer size and repeat ioctl.
69cfb920 148 Fix termination of getopt_long() option array.
e817a0b3 149 Report 'buffer full' condition with v4 ioctl as well as with v1.
d07af063 150
91eb42be 151Version 1.01.04 - 2 Aug 2005
d7c1c43d 152============================
a7c3ee38
AK
153 Fix dmsetup ls -j and status --target with empty table.
154
c8c07bbe 155Version 1.01.03 - 13 Jun 2005
37e8356b 156=============================
c8c07bbe 157 Use matchpathcon mode parameter.
42401a65 158 Fix configure script to re-enable selinux.
37e8356b 159
d910e40d 160Version 1.01.02 - 17 May 2005
9629f7a9 161=============================
ebf21d3f 162 Call dm_lib_exit() and dm_lib_release() automatically now.
2272500b 163 Add --target <target_type> filter to dmsetup table/status/ls.
b7c70050 164 Add --exec <command> to dmsetup ls.
67f10950 165 Fix dmsetup getopt_long usage.
9629f7a9 166
e015b627 167Version 1.01.01 - 29 Mar 2005
c080b460 168=============================
e015b627 169 Update dmsetup man page.
969e08da 170 Drop-in devmap_name replacement.
3d2aecf0 171 Add option to compile without ioctl for testing.
4608bcdc 172 Fix DM_LIB_VERSION sed.
c080b460 173
e5bb96fe
AK
174Version 1.01.00 - 17 Jan 2005
175=============================
8e2dd0df 176 Add dm_task_no_open_count() to skip getting open_count.
72fdf10a 177
4f6c33c8 178Version 1.00.21 - 7 Jan 2005
99dffafb 179============================
eaf48efc 180 Fix /proc/devices parsing.
99dffafb 181
7b1f32dc
AK
182Version 1.00.20 - 6 Jan 2005
183============================
f34c169a 184 Attempt to fix /dev/mapper/control transparently if it's wrong.
6b70629c 185 Configuration-time option for setting uid/gid/mode for /dev/mapper nodes.
76bcada9 186 Update kernel patches for 2.4.27/2.4.28-pre-4 (includes minor fixes).
45ae32da 187 Add --noheadings columns option for colon-separated dmsetup output.
3f096a6c
AK
188 Support device referencing by uuid or major/minor.
189 Warn if kernel data didn't fit in buffer.
2d7f9f0b 190 Fix a printf.
3b55d300 191
3bbe3735 192Version 1.00.19 - 3 July 2004
8bad0339 193=============================
3bbe3735
AK
194 More autoconf fixes.
195 Fix a dmsetup newline.
8bad0339
AK
196 Fix device number handling for 2.6 kernels.
197
33609582 198Version 1.00.18 - 20 Jun 2004
62cec9b2 199=============================
33609582
AK
200 Fix a uuid free in libdm-iface.
201 Fix a targets string size calc in driver.
32c5ad86 202 Add -c to dmsetup for column-based output.
62cec9b2
AK
203 Add target message-passing ioctl.
204
a38df97f
AK
205Version 1.00.17 - 17 Apr 2004
206=============================
207 configure --with-owner= --with-group= to avoid -o and -g args to 'install'
93f0ca86 208 Fix library selinux linking.
a38df97f 209
121c5c06
AK
210Version 1.00.16 - 16 Apr 2004
211=============================
212 Ignore error setting selinux file context if fs doesn't support it.
213
ae69d470
AK
214Version 1.00.15 - 7 Apr 2004
215============================
216 Fix status overflow check in kernel patches.
217
f4a0e78d
AK
218Version 1.00.14 - 6 Apr 2004
219============================
220 Fix static selinux build.
221
4dfd146a
AK
222Version 1.00.13 - 6 Apr 2004
223============================
224 Add some basic selinux support.
225
4ea7e4b8 226Version 1.00.12 - 6 Apr 2004
4dfd146a 227============================
4ea7e4b8
AK
228 Fix dmsetup.static install.
229
0172d4f7 230Version 1.00.11 - 5 Apr 2004
4dfd146a 231============================
0172d4f7
AK
232 configure --enable-static_link does static build in addition to dynamic.
233 Moved Makefile library targets definition into template.
234
b31a37d7
AK
235Version 1.00.10 - 2 Apr 2004
236============================
237 Fix DESTDIR handling.
238 Static build installs to dmsetup.static.
239 Basic support for internationalisation.
240 Minor Makefile tidy-ups/fixes.
241
a03065dc
AK
242Version 1.00.09 - 31 Mar 2004
243=============================
6105d3a8
AK
244 Update copyright notices to Red Hat.
245 Move full mknodes functionality from dmsetup into libdevmapper.
246 Avoid sscanf %as for uClibc compatibility.
a03065dc
AK
247 Cope if DM_LIST_VERSIONS is not defined.
248 Add DM_LIST_VERSIONS functionality to kernel patches.
249 Generate new kernel patches for 2.4.26-rc1.
6105d3a8 250
a5777ba3 251Version 1.00.08 - 27 Feb 2004
a03065dc 252=============================
a5777ba3
AK
253 Added 'dmsetup targets'.
254 Added event_nr support to 'dmsetup wait'.
255 Updated dmsetup man page.
256 Allow logging function to be reset to use internal one.
257 Bring log macros in line with LVM2 ones.
258 Added 'make install_static_lib' which installs libdevmapper.a.
259 Made configure/makefiles closer to LVM2 versions.
260 Fixed DESTDIR for make install/install_static_lib.
261 Updated README/INSTALL to reflect move to sources.redhat.com.
262 Updated autoconf files to 2003-06-17.
263
This page took 0.075007 seconds and 5 git commands to generate.