chiark / gitweb /
[PATCH] 014 release 014
authorgreg@kroah.com <greg@kroah.com>
Thu, 22 Jan 2004 09:06:18 +0000 (01:06 -0800)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:13:17 +0000 (21:13 -0700)
ChangeLog
Makefile
udev.spec

index 4affadaf53c72e8c0f5cdb46a09c3a643bfe00d3..534fff49e9164df7f61701f57a889c097d8a552a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,42 @@
+Summary of changes from v013 to v014
+============================================
+
+<ananthmg:rediffmail.com>:
+  o libsysfs update for refresh + namedev.c changes
+
+<christophe.varoqui:free.fr>:
+  o udev-013/extras/multipath update
+
+<flamingice:sourmilk.net>:
+  o minor patch for devfs rules
+
+Kay Sievers:
+  o udev - program to query all device attributes to build a rule
+  o set default owner/group in db - update
+  o udev - reverse user query options
+  o udev - kill %D from udev-test.pl
+  o add udev logging to info log
+  o udev - mention format string escape char in man page
+
+Greg Kroah-Hartman:
+  o misc code cleanups
+  o fixup logging.h to handle different logging options properly
+  o clean up the logging patch a bit to make the option more like the other options
+  o remove the %D modifier as it is not longer needed
+  o remove unneeded keyboard rule
+  o add usb_host and pci_bus to the class blacklist
+  o added input device rules to udev.rules and udev.rules.devfs
+  o 013_bk mark
+  o v013 release TAG: v013
+
+Hanna V. Linder:
+  o set default owner/group in db
+  o small cut n paste error fix
+
+Patrick Mansfield:
+  o update udev scsi_id to scsi_id 0.3
+
+
 Summary of changes from v012 to v013
 ============================================
 
index f19354fb05ea9c5c8774f382cfc20e2867cf5661..1bb9d878b377bc01e677395ae066283899e0598d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ USE_DBUS = false
 
 
 ROOT =         udev
-VERSION =      013_bk
+VERSION =      014
 INSTALL_DIR =  /usr/local/bin
 RELEASE_NAME = $(ROOT)-$(VERSION)
 LOCAL_CFG_DIR =        etc/udev
index 575e3cdf6069e7ab7c73975dc9d4ce7ad1a68714..89a9ee6c6ab3ddaa5b91ccdd1d2edb78c38cf7b8 100644 (file)
--- a/udev.spec
+++ b/udev.spec
@@ -29,7 +29,7 @@
 
 Summary: A userspace implementation of devfs
 Name: udev
-Version: 013_bk
+Version: 014
 Release: 1
 License: GPL
 Group: Utilities/System