chiark / gitweb /
[PATCH] 005 release 005
authorgreg@kroah.com <greg@kroah.com>
Thu, 23 Oct 2003 08:08:58 +0000 (01:08 -0700)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:06:22 +0000 (21:06 -0700)
ChangeLog
Makefile
Makefile.klibc
README
udev.spec

index b57cd72eaf09666be6dffa695b4a304995327b17..b8fdf91c23545847a25d182a2e582fa730a81069 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,50 @@
+Summary of changes from v004 to v005
+============================================
+
+<kay:vrfy.org>:
+  o namedev.c comments + debug patch
+  o man page update
+
+Greg Kroah-Hartman:
+  o ignore the klibc/linux symlink
+  o add klibc linux symlink info to the README
+  o get 'make release' to work properly again
+  o added README info for how to build using klibc
+  o turn off debugging if we are building with klibc
+  o turn off debugging in namedev
+  o added vsyslog support to klibc
+  o add ftruncate to klibc
+  o klibc specific tweaks
+  o libsysfs does not need mntent.h in it's header file
+  o udev build tweaks to tdb's spinlock code
+  o klibc makefile changes
+  o build tdb and libsysfs from the same makefile as udev
+  o udev-add build cleanups for other libc versions
+  o tweak tdb to build within udev better
+  o make libsysfs spit debug messages to the same place as the rest of udev
+  o make libsysfs build cleanly
+  o updated bk ignore list
+  o added klibc version 0.82 (cvs tree) to the udev tree
+  o makefile fix for now
+  o Merge greg@bucket:/home/greg/src/udev into kroah.com:/home/greg/src/udev
+  o hm, makefile bug with so many files...  will fix later
+  o regression tests starting to be added
+  o fix LABEL bug for device files (not class files.)
+  o more warning flags to the build
+  o got rid of struct device_attr
+  o rename namedev.permissions and namedev.config to udev.permissions and udev.config
+  o fix dbg line in namedev.c
+  o more overrides of config info with env variables if in test mode
+  o Fix bug causing udev to sleep forever waiting for dev file to show up
+  o change version to 004_bk
+  o make config files, sysfs root, and udev root configurable from config variables
+  o 004 changelog entrys TAG: v004
+
+Robert Love:
+  o udev: sleep_for_dev() bits
+  o udev: another canidate for static
+
+
 Summary of changes from v003 to v004
 ============================================
 
index 96037e486d13178f99d40b290eb667bfaa0f130f..82ea0bc309214713fea08ed0e6d79797f0a0526e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ DEBUG = true
 
 
 ROOT =         udev
-VERSION =      004_bk
+VERSION =      005
 INSTALL_DIR =  /usr/local/bin
 RELEASE_NAME = $(ROOT)-$(VERSION)
 
index aca73adb5376cbf300073a12dc1cfc2e6aa11584..f8f3955676b3e039996ecb5474f311216acc8d05 100644 (file)
@@ -22,7 +22,7 @@ DEBUG = false
 
 
 ROOT =         udev
-VERSION =      004_bk
+VERSION =      005
 INSTALL_DIR =  /usr/local/bin
 RELEASE_NAME = $(ROOT)-$(VERSION)
 
diff --git a/README b/README
index 6fa3a28b36e08e5a41dcb0bffc4c6f070f0087c3..fffa7939879a1d814d30425490715dcb907c4497 100644 (file)
--- a/README
+++ b/README
@@ -46,7 +46,7 @@ code.  Help is very much appreciated, see the TODO file for a list of
 things left to be done.
 
 If you want to build using klibc, use the Makefile.klibc file:
-       - read the klibc/klibc/klibc/README file for how to set up the linux
+       - read the klibc/klibc/README file for how to set up the linux
          symlink properly.
        - make clean
        - make -f Makefile.klibc
index ffdfb2470d0c2c6a7a5b0d5a11043b2506a7f2b6..44890650515185c720e3da8d1a2aafa84e9b4f5e 100644 (file)
--- a/udev.spec
+++ b/udev.spec
@@ -1,6 +1,6 @@
 Summary: A userspace implementation of devfs
 Name: udev
-Version: 004_bk
+Version: 005
 Release: 1
 License: GPL
 Group: Utilities/System