diff options
-rw-r--r-- | ChangeLog | 15 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | RELEASE-NOTES | 5 |
3 files changed, 20 insertions, 2 deletions
@@ -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 ============================================ @@ -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 d89aeaa69f..8062703889 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 ======== |