]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
[PATCH] added 0.2 change log info. 002
authorgreg@kroah.com <greg@kroah.com>
Thu, 24 Jul 2003 23:59:52 +0000 (19:59 -0400)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:01:40 +0000 (21:01 -0700)
ChangeLog
Makefile
README
TODO

index f8b5da0f1df0a085970eea8fe19ebb7b71efc4ee..a0bd85174b0dc6d911bab4422c4139939f2657d2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,2 +1,9 @@
-0.1 - Added a bit of documentation to the README and TODO files.
-0.01 - initial release
+0.2 -  added namedev
+       now used a snapshot of libsysfs.
+       Can now handle the 5 different naming schemes.
+       Was released based on my OLS 2003 presentation.
+       Lots still left to do, but it kinda works better...
+
+0.1 -  Added a bit of documentation to the README and TODO files.
+
+0.01 - initial release
index 989eb403bf4023821c06483d37b3145ea5514748..b1adf3456c676dc29933591dfbffed2df0a731bc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ DEBUG = true
 
 
 ROOT =         udev
-VERSION =      0.1
+VERSION =      0.2
 INSTALL_DIR =  /usr/local/bin
 RELEASE_NAME = $(ROOT)-$(VERSION)
 
diff --git a/README b/README
index 1a46a3c1eebf6b0d96d7b21bee77326badecb83c..07fa162bbd87d6f26e561f51b59d3fe4bac76d1e 100644 (file)
--- a/README
+++ b/README
@@ -8,9 +8,7 @@ To use:
 
 - Edit the udev.h file and replace the following variables with values
   that make sense for your system:
-       #define SYSFS_ROOT      "/sys"
-       #define UDEV_ROOT       "/home/greg/linux/udev/"
-       #define DEV_FILE        "/dev"
+       #define UDEV_ROOT       "/udev/"
        #define MKNOD           "/bin/mknod"
   The only value most people will have to change is the UDEV_ROOT
   variable, as I doubt you really want device nodes to be created in my
diff --git a/TODO b/TODO
index 1f776b9142c9d4cda3430bfc46ff4799cbcc9882..0bcaf2cc2432a8b6ff41bc87eea08a31fc8536c6 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,6 +1,8 @@
 - use mknod(2) and not execute mknod(1)
 - add klibc to the build process (or make it easier to do) to get
   smaller binary
+- document the config file format (it will change over time...)
+- persistant naming database backend
 - make program work like design says it should (three parts, not 1)
 - add hooks to call D-BUS when new node is created or removed
 - lots of other stuff...