chiark / gitweb /
086 release
authorKay Sievers <kay.sievers@suse.de>
Fri, 24 Feb 2006 15:59:50 +0000 (16:59 +0100)
committerKay Sievers <kay.sievers@suse.de>
Fri, 24 Feb 2006 15:59:50 +0000 (16:59 +0100)
ChangeLog
Makefile
RELEASE-NOTES

index 2b959f04a3ebedeab8ee33b8493de1252442b889..4df68ecc7411b9952096c35fa147e738d7c079c3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+Summary of changes from v085 to v086
+============================================
+
+Kay Sievers:
+      volume_id: replace __packed__ by PACKED macro
+      volume_id: split raid and filesystem detection
+      volume_id: add missing return
+      udevd: fix queue export for multiple events for the same device
+
+Kyle McMartin:
+      workaround missing kernel headers for some architectures
+
+Nix:
+      update to udev-084/doc/writing_udev_rules
+
+
 Summary of changes from v084 to v085
 ============================================
 
 Summary of changes from v084 to v085
 ============================================
 
index 5d82d44c649418295d8ec7da4a732b9bbc36d9a3..54cf59c3b941f4970c87fad9ebec283896c54625 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 #
 
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 #
 
-VERSION = 085
+VERSION = 086
 
 # set this to make use of syslog
 USE_LOG = true
 
 # set this to make use of syslog
 USE_LOG = true
index 6826b8fd8a713095850d714f1b8a06ab8fc92c99..11d728d06ac617e5f020545e6e5ebcc7449cdd38 100644 (file)
@@ -1,3 +1,8 @@
+udev 085
+========
+Fix queue export, which wasn't correct for subsequent add/remove
+events for the same device.
+
 udev 085
 ========
 Fix cramfs detection on big endian.
 udev 085
 ========
 Fix cramfs detection on big endian.