aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2006-04-15 19:32:38 +0200
committerKay Sievers <kay.sievers@suse.de>2006-04-15 19:32:38 +0200
commit876fa61d68140f4fc9da9b98a22823587b495e80 (patch)
tree1d056cb68dd013216218ff39268c4104313acc9f
parent7ba2d2e6ae70964b68056283fcea209cb4b617ec (diff)
downloadudev-876fa61d68140f4fc9da9b98a22823587b495e80.tar.gz
090 release090
-rw-r--r--ChangeLog24
-rw-r--r--Makefile2
-rw-r--r--RELEASE-NOTES7
3 files changed, 32 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 24c0ad3f..97f8a010 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+Summary of changes from v089 to v090
+============================================
+
+Kay Sievers:
+ udevd: export current seqnum and add udevsettle
+ volume_id: fix endianess conversion typo for FAT32
+ merge device event handling and make database content available on "remove"
+ set default udevsettle timeout to 3 minutes
+ export INTERFACE_OLD if we renamed a netif
+ let udevmonitor show the possibly renamed devpath
+ volume_id: move some debug to info level
+ udevtrigger: fix event order
+ usb_id: remove uneeded code
+ remove old symlinks before creating current ones
+ path_id: fix loop for SAS devices
+ apply format char to variables exported by ENV
+
+Marco d'Itri:
+ add inotify support for hppa and MIPS and log if inotify is not available
+
+Matt Kraai:
+ fix typo in error message
+
+
Summary of changes from v088 to v089
============================================
diff --git a/Makefile b/Makefile
index 42c2bf23..762c3b77 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
-VERSION = 089
+VERSION = 090
# set this to make use of syslog
USE_LOG = true
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 7c81c9a8..65e3739f 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,3 +1,10 @@
+udev 090
+========
+Provide "udevsettle" to wait for all current udev events to finish.
+It also watches the current kernel netlink queue by comparing the
+even sequence number to make sure that there are no current pending
+events that have not already arrived in the daemon.
+
udev 089
========
Fix rule to skip persistent rules for removable IDE devices, which