]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
[PATCH] v012 release 012
authorgreg@kroah.com <greg@kroah.com>
Thu, 1 Jan 2004 05:46:59 +0000 (21:46 -0800)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:13:14 +0000 (21:13 -0700)
ChangeLog
Makefile
udev.spec

index fa12f67046c33f4b27207e2260094af9a02aa2dc..f626070268eec95b2384a363d6c29fe5b914e3f2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,48 @@
+Summary of changes from v011 to v012
+============================================
+
+<azarah:nosferatu.za.org>:
+  o make symlink work properly if there is already a file in its place
+  o Fix udev gcc-2.95.4 compat
+
+<christophe.varoqui:free.fr>:
+  o extras multipath update
+  o extras multipath update
+
+Kay Sievers:
+  o mention user callable udev + options in man page
+  o make udev user callable to query the database
+  o depend on all .h files
+  o cleanup namedev_parse debug text
+  o extend exec_program[]
+  o ide-devfs.sh update
+  o fix for apply_format()
+  o check for empty symlink string
+  o 'ide' missing in bus_files[]
+  o small trivial cleanup of latest changes
+
+<mbuesch:freenet.de>:
+  o introduce signal handler
+
+<rml:ximian.com>:
+  o udev spec file update
+
+Greg Kroah-Hartman:
+  o minor grammer fixes for the udev_vs_devfs document
+  o move the dbus config file to etc/dbus-1/system.d/
+  o move the config files to etc/udev to clean up main directory a bit
+  o add Gentoo versions of the rules and permissions files
+  o if using glibc, link dynamically, as no one like 500Kb udev binaries
+  o minor change to udev_vs_devfs document
+  o added udev vs devfs supid document to the tree
+  o move the signal handling registration to after we have initialized enough stuff
+  o make ide-devfs.sh executable in the tree
+  o udev.permissions.debian - forgot the dm nodes
+  o update the udev.permissions.debian file with new entries
+  o added udev.init script for the Linux From Scratch project
+
+
+
 Summary of changes from v010 to v011
 ============================================
 
index dae0d9a1f9886e0bc5558688e2b0e5aaf1a71246..13fc19296c6ba8d661f74ea7d1007d254eede5f2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ USE_DBUS = false
 
 
 ROOT =         udev
-VERSION =      011_bk
+VERSION =      012
 INSTALL_DIR =  /usr/local/bin
 RELEASE_NAME = $(ROOT)-$(VERSION)
 LOCAL_CFG_DIR =        etc/udev
index 9b5ef54cefab823c736159a4b3640f5517f92dda..c34b1454f8e0ccf318da67d4616243bbb4acb9bd 100644 (file)
--- a/udev.spec
+++ b/udev.spec
@@ -18,7 +18,7 @@
 
 Summary: A userspace implementation of devfs
 Name: udev
-Version: 011_bk
+Version: 012
 Release: 1
 License: GPL
 Group: Utilities/System