X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=RELEASE-NOTES;h=fb1f1fd10b2e08498cb9753ab58899a12af34c7e;hp=2dd24929a6040328a59167a282e367fdbaf65cbf;hb=8e37efe4223c4e495aa2e907e60684c54fdec356;hpb=de96652486539a47cc687116a34515e2a54ff8cd diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 2dd24929a..fb1f1fd10 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,33 @@ +udev 116 +======== +Bugfixes. + +udev 115 +======== +Bugfixes. + +The etc/udev/rules.d/ directory now contains a default set of basic +udev rules. This initial version is the result of a rules file merge +of Fedora and openSUSE. For these both distros only a few specific +rules are left in their own file, named after the distro. Rules which +are optionally installed, because they are only valid for a specific +architecture, or rules for subsystems which are not always used are +in etc/udev/packages/. + +udev 114 +======== +Bugfixes. + +Dynamic rules can be created in /dev/.udev/rules.d/ to trigger +actions by dynamically created rules. + +SYMLINK=="" matches agains the entries in the list of +currently defined symlinks. The links are not created in the +filesystem at that point in time, but the values can be matched. + +RUN{ignore_error}+="" will ignore any exit code from the +program and not record as a failed event. + udev 113 ======== Bugfixes.