]> sourceware.org Git - lvm2.git/blame - WHATS_NEW_DM
Fix semaphore includes in dmsetup for udev sync.
[lvm2.git] / WHATS_NEW_DM
CommitLineData
28ae3fe7
AK
1Version 1.02.36 -
2================================
bd90c6b2
AK
3 Add udevcomplete and --noudevwait to dmsetup.
4 Add libdevmapper functions to support synchronisation with udev.
28ae3fe7 5
d49aa42e 6Version 1.02.35 - 28th July 2009
26d7762b 7================================
d49aa42e
AK
8 Add LOG_LINE_WITH_ERRNO macro.
9 Use log_error macro consistently throughout in place of log_err.
26d7762b 10
9386a684 11Version 1.02.34 - 15th July 2009
4397ad38 12================================
eac6599c
AK
13 Use _exit() not exit() after forking to avoid flushing libc buffers twice.
14 Rename plog macro to LOG_LINE & add LOG_MESG variant for dm_dump_memory_debug.
a9cb6969
AK
15 Change plog to use dm_log_with_errno unless deprecated dm_log_init was used.
16 Add dm_log_with_errno and dm_log_with_errno_init, deprecating the old fns.
503f6280 17 Fix whitespace in linear target line to fix identical table line detection.
4b2cae46 18 Add device number to more log messages during activation.
4397ad38 19
e50c61d8 20Version 1.02.33 - 30th June 2009
4f901270 21================================
476d4633 22 Don't fallback to default major number: use dm_task_set_major_minor. (1.02.31)
01fb9ca9 23 Do not fork daemon when dmeventd cannot be found.
476d4633 24 Add crypt target handling to libdevmapper tree nodes.
896fc66e 25 Add splitname command to dmsetup.
9767eb44 26 Add subsystem, vg_name, lv_name, lv_layer fields to dmsetup reports.
c9ee4656 27 Make mempool optional in dm_split_lvm_name().
49c27642 28
25a2e7b8
AK
29Version 1.02.32 - 21st May 2009
30===============================
58e57a05
AK
31 Only generate libdevmapper.a when configured to link statically.
32 Export dm_tree_node_size_changed() from libdevmapper.
33 Propagate the table size_changed property up the dm device tree.
34 Detect failure to free memory pools when releasing the library.
35 Fix segfault when getopt processes dmsetup -U, -G and -M options.
ab5be5f0 36
33617240
AK
37Version 1.02.31 - 3rd March 2009
38================================
0f817d38 39 If kernel supports only one dm major number, use in place of any supplied.
30212562 40
c6a808f1 41Version 1.02.30 - 26th January 2009
07698bfd 42====================================
1f1aaf43 43 Add "all" field to reports expanding to all fields of report type.
c6a808f1
AK
44 Enforce device name length and character limitations in libdm.
45 Replace _dm_snprintf with EMIT_PARAMS macro for creating target lines.
07698bfd 46
b362d126
AK
47Version 1.02.29 - 10th November 2008
48====================================
49 Merge device-mapper into the LVM2 tree.
0b1bf1f5 50 Split out dm-logging.h from log.h.
4a065114 51 Use lvm-types.h.
620efe9c 52 Add usrsbindir to configure.
839e2e92 53
bb875bb9
AK
54Version 1.02.28 - 18th September 2008
55=====================================
56 Only resume devices in dm_tree_preload_children if size changes.
7d7d93ac 57 Extend deptree buffers so the largest possible device numbers fit.
bb875bb9 58 Generate versioned libdevmapper-event.so.
b6943304 59 Underline longer report help text headings.
5bb4711b 60
6e1898a5
AK
61Version 1.02.27 - 25th June 2008
62================================
9070816e 63 Align struct memblock in dbg_malloc for sparc.
ca8d363d 64 Add --unquoted and --rows to dmsetup.
dacf86a1 65 Avoid compiler warning about cast in dmsetup.c's OFFSET_OF macro.
afbf31eb 66 Fix inverted no_flush debug message.
034ceb60 67 Remove --enable-jobs from configure. (Set at runtime instead.)
fb7487a9 68 Bring configure.in and list.h into line with the lvm2 versions.
ec40d928 69
bccf22f6
AK
70Version 1.02.26 - 6th June 2008
71===============================
12ea7cb1 72 Initialise params buffer to empty string in _emit_segment.
b947f343
AK
73 Skip add_dev_node when ioctls disabled.
74 Make dm_hash_iter safe against deletion.
75 Accept a NULL pointer to dm_free silently.
82bacfc3 76 Add tables_loaded, readonly and suspended columns to reports.
0f4355d5 77 Add --nameprefixes to dmsetup.
c791f186 78 Add field name prefix option to reporting functions.
f44e3ff4 79 Calculate string size within dm_pool_grow_object.
c21b4393 80
3cffaeda
AK
81Version 1.02.25 - 10th April 2008
82=================================
448ef456 83 Remove redundant if-before-free tests.
ad1fc083 84 Use log_warn for reporting field help text instead of log_print.
d6d46615 85 Change cluster mirror log type name (s/clustered_/clustered-/)
72199adf 86
e8a4c170
AK
87Version 1.02.24 - 20th December 2007
88====================================
bafa2f39 89 Fix deptree to pass new name to _resume_node after a rename.
fc795d87 90 Suppress other node operations if node is deleted.
4a41a93a 91 Add node operation stack debug messages.
3a223416 92 Report error when empty device name passed to readahead functions.
de4ddace 93 Fix minimum readahead debug message.
34106874 94
8611f885
AK
95Version 1.02.23 - 5th December 2007
96===================================
fec8f838 97 Update dm-ioctl.h after removal of compat code.
8611f885 98 Add readahead support to libdevmapper and dmsetup.
52b84409 99 Fix double free in a libdevmapper-event error path.
5ca98cc2 100 Fix configure --with-dmeventd-path substitution.
482904cf 101 Allow a DM_DEV_DIR environment variable to override /dev in dmsetup.
8611f885
AK
102 Create a libdevmapper.so.$LIB_VERSION symlink within the build tree.
103 Avoid static link failure with some SELinux libraries that require libpthread.
1f84815c 104 Remove obsolete dmfs code from tree and update INSTALL.
6d7a6c4c 105
9cab88c5
AK
106Version 1.02.22 - 21st August 2007
107==================================
147d5fac 108 Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.
7a197a62 109 Update to use autoconf 2.61, while still supporting 2.57.
ee80c0f0
AK
110 Avoid repeated dm_task free on some dm_event_get_registered_device errors.
111 Introduce log_sys_* macros from LVM2.
147d5fac 112 Export dm_fclose and dm_create_dir; remove libdm-file.h.
ee80c0f0
AK
113 Don't log EROFS mkdir failures in _create_dir_recursive (for LVM2).
114 Add fclose wrapper dm_fclose that catches write failures (using ferror).
a7ed0103 115
10fb6b1b 116Version 1.02.21 - 13th July 2007
6dee7d31 117================================
10fb6b1b 118 Introduce _LOG_STDERR to send log_warn() messages to stderr not stdout.
448ef456 119 Fix dmsetup -o devno string termination. (1.02.20)
6dee7d31 120
8f1fb4ad
AK
121Version 1.02.20 - 15th June 2007
122================================
117d8597
AK
123 Fix default dmsetup report buffering and add --unbuffered.
124 Add tree-based and dependency fields to dmsetup reports.
ffd5c5c8 125
e3a12d14
AK
126Version 1.02.19 - 27th April 2007
127=================================
42c79822 128 Standardise protective include file #defines.
38862fcd 129 Add regex functions to library.
af998ff6 130 Avoid trailing separator in reports when there are hidden sort fields.
d59b2474 131 Fix segfault in 'dmsetup status' without --showkeys against crypt target.
8d2b0f24 132 Deal with some more compiler warnings.
7b74504f 133 Introduce _add_field() and _is_same_field() to libdm-report.c.
727f2662 134 Fix some libdevmapper-event and dmeventd memory leaks.
c2784df4 135 Remove unnecessary memset() return value checks.
012869d6 136 Fix a few leaks in reporting error paths. [1.02.15+]
2f2c9932 137
187c689f
AK
138Version 1.02.18 - 13th February 2007
139====================================
112d09de 140 Improve dmeventd messaging protocol: drain pipe and tag messages.
3a7ec38f 141
096470d4 142Version 1.02.17 - 29th January 2007
67fa4fd4 143===================================
34c71071
AK
144 Add recent reporting options to dmsetup man page.
145 Revise some report fields names.
e3f6460b 146 Add dmsetup 'help' command and update usage text.
95b42470 147 Use fixed-size fields in report interface and reorder.
67fa4fd4 148
667eb775 149Version 1.02.16 - 25th January 2007
07473c2b 150===================================
232da7ec 151 Add some missing close() and fclose() return value checks.
d3368420 152 Migrate dmsetup column-based output over to new libdevmapper report framework.
85feafd9 153 Add descriptions to reporting field definitions.
d28dfb57 154 Add a dso-private variable to dmeventd dso interface.
4dcaa230
AK
155 Add dm_event_handler_[gs]et_timeout functions.
156 Streamline dm_report_field_* interface.
fcdf2e09 157 Add cmdline debug & version options to dmeventd.
866a1a08 158 Add DM_LIB_VERSION definition to configure.h.
09e206d3 159 Suppress 'Unrecognised field' error if report field is 'help'.
03c69792
AK
160 Add --separator and --sort to dmsetup (unused).
161 Make alignment flag optional when specifying report fields.
162
c3afa8df 163Version 1.02.15 - 17th January 2007
99a4014f 164===================================
61997bb9 165 Add basic reporting functions to libdevmapper.
528329f1 166 Fix a malloc error path in dmsetup message.
931d24a4
AK
167 More libdevmapper-event interface changes and fixes.
168 Rename dm_saprintf() to dm_asprintf().
080f3fa1 169 Report error if NULL pointer is supplied to dm_strdup_aux().
c8ee3820 170 Reinstate dm_event_get_registered_device.
99a4014f 171
96710ad8
AK
172Version 1.02.14 - 11th January 2007
173===================================
31652486 174 Add dm_saprintf().
4594807a 175 Use CFLAGS when linking so mixed sparc builds can supply -m64.
b9ffd32c 176 Add dm_tree_use_no_flush_suspend().
31652486 177 Lots of dmevent changes including revised interface.
5b95f178
AK
178 Export dm_basename().
179 Cope with a trailing space when comparing tables prior to possible reload.
0c8569ed 180 Fix dmeventd to cope if monitored device disappears.
9a81f9fe 181
794aa506 182Version 1.02.13 - 28 Nov 2006
a8e13f05 183=============================
3488c9b3 184 Update dmsetup man page (setgeometry & message).
981bf64f 185 Fix dmsetup free after getline with debug.
475be6ab 186 Suppress encryption key in 'dmsetup table' output unless --showkeys supplied.
a8e13f05 187
905bdb24
AK
188Version 1.02.12 - 13 Oct 2006
189=============================
b700541f 190 Avoid deptree attempting to suspend a device that's already suspended.
89a4e806 191
98865154
AK
192Version 1.02.11 - 12 Oct 2006
193==============================
f916f0a7
AK
194 Add suspend noflush support.
195 Add basic dmsetup loop support.
4c69dc95 196 Switch dmsetup to use dm_malloc and dm_free.
3ccf241d 197
c27dca1a
AK
198Version 1.02.10 - 19 Sep 2006
199=============================
9e063b22 200 Add dm_snprintf(), dm_split_words() and dm_split_lvm_name() to libdevmapper.
d6a93541 201 Reorder mm bounds_check code to reduce window for a dmeventd race.
89529aa0 202
61160049 203Version 1.02.09 - 15 Aug 2006
c27dca1a 204=============================
8df67fbf
AK
205 Add --table argument to dmsetup for a one-line table.
206 Abort if errors are found during cmdline option processing.
433b160f 207 Add lockfs indicator to debug output.
7a21367d 208
cecdabd9
AK
209Version 1.02.08 - 17 July 2006
210==============================
332a8007 211 Append full patch to check in emails.
813f844b 212 Avoid duplicate dmeventd subdir with 'make distclean'.
1ea19b10
AK
213 Update dmsetup man page.
214 Add --force to dmsetup remove* to load error target.
ad65c5f1 215 dmsetup remove_all also performs mknodes.
def6f767 216 Don't suppress identical table reloads if permission changes.
311d6d81
AK
217 Fix corelog segment line.
218 Suppress some compiler warnings.
476d09d0 219
2bfdaded 220Version 1.02.07 - 11 May 2006
a54b98e5 221=============================
9723090c 222 Add DM_CORELOG flag to dm_tree_node_add_mirror_target().
2a99b5b8 223 Avoid a dmeventd compiler warning.
a54b98e5 224
f6e07802 225Version 1.02.06 - 10 May 2006
a0e9de70 226=============================
6657d5b6 227 Move DEFS into configure.h.
7dc850db 228 Fix leaks in error paths found by coverity.
6657d5b6 229 Remove dmsetup line buffer limitation.
a0e9de70 230
a669fcc5 231Version 1.02.05 - 19 Apr 2006
3ab3766f 232=============================
d81e3d0b
AK
233 Separate install_include target in makefiles.
234 Separate out DEFS from CFLAGS.
235 Support pkg-config.
236 Check for libsepol.
3ab3766f 237
7fae84d7
AK
238Version 1.02.04 - 14 Apr 2006
239=============================
823a3644 240 Bring dmsetup man page up-to-date.
99048d18
AK
241 Use name-based device refs if kernel doesn't support device number refs.
242 Fix memory leak (struct dm_ioctl) when struct dm_task is reused.
73f378f2 243 If _create_and_load_v4 fails part way through, revert the creation.
9ab77012 244 dmeventd thread/fifo fixes.
f4db3724 245 Add file & line to dm_strdup_aux().
6ef080af 246 Add setgeometry.
435c852f 247
b5f90860 248Version 1.02.03 - 7 Feb 2006
c6b966c8 249============================
b5d8ff10 250 Add exported functions to set uid, gid and mode.
5e3bd867 251 Rename _log to dm_log and export.
c55b1410 252 Add dm_tree_skip_lockfs.
fe94f9f1 253 Fix dm_strdup debug definition.
b6b0c621 254 Fix hash function to avoid using a negative array offset.
e7ab6006
AK
255 Don't inline _find in hash.c and tidy signed/unsigned etc.
256 Fix libdevmapper.h #endif.
7a3fb6b2 257 Fix dmsetup version driver version.
dbcb64b8
AK
258 Add sync, nosync and block_on_error mirror log parameters.
259 Add hweight32.
3c588200 260 Fix dmeventd build.
c6b966c8 261
bbdff85a
AK
262Version 1.02.02 - 2 Dec 2005
263============================
105c631e 264 dmeventd added.
774ed5fc
AK
265 Export dm_task_update_nodes.
266 Use names instead of numbers in messages when ioctls fail.
cbe19a56 267
ef8bc786 268Version 1.02.01 - 23 Nov 2005
0c32d9db 269=============================
842392c2 270 Resume snapshot-origins last.
ec289b64
AK
271 Drop leading zeros from dm_format_dev.
272 Suppress attempt to reload identical table.
87f98002 273 Additional LVM- prefix matching for transitional period.
0c32d9db 274
da5edd8e 275Version 1.02.00 - 10 Nov 2005
b277f1e9 276=============================
b4f1578f
AK
277 Added activation functions to library.
278 Added return macros.
19f792df 279 Also suppress error if device doesn't exist with DM_DEVICE_STATUS.
3aeb5690 280 Export dm_set_selinux_context().
ffc88f2e 281 Add dm_driver_version().
3d0480ed 282 Added dependency tree functions to library.
a3f6b2ce 283 Added hash, bitset, pool, dbg_malloc to library.
3d0480ed
AK
284 Added ls --tree to dmsetup.
285 Added dmsetup --nolockfs support for suspend/reload.
b277f1e9 286
d7c1c43d 287Version 1.01.05 - 26 Sep 2005
d07af063 288=============================
4afac84c 289 Resync list.h with LVM2.
59a2bf62 290 Remember increased buffer size and use for subsequent calls.
4e16b1e7 291 On 'buffer full' condition, double buffer size and repeat ioctl.
69cfb920 292 Fix termination of getopt_long() option array.
e817a0b3 293 Report 'buffer full' condition with v4 ioctl as well as with v1.
d07af063 294
91eb42be 295Version 1.01.04 - 2 Aug 2005
d7c1c43d 296============================
a7c3ee38
AK
297 Fix dmsetup ls -j and status --target with empty table.
298
c8c07bbe 299Version 1.01.03 - 13 Jun 2005
37e8356b 300=============================
c8c07bbe 301 Use matchpathcon mode parameter.
42401a65 302 Fix configure script to re-enable selinux.
37e8356b 303
d910e40d 304Version 1.01.02 - 17 May 2005
9629f7a9 305=============================
ebf21d3f 306 Call dm_lib_exit() and dm_lib_release() automatically now.
2272500b 307 Add --target <target_type> filter to dmsetup table/status/ls.
b7c70050 308 Add --exec <command> to dmsetup ls.
67f10950 309 Fix dmsetup getopt_long usage.
9629f7a9 310
e015b627 311Version 1.01.01 - 29 Mar 2005
c080b460 312=============================
e015b627 313 Update dmsetup man page.
969e08da 314 Drop-in devmap_name replacement.
3d2aecf0 315 Add option to compile without ioctl for testing.
4608bcdc 316 Fix DM_LIB_VERSION sed.
c080b460 317
e5bb96fe
AK
318Version 1.01.00 - 17 Jan 2005
319=============================
8e2dd0df 320 Add dm_task_no_open_count() to skip getting open_count.
72fdf10a 321
4f6c33c8 322Version 1.00.21 - 7 Jan 2005
99dffafb 323============================
eaf48efc 324 Fix /proc/devices parsing.
99dffafb 325
7b1f32dc
AK
326Version 1.00.20 - 6 Jan 2005
327============================
f34c169a 328 Attempt to fix /dev/mapper/control transparently if it's wrong.
6b70629c 329 Configuration-time option for setting uid/gid/mode for /dev/mapper nodes.
76bcada9 330 Update kernel patches for 2.4.27/2.4.28-pre-4 (includes minor fixes).
45ae32da 331 Add --noheadings columns option for colon-separated dmsetup output.
3f096a6c
AK
332 Support device referencing by uuid or major/minor.
333 Warn if kernel data didn't fit in buffer.
2d7f9f0b 334 Fix a printf.
3b55d300 335
3bbe3735 336Version 1.00.19 - 3 July 2004
8bad0339 337=============================
3bbe3735
AK
338 More autoconf fixes.
339 Fix a dmsetup newline.
8bad0339
AK
340 Fix device number handling for 2.6 kernels.
341
33609582 342Version 1.00.18 - 20 Jun 2004
62cec9b2 343=============================
33609582
AK
344 Fix a uuid free in libdm-iface.
345 Fix a targets string size calc in driver.
32c5ad86 346 Add -c to dmsetup for column-based output.
62cec9b2
AK
347 Add target message-passing ioctl.
348
a38df97f
AK
349Version 1.00.17 - 17 Apr 2004
350=============================
351 configure --with-owner= --with-group= to avoid -o and -g args to 'install'
93f0ca86 352 Fix library selinux linking.
a38df97f 353
121c5c06
AK
354Version 1.00.16 - 16 Apr 2004
355=============================
356 Ignore error setting selinux file context if fs doesn't support it.
357
ae69d470
AK
358Version 1.00.15 - 7 Apr 2004
359============================
360 Fix status overflow check in kernel patches.
361
f4a0e78d
AK
362Version 1.00.14 - 6 Apr 2004
363============================
364 Fix static selinux build.
365
4dfd146a
AK
366Version 1.00.13 - 6 Apr 2004
367============================
368 Add some basic selinux support.
369
4ea7e4b8 370Version 1.00.12 - 6 Apr 2004
4dfd146a 371============================
4ea7e4b8
AK
372 Fix dmsetup.static install.
373
0172d4f7 374Version 1.00.11 - 5 Apr 2004
4dfd146a 375============================
0172d4f7
AK
376 configure --enable-static_link does static build in addition to dynamic.
377 Moved Makefile library targets definition into template.
378
b31a37d7
AK
379Version 1.00.10 - 2 Apr 2004
380============================
381 Fix DESTDIR handling.
382 Static build installs to dmsetup.static.
383 Basic support for internationalisation.
384 Minor Makefile tidy-ups/fixes.
385
a03065dc
AK
386Version 1.00.09 - 31 Mar 2004
387=============================
6105d3a8
AK
388 Update copyright notices to Red Hat.
389 Move full mknodes functionality from dmsetup into libdevmapper.
390 Avoid sscanf %as for uClibc compatibility.
a03065dc
AK
391 Cope if DM_LIST_VERSIONS is not defined.
392 Add DM_LIST_VERSIONS functionality to kernel patches.
393 Generate new kernel patches for 2.4.26-rc1.
6105d3a8 394
a5777ba3 395Version 1.00.08 - 27 Feb 2004
a03065dc 396=============================
a5777ba3
AK
397 Added 'dmsetup targets'.
398 Added event_nr support to 'dmsetup wait'.
399 Updated dmsetup man page.
400 Allow logging function to be reset to use internal one.
401 Bring log macros in line with LVM2 ones.
402 Added 'make install_static_lib' which installs libdevmapper.a.
403 Made configure/makefiles closer to LVM2 versions.
404 Fixed DESTDIR for make install/install_static_lib.
405 Updated README/INSTALL to reflect move to sources.redhat.com.
406 Updated autoconf files to 2003-06-17.
This page took 0.107335 seconds and 5 git commands to generate.