/[gentoo-x86]/sys-fs/udev/ChangeLog
Gentoo

Contents of /sys-fs/udev/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.13 - (hide annotations) (download)
Fri Dec 26 23:32:44 2003 UTC (9 years, 4 months ago) by azarah
Branch: MAIN
Changes since 1.12: +21 -1 lines
Update version. Fix udev_db path to point to /dev, else it is not writable
early during boot. Fix permissions on /dev/ptmx, else we use old style PTYs.
Update udev.permissions to also include devfs paths. Update udev.rules to use
some devfs layout for easy initial transition. Update included script
(udev-011-ide-devfs*.patch) that handles ide devfs symlinks to also generate
/dev/{cdroms,discs} ones. Fix udev to first remove any existing
nodes/fifo's/sockets/etc before trying to create a symlink, else it silently
fails without debugging enabled (udev-011-unlink-before-symlink.patch). Add
hack so that we can disable the sleep period udev have (its there so that udev
do not try to access the sysfs info before the kernel created the entries) -
we do not need it when we disable sleep, as the entries are already created
(udev-011-no-wait-for-sleep.patch).

1 azarah 1.1 # ChangeLog for sys-fs/udev
2     # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
3 azarah 1.13 # $Header: /home/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.12 2003/12/17 19:44:30 azarah Exp $
4    
5     *udev-011 (27 Dec 2003)
6    
7     27 Dec 2003; Martin Schlemmer <azarah@gentoo.org> udev-011.ebuild,
8     files/udev-011-ide-devfs-form-fixes.patch, files/udev-011-ide-devfs.patch,
9     files/udev-011-no-wait-for-sleep.patch,
10     files/udev-011-unlink-before-symlink.patch, files/udev.conf,
11     files/udev.permissions, files/udev.rules:
12     Update version. Fix udev_db path to point to /dev, else it is not writable
13     early during boot. Fix permissions on /dev/ptmx, else we use old style PTYs.
14     Update udev.permissions to also include devfs paths. Update udev.rules to use
15     some devfs layout for easy initial transition. Update included script
16     (udev-011-ide-devfs*.patch) that handles ide devfs symlinks to also generate
17     /dev/{cdroms,discs} ones. Fix udev to first remove any existing
18     nodes/fifo's/sockets/etc before trying to create a symlink, else it silently
19     fails without debugging enabled (udev-011-unlink-before-symlink.patch). Add
20     hack so that we can disable the sleep period udev have (its there so that udev
21     do not try to access the sysfs info before the kernel created the entries) -
22     we do not need it when we disable sleep, as the entries are already created
23     (udev-011-no-wait-for-sleep.patch).
24 azarah 1.12
25     *udev-009 (17 Dec 2003)
26    
27     17 Dec 2003; Martin Schlemmer <azarah@gentoo.org> udev-009.ebuild,
28     files/udev-009-scsi_id-new-sysfs.patch:
29     New version.
30 azarah 1.11
31     *udev-008 (14 Dec 2003)
32    
33     14 Dec 2003; Martin Schlemmer <azarah@gentoo.org> udev-008.ebuild,
34     files/udev.conf:
35     Update version.
36 azarah 1.10
37     *udev-007 (24 Nov 2003)
38    
39     24 Nov 2003; Martin Schlemmer <azarah@gentoo.org> udev-007.ebuild,
40     files/namedev.permissions, files/udev-007-check-valid-mode.patch,
41     files/udev.permissions:
42     Update version. Add patch to stop udev segfault due to my type-o's that was in
43     udev.permissions. Move namedev.permissions to udev.permissions and update it
44     with more nodes.
45 azarah 1.9
46     *udev-006 (19 Nov 2003)
47    
48     19 Nov 2003; Martin Schlemmer <azarah@gentoo.org> udev-006.ebuild:
49     Update version. Make it easier to choose between internal and external
50     libsysfs; also make possible to enable kglibc support. Note that there were
51     some libsysfs changes again, so we cannot use external libsysfs for this
52     release ...
53 azarah 1.8
54     *udev-005-r1 (07 Nov 2003)
55    
56     07 Nov 2003; Martin Schlemmer <azarah@gentoo.org> udev-005-r1.ebuild:
57 azarah 1.9 Update to build against external libsysfs.
58 azarah 1.7
59     *udev-005 (23 Oct 2003)
60    
61     23 Oct 2003; Martin Schlemmer <azarah@gentoo.org> udev-005.ebuild:
62     Update version.
63 azarah 1.6
64     *udev-004 (22 Oct 2003)
65    
66     22 Oct 2003; Martin Schlemmer <azarah@gentoo.org> udev-004.ebuild,
67     files/udev-004-disk-loop-fix.patch, files/udev-004-label-fixes.patch,
68     files/udev-004-manpage-update.patch:
69     New version.
70 azarah 1.5
71     21 Oct 2003; Martin Schlemmer <azarah@gentoo.org> udev-0.2.ebuild,
72     udev-0.3.ebuild, files/udev-0.2-major_minor-in-decimal.patch,
73     files/udev-0.3-fix-partition-support.patch:
74     Cleanup.
75 azarah 1.4
76     *udev-003 (21 Oct 2003)
77    
78     21 Oct 2003; Martin Schlemmer <azarah@gentoo.org> udev-003.ebuild,
79     files/udev-003-fix-partition-support.patch:
80     Ok, according to Greg KH 003, 004, etc is going to be the new versioning
81     scheme, so revert my version fix.
82 azarah 1.3
83     21 Oct 2003; Martin Schlemmer <azarah@gentoo.org> udev-0.3.ebuild:
84     Update DEPEND with hotplug, as we should be able to start using udev without
85     modifying /proc/sys/kernel/hotplug.
86 azarah 1.2
87     *udev-0.3 (21 Oct 2003)
88    
89     21 Oct 2003; Martin Schlemmer <azarah@gentoo.org> udev-0.3.ebuild,
90     files/udev-0.3-fix-partition-support.patch:
91     Update version.
92 azarah 1.1
93     *udev-0.2 (14 Oct 2003)
94    
95     14 Oct 2003; Martin Schlemmer <azarah@gentoo.org> udev-0.2.ebuild,
96     files/namedev.permissions, files/udev-0.2-major_minor-in-decimal.patch:
97     Initial version submitted by myself.
98    

  ViewVC Help
Powered by ViewVC 1.1.13