]> sourceware.org Git - lvm2.git/blame - WHATS_NEW_DM
pre-release
[lvm2.git] / WHATS_NEW_DM
CommitLineData
da5edd8e 1Version 1.02.00 - 10 Nov 2005
b277f1e9 2=============================
b4f1578f
AK
3 Added activation functions to library.
4 Added return macros.
19f792df 5 Also suppress error if device doesn't exist with DM_DEVICE_STATUS.
3aeb5690 6 Export dm_set_selinux_context().
ffc88f2e 7 Add dm_driver_version().
3d0480ed 8 Added dependency tree functions to library.
a3f6b2ce 9 Added hash, bitset, pool, dbg_malloc to library.
3d0480ed
AK
10 Added ls --tree to dmsetup.
11 Added dmsetup --nolockfs support for suspend/reload.
b277f1e9 12
d7c1c43d 13Version 1.01.05 - 26 Sep 2005
d07af063 14=============================
4afac84c 15 Resync list.h with LVM2.
59a2bf62 16 Remember increased buffer size and use for subsequent calls.
4e16b1e7 17 On 'buffer full' condition, double buffer size and repeat ioctl.
69cfb920 18 Fix termination of getopt_long() option array.
e817a0b3 19 Report 'buffer full' condition with v4 ioctl as well as with v1.
d07af063 20
91eb42be 21Version 1.01.04 - 2 Aug 2005
d7c1c43d 22============================
a7c3ee38
AK
23 Fix dmsetup ls -j and status --target with empty table.
24
c8c07bbe 25Version 1.01.03 - 13 Jun 2005
37e8356b 26=============================
c8c07bbe 27 Use matchpathcon mode parameter.
42401a65 28 Fix configure script to re-enable selinux.
37e8356b 29
d910e40d 30Version 1.01.02 - 17 May 2005
9629f7a9 31=============================
ebf21d3f 32 Call dm_lib_exit() and dm_lib_release() automatically now.
2272500b 33 Add --target <target_type> filter to dmsetup table/status/ls.
b7c70050 34 Add --exec <command> to dmsetup ls.
67f10950 35 Fix dmsetup getopt_long usage.
9629f7a9 36
e015b627 37Version 1.01.01 - 29 Mar 2005
c080b460 38=============================
e015b627 39 Update dmsetup man page.
969e08da 40 Drop-in devmap_name replacement.
3d2aecf0 41 Add option to compile without ioctl for testing.
4608bcdc 42 Fix DM_LIB_VERSION sed.
c080b460 43
e5bb96fe
AK
44Version 1.01.00 - 17 Jan 2005
45=============================
8e2dd0df 46 Add dm_task_no_open_count() to skip getting open_count.
72fdf10a 47
4f6c33c8 48Version 1.00.21 - 7 Jan 2005
99dffafb 49============================
eaf48efc 50 Fix /proc/devices parsing.
99dffafb 51
7b1f32dc
AK
52Version 1.00.20 - 6 Jan 2005
53============================
f34c169a 54 Attempt to fix /dev/mapper/control transparently if it's wrong.
6b70629c 55 Configuration-time option for setting uid/gid/mode for /dev/mapper nodes.
76bcada9 56 Update kernel patches for 2.4.27/2.4.28-pre-4 (includes minor fixes).
45ae32da 57 Add --noheadings columns option for colon-separated dmsetup output.
3f096a6c
AK
58 Support device referencing by uuid or major/minor.
59 Warn if kernel data didn't fit in buffer.
2d7f9f0b 60 Fix a printf.
3b55d300 61
3bbe3735 62Version 1.00.19 - 3 July 2004
8bad0339 63=============================
3bbe3735
AK
64 More autoconf fixes.
65 Fix a dmsetup newline.
8bad0339
AK
66 Fix device number handling for 2.6 kernels.
67
33609582 68Version 1.00.18 - 20 Jun 2004
62cec9b2 69=============================
33609582
AK
70 Fix a uuid free in libdm-iface.
71 Fix a targets string size calc in driver.
32c5ad86 72 Add -c to dmsetup for column-based output.
62cec9b2
AK
73 Add target message-passing ioctl.
74
a38df97f
AK
75Version 1.00.17 - 17 Apr 2004
76=============================
77 configure --with-owner= --with-group= to avoid -o and -g args to 'install'
93f0ca86 78 Fix library selinux linking.
a38df97f 79
121c5c06
AK
80Version 1.00.16 - 16 Apr 2004
81=============================
82 Ignore error setting selinux file context if fs doesn't support it.
83
ae69d470
AK
84Version 1.00.15 - 7 Apr 2004
85============================
86 Fix status overflow check in kernel patches.
87
f4a0e78d
AK
88Version 1.00.14 - 6 Apr 2004
89============================
90 Fix static selinux build.
91
4dfd146a
AK
92Version 1.00.13 - 6 Apr 2004
93============================
94 Add some basic selinux support.
95
4ea7e4b8 96Version 1.00.12 - 6 Apr 2004
4dfd146a 97============================
4ea7e4b8
AK
98 Fix dmsetup.static install.
99
0172d4f7 100Version 1.00.11 - 5 Apr 2004
4dfd146a 101============================
0172d4f7
AK
102 configure --enable-static_link does static build in addition to dynamic.
103 Moved Makefile library targets definition into template.
104
b31a37d7
AK
105Version 1.00.10 - 2 Apr 2004
106============================
107 Fix DESTDIR handling.
108 Static build installs to dmsetup.static.
109 Basic support for internationalisation.
110 Minor Makefile tidy-ups/fixes.
111
a03065dc
AK
112Version 1.00.09 - 31 Mar 2004
113=============================
6105d3a8
AK
114 Update copyright notices to Red Hat.
115 Move full mknodes functionality from dmsetup into libdevmapper.
116 Avoid sscanf %as for uClibc compatibility.
a03065dc
AK
117 Cope if DM_LIST_VERSIONS is not defined.
118 Add DM_LIST_VERSIONS functionality to kernel patches.
119 Generate new kernel patches for 2.4.26-rc1.
6105d3a8 120
a5777ba3 121Version 1.00.08 - 27 Feb 2004
a03065dc 122=============================
a5777ba3
AK
123 Added 'dmsetup targets'.
124 Added event_nr support to 'dmsetup wait'.
125 Updated dmsetup man page.
126 Allow logging function to be reset to use internal one.
127 Bring log macros in line with LVM2 ones.
128 Added 'make install_static_lib' which installs libdevmapper.a.
129 Made configure/makefiles closer to LVM2 versions.
130 Fixed DESTDIR for make install/install_static_lib.
131 Updated README/INSTALL to reflect move to sources.redhat.com.
132 Updated autoconf files to 2003-06-17.
133
This page took 0.045679 seconds and 5 git commands to generate.