]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
[PATCH] v023 release 023
authorgreg@kroah.com <greg@kroah.com>
Thu, 25 Mar 2004 08:08:46 +0000 (00:08 -0800)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:35:12 +0000 (21:35 -0700)
ChangeLog
Makefile
udev.spec

index b78b0b9bbd0f771d56691b81745f2050221508b4..a9d4f94e06bc0b4ac6a7f6dd96fae91a59689031 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,55 @@
+Summary of changes from v022 to v023
+============================================
+
+Kay Sievers:
+  o hmm, handle net devices with udev?
+  o correct apply_format() for symlink only rules
+  o don't init namedev on remove
+  o first stupid try for a rule compose gui
+  o replace fgets() with mmap() and introduce udev_lib.[hc]
+  o make udevtest a real program :)
+
+Daniel E. F. Stekloff:
+  o udevinfo patch
+
+Greg Kroah-Hartman:
+  o create the /etc/dev.d/ directories in 'make install'
+  o actually have udev run files ending in .dev in the /etc/dev.d/ directory as documented
+  o added RFC-dev.d document detailing how /etc/dev.d/ works
+  o fixed up udev.spec to handle selinux stuff properly now
+  o remove USE_DBUS and USE_SELINUX flags from the README as they are no longer present
+  o remove selinux stuff from the main Makefile
+  o move udev_selinux into extras/selinux
+  o fix dbus build in the udev.spec file
+  o remove dbus stuff from main Makefile
+  o move udev_dbus to extras/dbus
+  o udev_dbus can now compile properly, but linnking is another story
+  o remove udev_dbus.h from Makefile
+  o first cut at standalone udev_selinux program
+  o remove selinux support from udev core as it's no longer needed
+  o first cut at standalone udev_dbus program
+  o add get_devnode() helper to udev_lib for udev_dbus program
+  o remove dbus code from core udev code as it's no longer needed to be there
+  o add /etc/dev.d/ support for udev add and remove events
+  o fix build error in namedev.c caused by previous patch
+  o 022_bk tag
+  o fix 'make spotless' to really do that in klibc
+  o add a question/answer about automounting usb devices to the FAQ
+  o mark scsi-devfs.sh as executable
+  o Increase the name size as requested by Richard Gooch <rgooch@ras.ucalgary.ca>
+  o fix udevtest to build properly after the big udev_lib change
+  o 022 release TAG: v022
+
+Olaf Hering:
+  o uninitialized variable for mknod and friend
+
+Richard Gooch:
+  o SCSI logical and physical names for udev
+
+Theodore Y. T'so:
+  o Trivial man page typo fixes to udev
+
+
 Summary of changes from v021 to v022
 ============================================
 
@@ -8,7 +60,7 @@ Summary of changes from v021 to v022
 <async:cc.gatech.edu>:
   o fix HOWTO-udev_for_dev for udevdir
 
-<kay.sievers:vrfy.org>:
+Kay Sievers:
   o udev-test.pl cleanup
   o add dev node test to udev-test.pl
   o add permission tests
index 94b873d2f7a652244908b23c0814924639756076..7b48b9161029d3a40d52119d6fa2e455efa22597 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ INFO =                udevinfo
 TESTER =       udevtest
 STARTER =      udevstart
 RULER =                udevruler
-VERSION =      022_bk
+VERSION =      023
 INSTALL_DIR =  /usr/local/bin
 RELEASE_NAME = $(ROOT)-$(VERSION)
 LOCAL_CFG_DIR =        etc/udev
index 8e6c16d6b23daebec8a634014d8d7a84612660cd..2445b40de5ed80ab5576f0576ca7fd3a197c3878 100644 (file)
--- a/udev.spec
+++ b/udev.spec
@@ -34,7 +34,7 @@
 
 Summary: A userspace implementation of devfs
 Name: udev
-Version: 022_bk
+Version: 023
 Release: 1
 License: GPL
 Group: Utilities/System