From: Kay Sievers Date: Tue, 4 Jul 2006 10:34:55 +0000 (+0200) Subject: 095 release X-Git-Tag: 174~2237 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=486e62f8ad13e1ec5ef5a9e3b9407bb45e7017e1;ds=sidebyside 095 release --- diff --git a/ChangeLog b/ChangeLog index f3ec13881..093a04e62 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 ============================================ diff --git a/Makefile b/Makefile index 85a0b8ae8..56f9000ca 100644 --- a/Makefile +++ b/Makefile @@ -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 2975920e0..16c44d602 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.