]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
[PATCH] 037 release 037
authorgreg@kroah.com <greg@kroah.com>
Thu, 14 Oct 2004 06:58:54 +0000 (23:58 -0700)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:58:15 +0000 (21:58 -0700)
ChangeLog
Makefile
udev.spec

index 7b16430849c0798ecaa635bcdc4f7d0fc3ee9545..c01448ee42709daa9199569065028e8b5f32d17e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,34 @@
+Summary of changes from v036 to v037
+============================================
+
+<md:linux.it>:
+  o small udev patch
+
+Greg Kroah-Hartman:
+  o fix compilation warning in tdb log message
+  o Fix build error with klibc due to recent changes
+  o merge
+  o add wait_for_sysfs test script to the tarball to help people debug their boxes
+  o add ipsec to wait_for_sysfs ignore list
+  o added ccdv to bk ignore list
+  o a few more Makefile tweaks for the quiet feature
+  o Make the build silent, thanks to a helper program from ncftp
+  o rename files to have '_' instead of '-' in them
+  o change max time to wait in wait_for_sysfs to 10 seconds to hopefully handle some slow machines
+  o add support for class/raw/ to wait_for_sysfs
+  o fix up Makefile for wait_for_sysfs udev_version.h dependancy
+  o remove the debian specific file, as they don't want to share with the rest of the world :(
+  o 036 release TAG: v036
+
+Kay Sievers:
+  o prevent deadlocks on an corrupt udev database
+  o wait_for_sysfs_update
+
+Michael Buesch:
+  o fix asmlinkage
+  o fix incompatible pointer type warning
+
+
 Summary of changes from v035 to v036
 ============================================
 
index 4b8df13985c3277927312018d4518c4b28c1d72a..e51a0509263a3136bb49faaa331b757fddac52ca 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ TESTER =      udevtest
 STARTER =      udevstart
 RULER =                udevruler
 WAIT =         wait_for_sysfs
-VERSION =      036
+VERSION =      037
 INSTALL_DIR =  /usr/local/bin
 RELEASE_NAME = $(ROOT)-$(VERSION)
 LOCAL_CFG_DIR =        etc/udev
index d4668046590c603c0c6b899abc02f25cfdc1e200..a2ef95fb384c76ded020d7a79461fd1e0743ed8d 100644 (file)
--- a/udev.spec
+++ b/udev.spec
@@ -29,7 +29,7 @@
 
 Summary: A userspace implementation of devfs
 Name: udev
-Version: 036
+Version: 037
 Release: 1
 License: GPL
 Group: Utilities/System