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

Contents of /sys-fs/udev/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.17 - (hide annotations) (download)
Sun Jan 4 07:55:12 2004 UTC (9 years, 4 months ago) by vapier
Branch: MAIN
Changes since 1.16: +4 -1 lines
gcc-2.x compat patch

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

  ViewVC Help
Powered by ViewVC 1.1.13