aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2006-07-04 12:34:55 +0200
committerKay Sievers <kay.sievers@suse.de>2006-07-04 12:34:55 +0200
commit486e62f8ad13e1ec5ef5a9e3b9407bb45e7017e1 (patch)
treee3f0e039c8e8c8311928562656f13b4486839203
parentc8ff4b3db440f1c3124b0e4e4efc68f1177c5964 (diff)
downloadudev-486e62f8ad13e1ec5ef5a9e3b9407bb45e7017e1.tar.gz
095 release095
-rw-r--r--ChangeLog16
-rw-r--r--Makefile2
-rw-r--r--RELEASE-NOTES7
3 files changed, 24 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f3ec1388..093a04e6 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 85a0b8ae..56f9000c 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 2975920e..16c44d60 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.