X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=ChangeLog;h=bc62f95c619b5a9ff0591bbf7a0f478619032380;hb=bfd12948927b84b3ce990403969c1d10081c1fed;hp=159437240fda243b277a4c6070ae30dd7c115a9b;hpb=8365854ccda3d0f36333b699454238cff111e169;p=elogind.git diff --git a/ChangeLog b/ChangeLog index 159437240..bc62f95c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,37 @@ +Summary of changes from v064 to v065 +============================================ + +Greg Kroah-Hartman: + Added persistent name rules for block devices to gentoo rule file. + Added horrible (but fun) path_id script to extras. + Update gentoo rules file. + +Kay Sievers: + update release notes for next version + add udevmonitor, to debug netlink+udev events at the same time + allow RUN to send the environment to a local socket + fix GGC signed pointer warnings and switch volume_id to stdint + + +Summary of changes from v063 to v064 +============================================ + +Andre Masella: + volume_id: add OCFS (Oracle Cluster File System) support + +Hannes Reinecke: + usb_id: fix typo + add ID_BUS to *_id programs + create_floppy_devices: add tool to create floppy nodes based on sysfs info + +Kay Sievers: + move code to its own files + make SYSFS{} usable for all devices + add padding to rules structure + allow rules to have labels and skip to next label + thread unknown ENV{key} match as empty value + + Summary of changes from v062 to v063 ============================================