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