aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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