From: Greg Kroah-Hartman Date: Tue, 2 Aug 2005 20:56:41 +0000 (-0700) Subject: 065 release X-Git-Tag: 174~2658 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=cfb7ac2b5b3ff38cd9be8a515eaa31696cca7941;ds=sidebyside 065 release --- diff --git a/ChangeLog b/ChangeLog index 0ce54a817..bc62f95c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +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 ============================================ diff --git a/Makefile b/Makefile index 5eb93bd50..7618d0f7f 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ EXTRAS= # make the build silent. Set this to something else to make it noisy again. V=false -VERSION = 064 +VERSION = 065 ROOT = udev DAEMON = udevd SENDER = udevsend diff --git a/udev.spec b/udev.spec index 202772567..52bfa2ffa 100644 --- a/udev.spec +++ b/udev.spec @@ -29,7 +29,7 @@ Summary: A userspace device manager providing devfs functionality Name: udev -Version: 064 +Version: 065 Release: 1 License: GPL Group: Utilities/System