aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2005-08-02 13:56:41 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2005-08-02 13:56:41 -0700
commitcfb7ac2b5b3ff38cd9be8a515eaa31696cca7941 (patch)
treebbc175d712815305151acd17d4ccd35d493b2f17
parentc5e6eaa002d457af9b5530a29edd514d5826f094 (diff)
downloadudev-cfb7ac2b5b3ff38cd9be8a515eaa31696cca7941.tar.gz
065 release065
-rw-r--r--ChangeLog15
-rw-r--r--Makefile2
-rw-r--r--udev.spec2
3 files changed, 17 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ce54a81..bc62f95c 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 5eb93bd5..7618d0f7 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 20277256..52bfa2ff 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