diff options
author | Kay Sievers <kay.sievers@suse.de> | 2006-06-12 10:27:03 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2006-06-12 10:27:03 +0200 |
commit | a924bf9a8214a8b0b7586b6b5d8bcfc6e962c36d (patch) | |
tree | b55a584484ff67ea4fa7711d9babfff87b58b3fd | |
parent | 521e3f78084bbdf6ddb628322084e17cb19b810b (diff) |
094 release
-rw-r--r-- | ChangeLog | 15 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | RELEASE-NOTES | 4 | ||||
-rw-r--r-- | TODO | 2 |
4 files changed, 21 insertions, 2 deletions
@@ -1,3 +1,18 @@ +Summary of changes from v093 to v094 +============================================ + +Daniel Drake: + update "writing udev rules" + +Kay Sievers: + libvolume_id: gfs + gfs2 support + remove MODALIAS key and substitution + add persistent-input.rules + +Marco d'Itri: + update Debian rules + + Summary of changes from v092 to v093 ============================================ @@ -17,7 +17,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -VERSION = 093 +VERSION = 094 # set this to make use of syslog USE_LOG = true diff --git a/RELEASE-NOTES b/RELEASE-NOTES index a60d6d77ed..2975920e0c 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,7 @@ +udev 094 +======== +The built-in MODALIAS key and substitution is removed. + udev 093 ======== The binary firmware helper is replaced by the usual simple @@ -8,7 +8,7 @@ These things are deprecated and scheduled for removal in a future udev version: o remove broken %e enumeration - (simple enumerations can't work and should go) + (simple enumerations can't work reliably and should go) o remove udevstart (we rely on the kernel "uevent" triggers of kernel 2.6.15 and no longer |