xref: /dragonfly/contrib/lvm2/dist/WHATS_NEW_DM (revision 86d7f5d3)
1*86d7f5d3SJohn MarinoVersion 1.02.40 - 19th November 2009
2*86d7f5d3SJohn Marino====================================
3*86d7f5d3SJohn Marino  Fix install_device-mapper Makefile target to not build dmeventd plugins.
4*86d7f5d3SJohn Marino  Support udev flags even when udev_sync is disabled or not compiled in.
5*86d7f5d3SJohn Marino  Remove 'last_rule' from udev rules: honour DM_UDEV_DISABLE_OTHER_RULES_FLAG.
6*86d7f5d3SJohn Marino  Add dmsetup --inactive support.
7*86d7f5d3SJohn Marino  Add dm_task_query_inactive_table to libdevmapper for kernel driver >= 4.16.
8*86d7f5d3SJohn Marino  Fix hash lookup segfault when keys compared are different lengths.
9*86d7f5d3SJohn Marino
10*86d7f5d3SJohn MarinoVersion 1.02.39 - 26th October 2009
11*86d7f5d3SJohn Marino===================================
12*86d7f5d3SJohn Marino  Remove strict default permissions for DM devices from 95-dm-notify.rules.
13*86d7f5d3SJohn Marino  Add dmsetup udevflags command to decode udev flags in given cookie value.
14*86d7f5d3SJohn Marino  Support udev flags in libdevmapper incl. dm_tree_add_new_dev_with_udev_flags.
15*86d7f5d3SJohn Marino  Make libdm ABI consistent when built with/without selinux support.
16*86d7f5d3SJohn Marino
17*86d7f5d3SJohn MarinoVersion 1.02.38 - 25th September 2009
18*86d7f5d3SJohn Marino=====================================
19*86d7f5d3SJohn Marino  Export DM_DEV_DIR_UMASK, the default umask for /dev directories created.
20*86d7f5d3SJohn Marino  Handle any path supplied to dm_task_set_name by looking up in /dev/mapper.
21*86d7f5d3SJohn Marino  Add several examples to 12-dm-permissions.rules.
22*86d7f5d3SJohn Marino  Add splitname and --yes to dmsetup man page.
23*86d7f5d3SJohn Marino  Fix _mirror_emit_segment_line return code.
24*86d7f5d3SJohn Marino  Fix dmeventd _temporary_log_fn parameters. (2.02.50)
25*86d7f5d3SJohn Marino
26*86d7f5d3SJohn MarinoVersion 1.02.37 - 15th September 2009
27*86d7f5d3SJohn Marino=====================================
28*86d7f5d3SJohn Marino  Add dmsetup manpage entries for udevcomplete_all and udevcookies.
29*86d7f5d3SJohn Marino  Check udev is running when processing cookies and retain state internally.
30*86d7f5d3SJohn Marino  Add y|--yes option to dmsetup for default 'yes' answer to prompts.
31*86d7f5d3SJohn Marino  Fix tools Makefile to process dmsetup sources separately.
32*86d7f5d3SJohn Marino  Restore umask when device node creation fails.
33*86d7f5d3SJohn Marino  Check kernel vsn to use 'block_on_error' or 'handle_errors' in mirror table.
34*86d7f5d3SJohn Marino  Add dm-log-userspace.h to tree for cmirrord builds.
35*86d7f5d3SJohn Marino
36*86d7f5d3SJohn MarinoVersion 1.02.36 - 6th August 2009
37*86d7f5d3SJohn Marino=================================
38*86d7f5d3SJohn Marino  Add udevcookies, udevcomplete, udevcomplete_all and --noudevwait to dmsetup.
39*86d7f5d3SJohn Marino  Add libdevmapper functions to support synchronisation with udev.
40*86d7f5d3SJohn Marino
41*86d7f5d3SJohn MarinoVersion 1.02.35 - 28th July 2009
42*86d7f5d3SJohn Marino================================
43*86d7f5d3SJohn Marino  Add LOG_LINE_WITH_ERRNO macro.
44*86d7f5d3SJohn Marino  Use log_error macro consistently throughout in place of log_err.
45*86d7f5d3SJohn Marino
46*86d7f5d3SJohn MarinoVersion 1.02.34 - 15th July 2009
47*86d7f5d3SJohn Marino================================
48*86d7f5d3SJohn Marino  Use _exit() not exit() after forking to avoid flushing libc buffers twice.
49*86d7f5d3SJohn Marino  Rename plog macro to LOG_LINE & add LOG_MESG variant for dm_dump_memory_debug.
50*86d7f5d3SJohn Marino  Change plog to use dm_log_with_errno unless deprecated dm_log_init was used.
51*86d7f5d3SJohn Marino  Add dm_log_with_errno and dm_log_with_errno_init, deprecating the old fns.
52*86d7f5d3SJohn Marino  Fix whitespace in linear target line to fix identical table line detection.
53*86d7f5d3SJohn Marino  Add device number to more log messages during activation.
54*86d7f5d3SJohn Marino
55*86d7f5d3SJohn MarinoVersion 1.02.33 - 30th June 2009
56*86d7f5d3SJohn Marino================================
57*86d7f5d3SJohn Marino  Don't fallback to default major number: use dm_task_set_major_minor. (1.02.31)
58*86d7f5d3SJohn Marino  Do not fork daemon when dmeventd cannot be found.
59*86d7f5d3SJohn Marino  Add crypt target handling to libdevmapper tree nodes.
60*86d7f5d3SJohn Marino  Add splitname command to dmsetup.
61*86d7f5d3SJohn Marino  Add subsystem, vg_name, lv_name, lv_layer fields to dmsetup reports.
62*86d7f5d3SJohn Marino  Make mempool optional in dm_split_lvm_name().
63*86d7f5d3SJohn Marino
64*86d7f5d3SJohn MarinoVersion 1.02.32 - 21st May 2009
65*86d7f5d3SJohn Marino===============================
66*86d7f5d3SJohn Marino  Only generate libdevmapper.a when configured to link statically.
67*86d7f5d3SJohn Marino  Export dm_tree_node_size_changed() from libdevmapper.
68*86d7f5d3SJohn Marino  Propagate the table size_changed property up the dm device tree.
69*86d7f5d3SJohn Marino  Detect failure to free memory pools when releasing the library.
70*86d7f5d3SJohn Marino  Fix segfault when getopt processes dmsetup -U, -G and -M options.
71*86d7f5d3SJohn Marino
72*86d7f5d3SJohn MarinoVersion 1.02.31 - 3rd March 2009
73*86d7f5d3SJohn Marino================================
74*86d7f5d3SJohn Marino  If kernel supports only one dm major number, use in place of any supplied.
75*86d7f5d3SJohn Marino
76*86d7f5d3SJohn MarinoVersion 1.02.30 - 26th January 2009
77*86d7f5d3SJohn Marino====================================
78*86d7f5d3SJohn Marino  Add "all" field to reports expanding to all fields of report type.
79*86d7f5d3SJohn Marino  Enforce device name length and character limitations in libdm.
80*86d7f5d3SJohn Marino  Replace _dm_snprintf with EMIT_PARAMS macro for creating target lines.
81*86d7f5d3SJohn Marino
82*86d7f5d3SJohn MarinoVersion 1.02.29 - 10th November 2008
83*86d7f5d3SJohn Marino====================================
84*86d7f5d3SJohn Marino  Merge device-mapper into the LVM2 tree.
85*86d7f5d3SJohn Marino  Split out dm-logging.h from log.h.
86*86d7f5d3SJohn Marino  Use lvm-types.h.
87*86d7f5d3SJohn Marino  Add usrsbindir to configure.
88*86d7f5d3SJohn Marino
89*86d7f5d3SJohn MarinoVersion 1.02.28 - 18th September 2008
90*86d7f5d3SJohn Marino=====================================
91*86d7f5d3SJohn Marino  Only resume devices in dm_tree_preload_children if size changes.
92*86d7f5d3SJohn Marino  Extend deptree buffers so the largest possible device numbers fit.
93*86d7f5d3SJohn Marino  Generate versioned libdevmapper-event.so.
94*86d7f5d3SJohn Marino  Underline longer report help text headings.
95*86d7f5d3SJohn Marino
96*86d7f5d3SJohn MarinoVersion 1.02.27 - 25th June 2008
97*86d7f5d3SJohn Marino================================
98*86d7f5d3SJohn Marino  Align struct memblock in dbg_malloc for sparc.
99*86d7f5d3SJohn Marino  Add --unquoted and --rows to dmsetup.
100*86d7f5d3SJohn Marino  Avoid compiler warning about cast in dmsetup.c's OFFSET_OF macro.
101*86d7f5d3SJohn Marino  Fix inverted no_flush debug message.
102*86d7f5d3SJohn Marino  Remove --enable-jobs from configure. (Set at runtime instead.)
103*86d7f5d3SJohn Marino  Bring configure.in and list.h into line with the lvm2 versions.
104*86d7f5d3SJohn Marino
105*86d7f5d3SJohn MarinoVersion 1.02.26 - 6th June 2008
106*86d7f5d3SJohn Marino===============================
107*86d7f5d3SJohn Marino  Initialise params buffer to empty string in _emit_segment.
108*86d7f5d3SJohn Marino  Skip add_dev_node when ioctls disabled.
109*86d7f5d3SJohn Marino  Make dm_hash_iter safe against deletion.
110*86d7f5d3SJohn Marino  Accept a NULL pointer to dm_free silently.
111*86d7f5d3SJohn Marino  Add tables_loaded, readonly and suspended columns to reports.
112*86d7f5d3SJohn Marino  Add --nameprefixes to dmsetup.
113*86d7f5d3SJohn Marino  Add field name prefix option to reporting functions.
114*86d7f5d3SJohn Marino  Calculate string size within dm_pool_grow_object.
115*86d7f5d3SJohn Marino
116*86d7f5d3SJohn MarinoVersion 1.02.25 - 10th April 2008
117*86d7f5d3SJohn Marino=================================
118*86d7f5d3SJohn Marino  Remove redundant if-before-free tests.
119*86d7f5d3SJohn Marino  Use log_warn for reporting field help text instead of log_print.
120*86d7f5d3SJohn Marino  Change cluster mirror log type name (s/clustered_/clustered-/)
121*86d7f5d3SJohn Marino
122*86d7f5d3SJohn MarinoVersion 1.02.24 - 20th December 2007
123*86d7f5d3SJohn Marino====================================
124*86d7f5d3SJohn Marino  Fix deptree to pass new name to _resume_node after a rename.
125*86d7f5d3SJohn Marino  Suppress other node operations if node is deleted.
126*86d7f5d3SJohn Marino  Add node operation stack debug messages.
127*86d7f5d3SJohn Marino  Report error when empty device name passed to readahead functions.
128*86d7f5d3SJohn Marino  Fix minimum readahead debug message.
129*86d7f5d3SJohn Marino
130*86d7f5d3SJohn MarinoVersion 1.02.23 - 5th December 2007
131*86d7f5d3SJohn Marino===================================
132*86d7f5d3SJohn Marino  Update dm-ioctl.h after removal of compat code.
133*86d7f5d3SJohn Marino  Add readahead support to libdevmapper and dmsetup.
134*86d7f5d3SJohn Marino  Fix double free in a libdevmapper-event error path.
135*86d7f5d3SJohn Marino  Fix configure --with-dmeventd-path substitution.
136*86d7f5d3SJohn Marino  Allow a DM_DEV_DIR environment variable to override /dev in dmsetup.
137*86d7f5d3SJohn Marino  Create a libdevmapper.so.$LIB_VERSION symlink within the build tree.
138*86d7f5d3SJohn Marino  Avoid static link failure with some SELinux libraries that require libpthread.
139*86d7f5d3SJohn Marino  Remove obsolete dmfs code from tree and update INSTALL.
140*86d7f5d3SJohn Marino
141*86d7f5d3SJohn MarinoVersion 1.02.22 - 21st August 2007
142*86d7f5d3SJohn Marino==================================
143*86d7f5d3SJohn Marino  Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.
144*86d7f5d3SJohn Marino  Update to use autoconf 2.61, while still supporting 2.57.
145*86d7f5d3SJohn Marino  Avoid repeated dm_task free on some dm_event_get_registered_device errors.
146*86d7f5d3SJohn Marino  Introduce log_sys_* macros from LVM2.
147*86d7f5d3SJohn Marino  Export dm_fclose and dm_create_dir; remove libdm-file.h.
148*86d7f5d3SJohn Marino  Don't log EROFS mkdir failures in _create_dir_recursive (for LVM2).
149*86d7f5d3SJohn Marino  Add fclose wrapper dm_fclose that catches write failures (using ferror).
150*86d7f5d3SJohn Marino
151*86d7f5d3SJohn MarinoVersion 1.02.21 - 13th July 2007
152*86d7f5d3SJohn Marino================================
153*86d7f5d3SJohn Marino  Introduce _LOG_STDERR to send log_warn() messages to stderr not stdout.
154*86d7f5d3SJohn Marino  Fix dmsetup -o devno string termination. (1.02.20)
155*86d7f5d3SJohn Marino
156*86d7f5d3SJohn MarinoVersion 1.02.20 - 15th June 2007
157*86d7f5d3SJohn Marino================================
158*86d7f5d3SJohn Marino  Fix default dmsetup report buffering and add --unbuffered.
159*86d7f5d3SJohn Marino  Add tree-based and dependency fields to dmsetup reports.
160*86d7f5d3SJohn Marino
161*86d7f5d3SJohn MarinoVersion 1.02.19 - 27th April 2007
162*86d7f5d3SJohn Marino=================================
163*86d7f5d3SJohn Marino  Standardise protective include file #defines.
164*86d7f5d3SJohn Marino  Add regex functions to library.
165*86d7f5d3SJohn Marino  Avoid trailing separator in reports when there are hidden sort fields.
166*86d7f5d3SJohn Marino  Fix segfault in 'dmsetup status' without --showkeys against crypt target.
167*86d7f5d3SJohn Marino  Deal with some more compiler warnings.
168*86d7f5d3SJohn Marino  Introduce _add_field() and _is_same_field() to libdm-report.c.
169*86d7f5d3SJohn Marino  Fix some libdevmapper-event and dmeventd memory leaks.
170*86d7f5d3SJohn Marino  Remove unnecessary memset() return value checks.
171*86d7f5d3SJohn Marino  Fix a few leaks in reporting error paths. [1.02.15+]
172*86d7f5d3SJohn Marino
173*86d7f5d3SJohn MarinoVersion 1.02.18 - 13th February 2007
174*86d7f5d3SJohn Marino====================================
175*86d7f5d3SJohn Marino  Improve dmeventd messaging protocol: drain pipe and tag messages.
176*86d7f5d3SJohn Marino
177*86d7f5d3SJohn MarinoVersion 1.02.17 - 29th January 2007
178*86d7f5d3SJohn Marino===================================
179*86d7f5d3SJohn Marino  Add recent reporting options to dmsetup man page.
180*86d7f5d3SJohn Marino  Revise some report fields names.
181*86d7f5d3SJohn Marino  Add dmsetup 'help' command and update usage text.
182*86d7f5d3SJohn Marino  Use fixed-size fields in report interface and reorder.
183*86d7f5d3SJohn Marino
184*86d7f5d3SJohn MarinoVersion 1.02.16 - 25th January 2007
185*86d7f5d3SJohn Marino===================================
186*86d7f5d3SJohn Marino  Add some missing close() and fclose() return value checks.
187*86d7f5d3SJohn Marino  Migrate dmsetup column-based output over to new libdevmapper report framework.
188*86d7f5d3SJohn Marino  Add descriptions to reporting field definitions.
189*86d7f5d3SJohn Marino  Add a dso-private variable to dmeventd dso interface.
190*86d7f5d3SJohn Marino  Add dm_event_handler_[gs]et_timeout functions.
191*86d7f5d3SJohn Marino  Streamline dm_report_field_* interface.
192*86d7f5d3SJohn Marino  Add cmdline debug & version options to dmeventd.
193*86d7f5d3SJohn Marino  Add DM_LIB_VERSION definition to configure.h.
194*86d7f5d3SJohn Marino  Suppress 'Unrecognised field' error if report field is 'help'.
195*86d7f5d3SJohn Marino  Add --separator and --sort to dmsetup (unused).
196*86d7f5d3SJohn Marino  Make alignment flag optional when specifying report fields.
197*86d7f5d3SJohn Marino
198*86d7f5d3SJohn MarinoVersion 1.02.15 - 17th January 2007
199*86d7f5d3SJohn Marino===================================
200*86d7f5d3SJohn Marino  Add basic reporting functions to libdevmapper.
201*86d7f5d3SJohn Marino  Fix a malloc error path in dmsetup message.
202*86d7f5d3SJohn Marino  More libdevmapper-event interface changes and fixes.
203*86d7f5d3SJohn Marino  Rename dm_saprintf() to dm_asprintf().
204*86d7f5d3SJohn Marino  Report error if NULL pointer is supplied to dm_strdup_aux().
205*86d7f5d3SJohn Marino  Reinstate dm_event_get_registered_device.
206*86d7f5d3SJohn Marino
207*86d7f5d3SJohn MarinoVersion 1.02.14 - 11th January 2007
208*86d7f5d3SJohn Marino===================================
209*86d7f5d3SJohn Marino  Add dm_saprintf().
210*86d7f5d3SJohn Marino  Use CFLAGS when linking so mixed sparc builds can supply -m64.
211*86d7f5d3SJohn Marino  Add dm_tree_use_no_flush_suspend().
212*86d7f5d3SJohn Marino  Lots of dmevent changes including revised interface.
213*86d7f5d3SJohn Marino  Export dm_basename().
214*86d7f5d3SJohn Marino  Cope with a trailing space when comparing tables prior to possible reload.
215*86d7f5d3SJohn Marino  Fix dmeventd to cope if monitored device disappears.
216*86d7f5d3SJohn Marino
217*86d7f5d3SJohn MarinoVersion 1.02.13 - 28 Nov 2006
218*86d7f5d3SJohn Marino=============================
219*86d7f5d3SJohn Marino  Update dmsetup man page (setgeometry & message).
220*86d7f5d3SJohn Marino  Fix dmsetup free after getline with debug.
221*86d7f5d3SJohn Marino  Suppress encryption key in 'dmsetup table' output unless --showkeys supplied.
222*86d7f5d3SJohn Marino
223*86d7f5d3SJohn MarinoVersion 1.02.12 - 13 Oct 2006
224*86d7f5d3SJohn Marino=============================
225*86d7f5d3SJohn Marino  Avoid deptree attempting to suspend a device that's already suspended.
226*86d7f5d3SJohn Marino
227*86d7f5d3SJohn MarinoVersion 1.02.11 -  12 Oct 2006
228*86d7f5d3SJohn Marino==============================
229*86d7f5d3SJohn Marino  Add suspend noflush support.
230*86d7f5d3SJohn Marino  Add basic dmsetup loop support.
231*86d7f5d3SJohn Marino  Switch dmsetup to use dm_malloc and dm_free.
232*86d7f5d3SJohn Marino
233*86d7f5d3SJohn MarinoVersion 1.02.10 - 19 Sep 2006
234*86d7f5d3SJohn Marino=============================
235*86d7f5d3SJohn Marino  Add dm_snprintf(), dm_split_words() and dm_split_lvm_name() to libdevmapper.
236*86d7f5d3SJohn Marino  Reorder mm bounds_check code to reduce window for a dmeventd race.
237*86d7f5d3SJohn Marino
238*86d7f5d3SJohn MarinoVersion 1.02.09 - 15 Aug 2006
239*86d7f5d3SJohn Marino=============================
240*86d7f5d3SJohn Marino  Add --table argument to dmsetup for a one-line table.
241*86d7f5d3SJohn Marino  Abort if errors are found during cmdline option processing.
242*86d7f5d3SJohn Marino  Add lockfs indicator to debug output.
243*86d7f5d3SJohn Marino
244*86d7f5d3SJohn MarinoVersion 1.02.08 - 17 July 2006
245*86d7f5d3SJohn Marino==============================
246*86d7f5d3SJohn Marino  Append full patch to check in emails.
247*86d7f5d3SJohn Marino  Avoid duplicate dmeventd subdir with 'make distclean'.
248*86d7f5d3SJohn Marino  Update dmsetup man page.
249*86d7f5d3SJohn Marino  Add --force to dmsetup remove* to load error target.
250*86d7f5d3SJohn Marino  dmsetup remove_all also performs mknodes.
251*86d7f5d3SJohn Marino  Don't suppress identical table reloads if permission changes.
252*86d7f5d3SJohn Marino  Fix corelog segment line.
253*86d7f5d3SJohn Marino  Suppress some compiler warnings.
254*86d7f5d3SJohn Marino
255*86d7f5d3SJohn MarinoVersion 1.02.07 - 11 May 2006
256*86d7f5d3SJohn Marino=============================
257*86d7f5d3SJohn Marino  Add DM_CORELOG flag to dm_tree_node_add_mirror_target().
258*86d7f5d3SJohn Marino  Avoid a dmeventd compiler warning.
259*86d7f5d3SJohn Marino
260*86d7f5d3SJohn MarinoVersion 1.02.06 - 10 May 2006
261*86d7f5d3SJohn Marino=============================
262*86d7f5d3SJohn Marino  Move DEFS into configure.h.
263*86d7f5d3SJohn Marino  Fix leaks in error paths found by coverity.
264*86d7f5d3SJohn Marino  Remove dmsetup line buffer limitation.
265*86d7f5d3SJohn Marino
266*86d7f5d3SJohn MarinoVersion 1.02.05 - 19 Apr 2006
267*86d7f5d3SJohn Marino=============================
268*86d7f5d3SJohn Marino  Separate install_include target in makefiles.
269*86d7f5d3SJohn Marino  Separate out DEFS from CFLAGS.
270*86d7f5d3SJohn Marino  Support pkg-config.
271*86d7f5d3SJohn Marino  Check for libsepol.
272*86d7f5d3SJohn Marino
273*86d7f5d3SJohn MarinoVersion 1.02.04 - 14 Apr 2006
274*86d7f5d3SJohn Marino=============================
275*86d7f5d3SJohn Marino  Bring dmsetup man page up-to-date.
276*86d7f5d3SJohn Marino  Use name-based device refs if kernel doesn't support device number refs.
277*86d7f5d3SJohn Marino  Fix memory leak (struct dm_ioctl) when struct dm_task is reused.
278*86d7f5d3SJohn Marino  If _create_and_load_v4 fails part way through, revert the creation.
279*86d7f5d3SJohn Marino  dmeventd thread/fifo fixes.
280*86d7f5d3SJohn Marino  Add file & line to dm_strdup_aux().
281*86d7f5d3SJohn Marino  Add setgeometry.
282*86d7f5d3SJohn Marino
283*86d7f5d3SJohn MarinoVersion 1.02.03 - 7 Feb 2006
284*86d7f5d3SJohn Marino============================
285*86d7f5d3SJohn Marino  Add exported functions to set uid, gid and mode.
286*86d7f5d3SJohn Marino  Rename _log to dm_log and export.
287*86d7f5d3SJohn Marino  Add dm_tree_skip_lockfs.
288*86d7f5d3SJohn Marino  Fix dm_strdup debug definition.
289*86d7f5d3SJohn Marino  Fix hash function to avoid using a negative array offset.
290*86d7f5d3SJohn Marino  Don't inline _find in hash.c and tidy signed/unsigned etc.
291*86d7f5d3SJohn Marino  Fix libdevmapper.h #endif.
292*86d7f5d3SJohn Marino  Fix dmsetup version driver version.
293*86d7f5d3SJohn Marino  Add sync, nosync and block_on_error mirror log parameters.
294*86d7f5d3SJohn Marino  Add hweight32.
295*86d7f5d3SJohn Marino  Fix dmeventd build.
296*86d7f5d3SJohn Marino
297*86d7f5d3SJohn MarinoVersion 1.02.02 - 2 Dec 2005
298*86d7f5d3SJohn Marino============================
299*86d7f5d3SJohn Marino  dmeventd added.
300*86d7f5d3SJohn Marino  Export dm_task_update_nodes.
301*86d7f5d3SJohn Marino  Use names instead of numbers in messages when ioctls fail.
302*86d7f5d3SJohn Marino
303*86d7f5d3SJohn MarinoVersion 1.02.01 - 23 Nov 2005
304*86d7f5d3SJohn Marino=============================
305*86d7f5d3SJohn Marino  Resume snapshot-origins last.
306*86d7f5d3SJohn Marino  Drop leading zeros from dm_format_dev.
307*86d7f5d3SJohn Marino  Suppress attempt to reload identical table.
308*86d7f5d3SJohn Marino  Additional LVM- prefix matching for transitional period.
309*86d7f5d3SJohn Marino
310*86d7f5d3SJohn MarinoVersion 1.02.00 - 10 Nov 2005
311*86d7f5d3SJohn Marino=============================
312*86d7f5d3SJohn Marino  Added activation functions to library.
313*86d7f5d3SJohn Marino  Added return macros.
314*86d7f5d3SJohn Marino  Also suppress error if device doesn't exist with DM_DEVICE_STATUS.
315*86d7f5d3SJohn Marino  Export dm_set_selinux_context().
316*86d7f5d3SJohn Marino  Add dm_driver_version().
317*86d7f5d3SJohn Marino  Added dependency tree functions to library.
318*86d7f5d3SJohn Marino  Added hash, bitset, pool, dbg_malloc to library.
319*86d7f5d3SJohn Marino  Added ls --tree to dmsetup.
320*86d7f5d3SJohn Marino  Added dmsetup --nolockfs support for suspend/reload.
321*86d7f5d3SJohn Marino
322*86d7f5d3SJohn MarinoVersion 1.01.05 - 26 Sep 2005
323*86d7f5d3SJohn Marino=============================
324*86d7f5d3SJohn Marino  Resync list.h with LVM2.
325*86d7f5d3SJohn Marino  Remember increased buffer size and use for subsequent calls.
326*86d7f5d3SJohn Marino  On 'buffer full' condition, double buffer size and repeat ioctl.
327*86d7f5d3SJohn Marino  Fix termination of getopt_long() option array.
328*86d7f5d3SJohn Marino  Report 'buffer full' condition with v4 ioctl as well as with v1.
329*86d7f5d3SJohn Marino
330*86d7f5d3SJohn MarinoVersion 1.01.04 - 2 Aug 2005
331*86d7f5d3SJohn Marino============================
332*86d7f5d3SJohn Marino  Fix dmsetup ls -j and status --target with empty table.
333*86d7f5d3SJohn Marino
334*86d7f5d3SJohn MarinoVersion 1.01.03 - 13 Jun 2005
335*86d7f5d3SJohn Marino=============================
336*86d7f5d3SJohn Marino  Use matchpathcon mode parameter.
337*86d7f5d3SJohn Marino  Fix configure script to re-enable selinux.
338*86d7f5d3SJohn Marino
339*86d7f5d3SJohn MarinoVersion 1.01.02 - 17 May 2005
340*86d7f5d3SJohn Marino=============================
341*86d7f5d3SJohn Marino  Call dm_lib_exit() and dm_lib_release() automatically now.
342*86d7f5d3SJohn Marino  Add --target <target_type> filter to dmsetup table/status/ls.
343*86d7f5d3SJohn Marino  Add --exec <command> to dmsetup ls.
344*86d7f5d3SJohn Marino  Fix dmsetup getopt_long usage.
345*86d7f5d3SJohn Marino
346*86d7f5d3SJohn MarinoVersion 1.01.01 - 29 Mar 2005
347*86d7f5d3SJohn Marino=============================
348*86d7f5d3SJohn Marino  Update dmsetup man page.
349*86d7f5d3SJohn Marino  Drop-in devmap_name replacement.
350*86d7f5d3SJohn Marino  Add option to compile without ioctl for testing.
351*86d7f5d3SJohn Marino  Fix DM_LIB_VERSION sed.
352*86d7f5d3SJohn Marino
353*86d7f5d3SJohn MarinoVersion 1.01.00 - 17 Jan 2005
354*86d7f5d3SJohn Marino=============================
355*86d7f5d3SJohn Marino  Add dm_task_no_open_count() to skip getting open_count.
356*86d7f5d3SJohn Marino
357*86d7f5d3SJohn MarinoVersion 1.00.21 - 7 Jan 2005
358*86d7f5d3SJohn Marino============================
359*86d7f5d3SJohn Marino  Fix /proc/devices parsing.
360*86d7f5d3SJohn Marino
361*86d7f5d3SJohn MarinoVersion 1.00.20 - 6 Jan 2005
362*86d7f5d3SJohn Marino============================
363*86d7f5d3SJohn Marino  Attempt to fix /dev/mapper/control transparently if it's wrong.
364*86d7f5d3SJohn Marino  Configuration-time option for setting uid/gid/mode for /dev/mapper nodes.
365*86d7f5d3SJohn Marino  Update kernel patches for 2.4.27/2.4.28-pre-4 (includes minor fixes).
366*86d7f5d3SJohn Marino  Add --noheadings columns option for colon-separated dmsetup output.
367*86d7f5d3SJohn Marino  Support device referencing by uuid or major/minor.
368*86d7f5d3SJohn Marino  Warn if kernel data didn't fit in buffer.
369*86d7f5d3SJohn Marino  Fix a printf.
370*86d7f5d3SJohn Marino
371*86d7f5d3SJohn MarinoVersion 1.00.19 - 3 July 2004
372*86d7f5d3SJohn Marino=============================
373*86d7f5d3SJohn Marino  More autoconf fixes.
374*86d7f5d3SJohn Marino  Fix a dmsetup newline.
375*86d7f5d3SJohn Marino  Fix device number handling for 2.6 kernels.
376*86d7f5d3SJohn Marino
377*86d7f5d3SJohn MarinoVersion 1.00.18 - 20 Jun 2004
378*86d7f5d3SJohn Marino=============================
379*86d7f5d3SJohn Marino  Fix a uuid free in libdm-iface.
380*86d7f5d3SJohn Marino  Fix a targets string size calc in driver.
381*86d7f5d3SJohn Marino  Add -c to dmsetup for column-based output.
382*86d7f5d3SJohn Marino  Add target message-passing ioctl.
383*86d7f5d3SJohn Marino
384*86d7f5d3SJohn MarinoVersion 1.00.17 - 17 Apr 2004
385*86d7f5d3SJohn Marino=============================
386*86d7f5d3SJohn Marino  configure --with-owner= --with-group= to avoid -o and -g args to 'install'
387*86d7f5d3SJohn Marino  Fix library selinux linking.
388*86d7f5d3SJohn Marino
389*86d7f5d3SJohn MarinoVersion 1.00.16 - 16 Apr 2004
390*86d7f5d3SJohn Marino=============================
391*86d7f5d3SJohn Marino  Ignore error setting selinux file context if fs doesn't support it.
392*86d7f5d3SJohn Marino
393*86d7f5d3SJohn MarinoVersion 1.00.15 - 7 Apr 2004
394*86d7f5d3SJohn Marino============================
395*86d7f5d3SJohn Marino  Fix status overflow check in kernel patches.
396*86d7f5d3SJohn Marino
397*86d7f5d3SJohn MarinoVersion 1.00.14 - 6 Apr 2004
398*86d7f5d3SJohn Marino============================
399*86d7f5d3SJohn Marino  Fix static selinux build.
400*86d7f5d3SJohn Marino
401*86d7f5d3SJohn MarinoVersion 1.00.13 - 6 Apr 2004
402*86d7f5d3SJohn Marino============================
403*86d7f5d3SJohn Marino  Add some basic selinux support.
404*86d7f5d3SJohn Marino
405*86d7f5d3SJohn MarinoVersion 1.00.12 - 6 Apr 2004
406*86d7f5d3SJohn Marino============================
407*86d7f5d3SJohn Marino  Fix dmsetup.static install.
408*86d7f5d3SJohn Marino
409*86d7f5d3SJohn MarinoVersion 1.00.11 - 5 Apr 2004
410*86d7f5d3SJohn Marino============================
411*86d7f5d3SJohn Marino  configure --enable-static_link does static build in addition to dynamic.
412*86d7f5d3SJohn Marino  Moved Makefile library targets definition into template.
413*86d7f5d3SJohn Marino
414*86d7f5d3SJohn MarinoVersion 1.00.10 - 2 Apr 2004
415*86d7f5d3SJohn Marino============================
416*86d7f5d3SJohn Marino  Fix DESTDIR handling.
417*86d7f5d3SJohn Marino  Static build installs to dmsetup.static.
418*86d7f5d3SJohn Marino  Basic support for internationalisation.
419*86d7f5d3SJohn Marino  Minor Makefile tidy-ups/fixes.
420*86d7f5d3SJohn Marino
421*86d7f5d3SJohn MarinoVersion 1.00.09 - 31 Mar 2004
422*86d7f5d3SJohn Marino=============================
423*86d7f5d3SJohn Marino  Update copyright notices to Red Hat.
424*86d7f5d3SJohn Marino  Move full mknodes functionality from dmsetup into libdevmapper.
425*86d7f5d3SJohn Marino  Avoid sscanf %as for uClibc compatibility.
426*86d7f5d3SJohn Marino  Cope if DM_LIST_VERSIONS is not defined.
427*86d7f5d3SJohn Marino  Add DM_LIST_VERSIONS functionality to kernel patches.
428*86d7f5d3SJohn Marino  Generate new kernel patches for 2.4.26-rc1.
429*86d7f5d3SJohn Marino
430*86d7f5d3SJohn MarinoVersion 1.00.08 - 27 Feb 2004
431*86d7f5d3SJohn Marino=============================
432*86d7f5d3SJohn Marino  Added 'dmsetup targets'.
433*86d7f5d3SJohn Marino  Added event_nr support to 'dmsetup wait'.
434*86d7f5d3SJohn Marino  Updated dmsetup man page.
435*86d7f5d3SJohn Marino  Allow logging function to be reset to use internal one.
436*86d7f5d3SJohn Marino  Bring log macros in line with LVM2 ones.
437*86d7f5d3SJohn Marino  Added 'make install_static_lib' which installs libdevmapper.a.
438*86d7f5d3SJohn Marino  Made configure/makefiles closer to LVM2 versions.
439*86d7f5d3SJohn Marino  Fixed DESTDIR for make install/install_static_lib.
440*86d7f5d3SJohn Marino  Updated README/INSTALL to reflect move to sources.redhat.com.
441*86d7f5d3SJohn Marino  Updated autoconf files to 2003-06-17.
442