chiark / gitweb /
090 release
authorKay Sievers <kay.sievers@suse.de>
Sat, 15 Apr 2006 17:32:38 +0000 (19:32 +0200)
committerKay Sievers <kay.sievers@suse.de>
Sat, 15 Apr 2006 17:32:38 +0000 (19:32 +0200)
ChangeLog
Makefile
RELEASE-NOTES

index 24c0ad3f8303d87a62d0540adc975b09e1c7b517..97f8a01061ef57d9a0dc5c36ed5d48834870f444 100644 (file)
--- 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
 ============================================
 
index 42c2bf23dc371c21f35a1dc6947a87a8c07c0910..762c3b771bfab22111fde741dbb65d94c9286d1d 100644 (file)
--- 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
index 7c81c9a8314d3ab70d3aa0c7492817223489b125..65e3739fa4f572475c59fe3570e89aeb3ed9a1d1 100644 (file)
@@ -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