--- device-mapper/VERSION 2007/08/21 17:03:07 1.128
+++ device-mapper/VERSION 2007/12/05 17:05:04 1.129
@@ -1 +1 @@
-1.02.23-cvs (2007-08-21)
+1.02.23-cvs (2007-12-05)
--- device-mapper/WHATS_NEW 2007/12/05 14:11:25 1.212
+++ device-mapper/WHATS_NEW 2007/12/05 17:05:04 1.213
@@ -1,13 +1,12 @@
-Version 1.02.23 -
-==================================
+Version 1.02.23 - 5th December 2007
+===================================
Update dm-ioctl.h after removal of compat code.
- Add --readahead to dmsetup.
- Add external read_ahead library functions and DM_READ_AHEAD_* definitions.
+ Add readahead support to libdevmapper and dmsetup.
Fix double free in a libdevmapper-event error path.
Fix configure --with-dmeventd-path substitution.
- Allow $DM_DEV_DIR envvar to override default of "/dev".
- Create e.g., libdevmapper.so.1.02, in build dir alongside the .so file.
- Avoid static link failure with some SELinux libraries.
+ Allow a DM_DEV_DIR environment variable to override /dev.
+ Create a libdevmapper.so.$LIB_VERSION symlink within the build tree.
+ Avoid static link failure with some SELinux libraries that require libpthread.
Remove obsolete dmfs code from tree and update INSTALL.
Version 1.02.22 - 21st August 2007
--- device-mapper/dmsetup/dmsetup.c 2007/12/05 14:42:10 1.102
+++ device-mapper/dmsetup/dmsetup.c 2007/12/05 17:05:04 1.103
@@ -2194,8 +2194,8 @@
/* If dev_dir does not end in a slash, ensure that the
following byte in the device string is "/". */
- if (dev_dir[strlen(dev_dir) - 1] != '/'
- && device[strlen(dev_dir)] != '/')
+ if (dev_dir[strlen(dev_dir) - 1] != '/' &&
+ device[strlen(dev_dir)] != '/')
goto error;
if (!_process_switches(&argc, &argv, dev_dir)) {
fprintf(stderr, "Couldn't process command line.
");
--- device-mapper/man/dmsetup.8 2007/11/29 14:44:28 1.20
+++ device-mapper/man/dmsetup.8 2007/12/05 17:05:04 1.21
@@ -353,7 +353,7 @@
.TP
fBDM_DEV_DIRfP
The device directory name.
-Defaults to "/dev" and must be an absolute name.
+Defaults to "/dev" and must be an absolute path.
.SH AUTHORS
Original version: Joe Thornber (thornber@sistina.com)
--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel