diff options
author | Kay Sievers <kay.sievers@suse.de> | 2006-02-24 16:59:50 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2006-02-24 16:59:50 +0100 |
commit | 0030441ca4cda7023dcc37f1a6522b245e1f46ae (patch) | |
tree | 65e448bc17813c439b134a0c4e1424bdf811701e | |
parent | 1a4e5303e0309fc629880a5abaf690b571ae6f2f (diff) |
086 release
-rw-r--r-- | ChangeLog | 16 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | RELEASE-NOTES | 5 |
3 files changed, 22 insertions, 1 deletions
@@ -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 ============================================ @@ -17,7 +17,7 @@ # 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 diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 6826b8fd8a..11d728d06a 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,5 +1,10 @@ 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. Make WAIT_FOR_SYSFS usable in "normal" rules and silent if the whole |