summaryrefslogtreecommitdiffstats
path: root/WHATS_NEW_DM
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2012-05-29 08:09:10 +0000
committerPeter Rajnoha <prajnoha@redhat.com>2012-05-29 08:09:10 +0000
commit06738cac051b671ed26bd137676713eab457b37f (patch)
treed4c74bfbcc185af8abaa2bcab22255664baf58fb /WHATS_NEW_DM
parent8cdb78d0dd6e8f9a8d130712c3ce5a676a8755c1 (diff)
downloadlvm2-06738cac051b671ed26bd137676713eab457b37f.tar.gz
lvm2-06738cac051b671ed26bd137676713eab457b37f.tar.xz
lvm2-06738cac051b671ed26bd137676713eab457b37f.zip
Remove unsupported udev_get_dev_path libudev call used for checking udev dir.
With latest changes in the udev, some deprecated functions were removed from libudev amongst which there was the "udev_get_dev_path" function we used to compare a device directory used in udev and directore set in libdevmapper. The "/dev" is hardcoded in udev now (udev version >= 183). Amongst other changes and from packager's point of view, it's also important to note that the libudev development library ("libudev-devel") could now be a part of the systemd development library ("systemd-devel") because of the udev + systemd merge.
Diffstat (limited to 'WHATS_NEW_DM')
-rw-r--r--WHATS_NEW_DM1
1 files changed, 1 insertions, 0 deletions
diff --git a/WHATS_NEW_DM b/WHATS_NEW_DM
index 7b74ecf2..e4fc2904 100644
--- a/WHATS_NEW_DM
+++ b/WHATS_NEW_DM
@@ -1,5 +1,6 @@
Version 1.02.75 -
================================
+ Remove unsupported udev_get_dev_path libudev call used for checking udev dir.
Set delay_resume_if_new on deptree snapshot origin.
Log value chosen in _find_config_bool like other variable types do.
Synchronize with dead of dmeventd.