diff options
-rw-r--r-- | ChangeLog | 16 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | RELEASE-NOTES | 7 |
3 files changed, 24 insertions, 1 deletions
@@ -1,3 +1,19 @@ +Summary of changes from v094 to v095 +============================================ + +Kay Sievers: + update SUSE rules + don't remove symlinks if they are already there + allow "online" events to create/update symlinks + udevinfo: clarify parent device attribute use + update SUSE rules + netif rename: optimistic loop for the name to become free + remove broken %e enumeration + +Tobias Klauser: + print usage of udevcontrol when no or invalid command is given + + Summary of changes from v093 to v094 ============================================ @@ -17,7 +17,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -VERSION = 094 +VERSION = 095 # set this to make use of syslog USE_LOG = true diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 2975920e0c..16c44d6022 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,10 @@ +udev 095 +======== +%e is finaly gone. + +Added support for swapping network interface names, by temporarily +renaming the device and wait for the target name to become free. + udev 094 ======== The built-in MODALIAS key and substitution is removed. |