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