summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2004-12-08 19:42:47 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 23:13:47 -0700
commit7d92b28f3971f1d80a85964c1bbde6146e411379 (patch)
tree109c57493163891de8f0416dfdf6358570da39a5
parentc93053663f2287b32549851f55798219b9b2d8d7 (diff)
[PATCH] 048 release048
-rw-r--r--ChangeLog8
-rw-r--r--Makefile2
-rw-r--r--udev.spec2
3 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 84c4ffab3..6ac004fd4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Summary of changes from v047 to v048
+============================================
+
+Greg Kroah-Hartman:
+ o fix udev_volume_id so it will now build properly
+ o fix scsi_id build errors due to changes in the main udev makefile
+
+
Summary of changes from v046 to v047
============================================
diff --git a/Makefile b/Makefile
index 7d4396b9e..01ebcc22b 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ SENDER = udevsend
INFO = udevinfo
TESTER = udevtest
STARTER = udevstart
-VERSION = 047
+VERSION = 048
INSTALL_DIR = /usr/local/bin
RELEASE_NAME = $(ROOT)-$(VERSION)
LOCAL_CFG_DIR = etc/udev
diff --git a/udev.spec b/udev.spec
index 05cd4933b..56ca47911 100644
--- a/udev.spec
+++ b/udev.spec
@@ -29,7 +29,7 @@
Summary: A userspace implementation of devfs
Name: udev
-Version: 047
+Version: 048
Release: 1
License: GPL
Group: Utilities/System