1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 01:55:10 +03:00
lvm2/WHATS_NEW_DM

134 lines
4.4 KiB
Plaintext
Raw Normal View History

Version 1.02.00 -
2005-09-27 00:52:00 +04:00
=============================
2005-11-09 17:10:50 +03:00
Added activation functions to library.
Added return macros.
Also suppress error if device doesn't exist with DM_DEVICE_STATUS.
2005-10-25 21:30:00 +04:00
Export dm_set_selinux_context().
2005-10-17 22:05:39 +04:00
Add dm_driver_version().
Added dependency tree functions to library.
2005-10-17 02:57:20 +04:00
Added hash, bitset, pool, dbg_malloc to library.
Added ls --tree to dmsetup.
Added dmsetup --nolockfs support for suspend/reload.
2005-09-27 00:52:00 +04:00
2005-09-27 00:44:12 +04:00
Version 1.01.05 - 26 Sep 2005
2005-08-03 01:46:49 +04:00
=============================
2005-09-22 16:06:34 +04:00
Resync list.h with LVM2.
Remember increased buffer size and use for subsequent calls.
On 'buffer full' condition, double buffer size and repeat ioctl.
Fix termination of getopt_long() option array.
Report 'buffer full' condition with v4 ioctl as well as with v1.
2005-08-03 01:46:49 +04:00
2005-08-02 22:00:32 +04:00
Version 1.01.04 - 2 Aug 2005
2005-09-27 00:44:12 +04:00
============================
Fix dmsetup ls -j and status --target with empty table.
2005-06-13 17:11:48 +04:00
Version 1.01.03 - 13 Jun 2005
=============================
2005-06-13 17:11:48 +04:00
Use matchpathcon mode parameter.
2005-06-11 02:00:44 +04:00
Fix configure script to re-enable selinux.
2005-05-17 19:50:25 +04:00
Version 1.01.02 - 17 May 2005
2005-03-29 22:10:57 +04:00
=============================
Call dm_lib_exit() and dm_lib_release() automatically now.
2005-05-16 20:04:34 +04:00
Add --target <target_type> filter to dmsetup table/status/ls.
2005-05-17 00:46:46 +04:00
Add --exec <command> to dmsetup ls.
Fix dmsetup getopt_long usage.
2005-03-29 22:10:57 +04:00
2005-03-29 18:47:39 +04:00
Version 1.01.01 - 29 Mar 2005
2005-01-17 23:12:12 +03:00
=============================
2005-03-29 18:47:39 +04:00
Update dmsetup man page.
2005-03-27 15:37:46 +04:00
Drop-in devmap_name replacement.
Add option to compile without ioctl for testing.
2005-01-27 18:53:28 +03:00
Fix DM_LIB_VERSION sed.
2005-01-17 23:12:12 +03:00
2005-01-17 23:00:28 +03:00
Version 1.01.00 - 17 Jan 2005
=============================
Add dm_task_no_open_count() to skip getting open_count.
2005-01-07 20:10:16 +03:00
2005-01-07 18:53:37 +03:00
Version 1.00.21 - 7 Jan 2005
2005-01-06 21:41:38 +03:00
============================
2005-01-07 18:39:53 +03:00
Fix /proc/devices parsing.
2005-01-06 21:41:38 +03:00
2005-01-06 21:30:17 +03:00
Version 1.00.20 - 6 Jan 2005
============================
Attempt to fix /dev/mapper/control transparently if it's wrong.
Configuration-time option for setting uid/gid/mode for /dev/mapper nodes.
2004-10-15 21:31:37 +04:00
Update kernel patches for 2.4.27/2.4.28-pre-4 (includes minor fixes).
Add --noheadings columns option for colon-separated dmsetup output.
Support device referencing by uuid or major/minor.
Warn if kernel data didn't fit in buffer.
2004-10-01 23:07:41 +04:00
Fix a printf.
2004-07-03 22:29:48 +04:00
2004-07-03 22:17:32 +04:00
Version 1.00.19 - 3 July 2004
=============================
2004-07-03 22:17:32 +04:00
More autoconf fixes.
Fix a dmsetup newline.
Fix device number handling for 2.6 kernels.
Version 1.00.18 - 20 Jun 2004
2004-06-09 00:34:40 +04:00
=============================
Fix a uuid free in libdm-iface.
Fix a targets string size calc in driver.
Add -c to dmsetup for column-based output.
2004-06-09 00:34:40 +04:00
Add target message-passing ioctl.
Version 1.00.17 - 17 Apr 2004
=============================
configure --with-owner= --with-group= to avoid -o and -g args to 'install'
2004-04-19 18:01:23 +04:00
Fix library selinux linking.
Version 1.00.16 - 16 Apr 2004
=============================
Ignore error setting selinux file context if fs doesn't support it.
Version 1.00.15 - 7 Apr 2004
============================
Fix status overflow check in kernel patches.
2004-04-07 00:32:02 +04:00
Version 1.00.14 - 6 Apr 2004
============================
Fix static selinux build.
2004-04-06 22:57:13 +04:00
Version 1.00.13 - 6 Apr 2004
============================
Add some basic selinux support.
2004-04-06 16:06:55 +04:00
Version 1.00.12 - 6 Apr 2004
2004-04-06 22:57:13 +04:00
============================
2004-04-06 16:06:55 +04:00
Fix dmsetup.static install.
2004-04-06 00:51:42 +04:00
Version 1.00.11 - 5 Apr 2004
2004-04-06 22:57:13 +04:00
============================
2004-04-06 00:51:42 +04:00
configure --enable-static_link does static build in addition to dynamic.
Moved Makefile library targets definition into template.
2004-04-02 20:47:43 +04:00
Version 1.00.10 - 2 Apr 2004
============================
Fix DESTDIR handling.
Static build installs to dmsetup.static.
Basic support for internationalisation.
Minor Makefile tidy-ups/fixes.
2004-04-01 00:09:56 +04:00
Version 1.00.09 - 31 Mar 2004
=============================
2004-03-30 23:12:42 +04:00
Update copyright notices to Red Hat.
Move full mknodes functionality from dmsetup into libdevmapper.
Avoid sscanf %as for uClibc compatibility.
2004-04-01 00:09:56 +04:00
Cope if DM_LIST_VERSIONS is not defined.
Add DM_LIST_VERSIONS functionality to kernel patches.
Generate new kernel patches for 2.4.26-rc1.
2004-03-30 23:12:42 +04:00
2004-02-28 01:36:13 +03:00
Version 1.00.08 - 27 Feb 2004
2004-04-01 00:09:56 +04:00
=============================
2004-02-28 01:36:13 +03:00
Added 'dmsetup targets'.
Added event_nr support to 'dmsetup wait'.
Updated dmsetup man page.
Allow logging function to be reset to use internal one.
Bring log macros in line with LVM2 ones.
Added 'make install_static_lib' which installs libdevmapper.a.
Made configure/makefiles closer to LVM2 versions.
Fixed DESTDIR for make install/install_static_lib.
Updated README/INSTALL to reflect move to sources.redhat.com.
Updated autoconf files to 2003-06-17.