diff --git a/ChangeLog b/ChangeLog index 4472f0c8ecd..4ea4d32a353 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Summary of changes from v034 to v035 +============================================ + +Greg Kroah-Hartman: + o added ieee1394 support to wait_for_sysfs + o update wait_for_sysfs with a bunch more devices thanks to user reports + Summary of changes from v033 to v034 ============================================ diff --git a/Makefile b/Makefile index 90b69420a88..c08f92b0eb8 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ TESTER = udevtest STARTER = udevstart RULER = udevruler WAIT = wait_for_sysfs -VERSION = 034 +VERSION = 035 INSTALL_DIR = /usr/local/bin RELEASE_NAME = $(ROOT)-$(VERSION) LOCAL_CFG_DIR = etc/udev diff --git a/udev.spec b/udev.spec index 0b843e92283..dcc96a7a300 100644 --- a/udev.spec +++ b/udev.spec @@ -29,7 +29,7 @@ Summary: A userspace implementation of devfs Name: udev -Version: 034 +Version: 035 Release: 1 License: GPL Group: Utilities/System