aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2005-11-10 02:20:25 +0100
committerKay Sievers <kay.sievers@suse.de>2005-11-10 02:20:25 +0100
commitef0cd1ac934f10037766d1000e9a6065653688ac (patch)
treeea19ad568af58bb7cb7c7dbae22c97d74b29cfe9
parenta8d141a3c165dafcf21d081e88f3cc0b7f1e65c5 (diff)
downloadudev-ef0cd1ac934f10037766d1000e9a6065653688ac.tar.gz
075 release075
-rw-r--r--ChangeLog15
-rw-r--r--Makefile2
-rw-r--r--RELEASE-NOTES5
3 files changed, 20 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ef3c4b8..bde6b4f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,21 @@
Summary of changes from v74 to v075
============================================
+Greg Kroah-Hartman:
+ Make run_directory.c stat the place it is going to try to run.
+
+Kay Sievers:
+ forgot the ChangeLog for 074
+ volume_id: provide libvolume_id.a file
+ remove our own copy of klibc
+ remove outdated HOWTO
+ update TODO
+ update SUSE rules
+ remove completely useless start script
+ fix tests and remove no longer useful stuff
+ replace udeveventrecorder by a shell script
+
+
Summary of changes from v73 to v074
============================================
diff --git a/Makefile b/Makefile
index ab75bb3d..c68db3b9 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
-VERSION = 074
+VERSION = 075
# set this to make use of syslog
USE_LOG = true
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index d89aeaa6..80627038 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,7 +1,10 @@
udev 075
========
+Silent a too verbose error logging for the old hotplug.d/ dev.d/
+emulation.
+
The copy of klibc is removed. A systemwide installed version of klibc
-can be used to buil a klibc udev.
+should be used to build a klibc udev now.
udev 074
========