diff options
author | Kay Sievers <kay.sievers@suse.de> | 2006-02-15 23:15:27 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2006-02-15 23:15:27 +0100 |
commit | 4cb665e431cfd03f000e7f025b47b24727458131 (patch) | |
tree | f7fe5f42780e9c6433bff37c73bb9fa2285a4f80 | |
parent | 4c2d04bd997b1585625926aa10397616097f7b0f (diff) |
085 release
-rw-r--r-- | ChangeLog | 21 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | RELEASE-NOTES | 7 |
3 files changed, 29 insertions, 1 deletions
@@ -1,3 +1,24 @@ +Summary of changes from v084 to v085 +============================================ + +Andrey Borzenkov: + Fix trivial spelling errors in RELEASE-NOTES + +Jeroen Roovers: + fix typo in parisc support to path_id + +Kay Sievers: + make WAIT_FOR_SYSFS usable in non "wait-only" rules + fix typo in man page + include sys/socket.h for klibc build + cramfs detection for bigendian + exit WAIT_FOR_SYSFS if the whole device goes away + update SUSE rules + update Red Hat rules + update Gentoo rules + include errno.h in udev_libc_wrapper.c + + Summary of changes from v083 to v084 ============================================ @@ -17,7 +17,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -VERSION = 084 +VERSION = 085 # set this to make use of syslog USE_LOG = true diff --git a/RELEASE-NOTES b/RELEASE-NOTES index c8e7baa4db..6826b8fd8a 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,10 @@ +udev 085 +======== +Fix cramfs detection on big endian. + +Make WAIT_FOR_SYSFS usable in "normal" rules and silent if the whole +device goes away. + udev 084 ======== If BUS== and SYSFS{}== have been used in the same rule, the sysfs |