diff options
author | greg@kroah.com <greg@kroah.com> | 2004-07-10 03:59:03 +0200 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-27 06:36:59 +0200 |
commit | 16ddbbe10a6484daf63596818a19890225388a71 (patch) | |
tree | ed3c85b4a675aaabc657780487fe6b1e5d959cc2 | |
parent | [PATCH] fix stupid off-by-one bug that caused udevstart to die on x86-64 boxes. (diff) | |
download | systemd-16ddbbe10a6484daf63596818a19890225388a71.tar.xz systemd-16ddbbe10a6484daf63596818a19890225388a71.zip |
[PATCH] 030 release030
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | udev.spec | 2 |
3 files changed, 9 insertions, 2 deletions
@@ -1,3 +1,10 @@ +Summary of changes from v029 to v030 +============================================ + +Greg Kroah-Hartman: + o fix stupid off-by-one bug that caused udevstart to die on x86-64 boxes + + Summary of changes from v028 to v029 ============================================ @@ -33,7 +33,7 @@ INFO = udevinfo TESTER = udevtest STARTER = udevstart RULER = udevruler -VERSION = 029 +VERSION = 030 INSTALL_DIR = /usr/local/bin RELEASE_NAME = $(ROOT)-$(VERSION) LOCAL_CFG_DIR = etc/udev @@ -29,7 +29,7 @@ Summary: A userspace implementation of devfs Name: udev -Version: 029 +Version: 030 Release: 1 License: GPL Group: Utilities/System |