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