diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2007-01-02 15:58:41 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2007-01-02 15:58:41 +0100 |
commit | 8fdad27d613807a4bfa578e378a4dcae6559399a (patch) | |
tree | adcfd4edf24ec736371833e042c7fef064d683b0 | |
parent | 2576a836ff78872c4b89e0260bdae504361a2d03 (diff) |
release 104
-rw-r--r-- | ChangeLog | 28 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | RELEASE-NOTES | 4 |
3 files changed, 33 insertions, 1 deletions
@@ -1,3 +1,31 @@ +Summary of changes from v103 to v104 +============================================ + +Kay Sievers (12): + update Fedora rules + update example rules + update SUSE rules + update SUSE rules + volume_id: fix endianess bug in linux_raid detection + man: fix udevmonitor text + man: recreate from xml + rename config "filename" to "dir" + remove outdated documentation + rename "udev.c" to "test-udev.c" - it is only for testing + update Fedora rules + use git-archive instead of git-tar-tree + +Kazuhiro Inaoka (1): + inotify syscall definitions for M32R + +Marco d'Itri (2): + write_cd_rules: identity-based persistence + scsi_id: remove trailing garbage from ID_SERIAL_SHORT + +Russell Coker (1): + SELinux: label created symlink instead of node + + Summary of changes from v102 to v103 ============================================ @@ -16,7 +16,7 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -VERSION = 103 +VERSION = 104 # set this to make use of syslog USE_LOG = true diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 0e364a30a1..e3aeb68f3e 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,7 @@ +udev 104 +======== +Bugfixes. + udev 103 ======== Add additional check to volume_id detection of via_raid, cause |