2006-02-08 23:24:02 +00:00
Version 1.02.04 -
============================
2006-04-03 15:56:02 +00:00
Use name-based device refs if kernel doesn't support device number refs.
Fix memory leak (struct dm_ioctl) when struct dm_task is reused.
2006-03-30 15:15:47 +00:00
If _create_and_load_v4 fails part way through, revert the creation.
2006-03-09 21:33:59 +00:00
dmeventd thread/fifo fixes.
2006-02-23 19:11:51 +00:00
Add file & line to dm_strdup_aux().
2006-02-20 23:55:58 +00:00
Add setgeometry.
2006-02-08 23:24:02 +00:00
2006-02-07 16:33:48 +00:00
Version 1.02.03 - 7 Feb 2006
2005-12-02 17:24:06 +00:00
============================
2006-02-03 14:23:22 +00:00
Add exported functions to set uid, gid and mode.
2006-01-31 14:50:38 +00:00
Rename _log to dm_log and export.
2006-01-30 23:36:04 +00:00
Add dm_tree_skip_lockfs.
2006-01-10 22:19:41 +00:00
Fix dm_strdup debug definition.
2006-01-09 20:35:24 +00:00
Fix hash function to avoid using a negative array offset.
2006-01-04 16:07:27 +00:00
Don't inline _find in hash.c and tidy signed/unsigned etc.
Fix libdevmapper.h #endif.
2006-01-03 20:53:57 +00:00
Fix dmsetup version driver version.
2005-12-13 15:49:27 +00:00
Add sync, nosync and block_on_error mirror log parameters.
Add hweight32.
2005-12-05 11:16:48 +00:00
Fix dmeventd build.
2005-12-02 17:24:06 +00:00
2005-12-02 15:44:18 +00:00
Version 1.02.02 - 2 Dec 2005
============================
2005-12-02 15:41:14 +00:00
dmeventd added.
2005-12-01 23:11:41 +00:00
Export dm_task_update_nodes.
Use names instead of numbers in messages when ioctls fail.
2005-11-23 18:44:59 +00:00
2005-11-23 18:36:33 +00:00
Version 1.02.01 - 23 Nov 2005
2005-11-10 16:06:29 +00:00
=============================
2005-11-30 18:35:03 +00:00
Resume snapshot-origins last.
2005-11-22 18:43:12 +00:00
Drop leading zeros from dm_format_dev.
Suppress attempt to reload identical table.
2005-11-12 22:46:48 +00:00
Additional LVM- prefix matching for transitional period.
2005-11-10 16:06:29 +00:00
2005-11-10 15:27:19 +00:00
Version 1.02.00 - 10 Nov 2005
2005-09-26 20:52:00 +00:00
=============================
2005-11-09 14:10:50 +00:00
Added activation functions to library.
Added return macros.
2005-10-26 17:51:10 +00:00
Also suppress error if device doesn't exist with DM_DEVICE_STATUS.
2005-10-25 17:30:00 +00:00
Export dm_set_selinux_context().
2005-10-17 18:05:39 +00:00
Add dm_driver_version().
2005-10-16 14:33:22 +00:00
Added dependency tree functions to library.
2005-10-16 22:57:20 +00:00
Added hash, bitset, pool, dbg_malloc to library.
2005-10-16 14:33:22 +00:00
Added ls --tree to dmsetup.
Added dmsetup --nolockfs support for suspend/reload.
2005-09-26 20:52:00 +00:00
2005-09-26 20:44:12 +00:00
Version 1.01.05 - 26 Sep 2005
2005-08-02 21:46:49 +00:00
=============================
2005-09-22 12:06:34 +00:00
Resync list.h with LVM2.
2005-09-20 18:04:28 +00:00
Remember increased buffer size and use for subsequent calls.
2005-09-19 14:29:17 +00:00
On 'buffer full' condition, double buffer size and repeat ioctl.
2005-08-18 19:40:19 +00:00
Fix termination of getopt_long() option array.
2005-08-08 18:40:17 +00:00
Report 'buffer full' condition with v4 ioctl as well as with v1.
2005-08-02 21:46:49 +00:00
2005-08-02 18:00:32 +00:00
Version 1.01.04 - 2 Aug 2005
2005-09-26 20:44:12 +00:00
============================
2005-07-29 16:11:23 +00:00
Fix dmsetup ls -j and status --target with empty table.
2005-06-13 13:11:48 +00:00
Version 1.01.03 - 13 Jun 2005
2005-06-10 21:57:49 +00:00
=============================
2005-06-13 13:11:48 +00:00
Use matchpathcon mode parameter.
2005-06-10 22:00:44 +00:00
Fix configure script to re-enable selinux.
2005-06-10 21:57:49 +00:00
2005-05-17 15:50:25 +00:00
Version 1.01.02 - 17 May 2005
2005-03-29 18:10:57 +00:00
=============================
2005-05-16 15:15:34 +00:00
Call dm_lib_exit() and dm_lib_release() automatically now.
2005-05-16 16:04:34 +00:00
Add --target <target_type> filter to dmsetup table/status/ls.
2005-05-16 20:46:46 +00:00
Add --exec <command> to dmsetup ls.
2005-05-16 14:53:23 +00:00
Fix dmsetup getopt_long usage.
2005-03-29 18:10:57 +00:00
2005-03-29 14:47:39 +00:00
Version 1.01.01 - 29 Mar 2005
2005-01-17 20:12:12 +00:00
=============================
2005-03-29 14:47:39 +00:00
Update dmsetup man page.
2005-03-27 11:37:46 +00:00
Drop-in devmap_name replacement.
2005-01-27 16:16:54 +00:00
Add option to compile without ioctl for testing.
2005-01-27 15:53:28 +00:00
Fix DM_LIB_VERSION sed.
2005-01-17 20:12:12 +00:00
2005-01-17 20:00:28 +00:00
Version 1.01.00 - 17 Jan 2005
=============================
2005-01-12 22:10:14 +00:00
Add dm_task_no_open_count() to skip getting open_count.
2005-01-07 17:10:16 +00:00
2005-01-07 15:53:37 +00:00
Version 1.00.21 - 7 Jan 2005
2005-01-06 18:41:38 +00:00
============================
2005-01-07 15:39:53 +00:00
Fix /proc/devices parsing.
2005-01-06 18:41:38 +00:00
2005-01-06 18:30:17 +00:00
Version 1.00.20 - 6 Jan 2005
============================
2005-01-06 18:22:44 +00:00
Attempt to fix /dev/mapper/control transparently if it's wrong.
2005-01-05 22:00:40 +00:00
Configuration-time option for setting uid/gid/mode for /dev/mapper nodes.
2004-10-15 17:31:37 +00:00
Update kernel patches for 2.4.27/2.4.28-pre-4 (includes minor fixes).
2004-10-12 16:42:40 +00:00
Add --noheadings columns option for colon-separated dmsetup output.
2004-10-01 19:11:37 +00:00
Support device referencing by uuid or major/minor.
Warn if kernel data didn't fit in buffer.
2004-10-01 19:07:41 +00:00
Fix a printf.
2004-07-03 18:29:48 +00:00
2004-07-03 18:17:32 +00:00
Version 1.00.19 - 3 July 2004
2004-07-01 15:14:29 +00:00
=============================
2004-07-03 18:17:32 +00:00
More autoconf fixes.
Fix a dmsetup newline.
2004-07-01 15:14:29 +00:00
Fix device number handling for 2.6 kernels.
2004-06-20 13:50:42 +00:00
Version 1.00.18 - 20 Jun 2004
2004-06-08 20:34:40 +00:00
=============================
2004-06-20 13:50:42 +00:00
Fix a uuid free in libdm-iface.
Fix a targets string size calc in driver.
2004-06-16 16:44:12 +00:00
Add -c to dmsetup for column-based output.
2004-06-08 20:34:40 +00:00
Add target message-passing ioctl.
2004-04-19 13:10:06 +00:00
Version 1.00.17 - 17 Apr 2004
=============================
configure --with-owner= --with-group= to avoid -o and -g args to 'install'
2004-04-19 14:01:23 +00:00
Fix library selinux linking.
2004-04-19 13:10:06 +00:00
2004-04-16 12:24:46 +00:00
Version 1.00.16 - 16 Apr 2004
=============================
Ignore error setting selinux file context if fs doesn't support it.
2004-04-07 12:39:59 +00:00
Version 1.00.15 - 7 Apr 2004
============================
Fix status overflow check in kernel patches.
2004-04-06 20:32:02 +00:00
Version 1.00.14 - 6 Apr 2004
============================
Fix static selinux build.
2004-04-06 18:57:13 +00:00
Version 1.00.13 - 6 Apr 2004
============================
Add some basic selinux support.
2004-04-06 12:06:55 +00:00
Version 1.00.12 - 6 Apr 2004
2004-04-06 18:57:13 +00:00
============================
2004-04-06 12:06:55 +00:00
Fix dmsetup.static install.
2004-04-05 20:51:42 +00:00
Version 1.00.11 - 5 Apr 2004
2004-04-06 18:57:13 +00:00
============================
2004-04-05 20:51:42 +00:00
configure --enable-static_link does static build in addition to dynamic.
Moved Makefile library targets definition into template.
2004-04-02 16:47:43 +00: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-03-31 20:09:56 +00:00
Version 1.00.09 - 31 Mar 2004
=============================
2004-03-30 19:12:42 +00:00
Update copyright notices to Red Hat.
Move full mknodes functionality from dmsetup into libdevmapper.
Avoid sscanf %as for uClibc compatibility.
2004-03-31 20:09:56 +00: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 19:12:42 +00:00
2004-02-27 22:36:13 +00:00
Version 1.00.08 - 27 Feb 2004
2004-03-31 20:09:56 +00:00
=============================
2004-02-27 22:36:13 +00: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.