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