Update FHS URL
[linux_from_scratch.git] / udev-lfs / ChangeLog
blob2383a6f81f2cb460d48cb0a40e271243cb270f14
1 2017-10-27  <bdubbs@linuxfromscratch.org>
2    * 83-cdrom-symlinks.rules: Adjust test for writable root directory.
4 2014-03-02  <bdubbs@linuxfromscratch.org>
5    * Makefile.lfs: Remove build procedures leaving only LFS rules
7 2014-02-16  <bdubbs@linuxfromscratch.org>
8    * Makefile.lfs: Adjust warning flags.  Adjust linking rules to
9      allow build with util-linux in LFS's /tools directory.
11 2010-01-26      Matt Burgess <matthew@linuxfromscratch.org>
12         * 55-lfs.rules: Remove lots of rules that have been merged upstream.
13         * 61-cdrom.rules: Remove as upstream has a replacement.
14         * doc/*: Cleanup and rewrite now that the rules are much simpler.
16 2009-09-25      Bryan Kadzban <bryan@linuxfromscratch.org>
17         * 55-lfs.rules: Make the RTC rule (which runs setclock) work for people
18           that don't use the RTC-class driver -- add another copy of the rule,
19           using KERNEL=="rtc" instead of SUBSYSTEM=="rtc".  Also move the ACTION
20           match before the assignment to MODE.
22 2009-05-23      Bruce Dubbs <bdubbs@linuxfromscratch.org>
23         * 55-lfs.rules: Set the rtc by udev upon boot.  Removed aio device from
24           udev configuration so defaults are used.
26 2009-05-16      Bryan Kadzban <bryan@linuxfromscratch.org>
27         * 55-lfs.rules: Adopt udev permissions for random, urandom, kmsg, and
28           input devices (including psaux, which probably doesn't exist anymore
29           anyway).
31 2009-05-16      Matt Burgess <matthew@linuxfromscratch.org>
32         * 55-lfs.rules: Remove the block rule as it was only setting
33           permissions that Udev will set by default
34         * 55-lfs.rules: Remove the rfcomm rule as the group it sets is already
35           included in upstream's rule
36         * 55-lfs-rules: Remove the tape rules as the group they sets is already
37           included in upstream's rules
39 2009-03-15      Bryan Kadzban <bryan@linuxfromscratch.org>
40         * 55-lfs.rules: Remove the ISDN-handling rules (replaced with upstream's
41           version, which has a better match via SUBSYSTEM).
42         * 55-lfs.rules: Replace "uucp" with "dialout" now that udev has decided
43           to standardize on a Debian-like setup (uucp is for UUCP daemons to use
44           for privilege separation; dialout is for users and devices).
46 2008-12-07  Bruce Dubbs <bdubbs@linuxfromscratch.org>
47         * 55-lfs.rules: Change one line to use continuation so it does
48           not overflow the book's width.
50 2008-12-07  Bryan Kadzban  <bryan@linuxfromscratch.org>
51         * 55-lfs.rules: Remove several rules that are either provided by upstream,
52           or that don't have any effect (there is no /dev/js or /dev/djs according
53           to devices.txt).
54         * 55-lfs.rules, 61-cdrom.rules: Replace ACTION=="add" with "add|change"
55           everywhere, per upstream's general request.
57 2008-11-11  Bryan Kadzban  <bryan@linuxfromscratch.org>
58         * 55-lfs.rules, 61-cdrom.rules: Fix comments to use the right rule
59           numbers.  Thanks to Trent Shea for the fix.  Closes #2278.
61 2008-10-15  DJ Lucas <dj@linuxfromscratch.org>
62         * 55-lfs.rules: Override default perms on floppy disk devices provided
63           by 50-udev-default.rules.  Thanks to Bruce Dubbs for the fix.  Closes
64           LFS ticket #2076. 
66 2008-05-21  Bryan Kadzban  <bryan@linuxfromscratch.org>
67         * 81-firmware.rules, doc/81-firmware.txt: Remove.  This rule is
68           already handled by udev's 50-udev-default.rules file.  The docs
69           can be added back later if needed.
70         * Makefile: Don't install the above deleted files.
71         * 55-lfs.rules: Remove the device-mapper rule, since the upstream
72           50-udev-default.rules file handles it properly.
74 2008-04-02  Bryan Kadzban  <bryan@linuxfromscratch.org>
75         * Makefile: Make the package DESTDIR-friendly by installing the docs
76           into a fixed $(PREFIX)/share/doc/udev-config directory, instead of
77           trying to figure out what version of udev was just installed.
79 2007-10-30  Bryan Kadzban  <bryan@linuxfromscratch.org>
80         * 55-lfs.rules: Since the dialout group was renamed to uucp, delete
81           the rules that override upstream's assignment of the dialout group.
82           Replace "dialout" with "uucp" on the remaining rules.
84 2007-10-29  Bryan Kadzban  <bryan@linuxfromscratch.org>
85         * 51-lfs.rules: Move to 55-lfs.rules.
86         * doc/51-lfs.rules: Move to doc/55-lfs.rules.
88 2007-10-27  Bryan Kadzban  <bryan@linuxfromscratch.org>
89         * 25-lfs.rules: Some rules in here are duplicates of rules from udev's
90           new 50-udev-defaults.rules file; remove them. Override permissions
91           where needed elsewhere (and document overrides in comments).
92         * 26-modprobe.rules: Provided by udev's 80-drivers.rules and built-in
93           modaliases for SCSI device-type modules in 2.6.22+ kernels; remove.
95         * 25-lfs.rules: Move to 51-lfs.rules.
96         * 27-firmware.rules: Move to 81-firmware.rules.
97         * 81-cdrom.rules: Move to 61-cdrom.rules.
99         * doc/25-lfs.txt: Rename to 51-lfs.txt.
100         * doc/26-modprobe.txt: Rename to 80-drivers.txt, and modify to reflect
101           the upstream rules.
102         * doc/27-firmware.txt: Rename to 81-firmware.txt.
103         * doc/81-cdrom.txt: Rename to 61-cdrom.txt.
105         * Makefile: Use new filenames.
107 2007-07-31  Dan Nicholson <dnicholson@linuxfromscratch.org>
108         * 25-lfs.rules: Changed the usb_device rule tto create /dev/bus/usb
109           nodes if the usb_device in 2.6.22+ kernels. The rule was also changed
110           to only trigger on "add" events. This change is not backwards
111           compatible with older kernels.
113 2007-06-12  Dan Nicholson <dnicholson@linuxfromscratch.org>
114         * 25-lfs.rules: Fix the CPUID nodes from cpu/%n/cpu to cpu/%n/cpuid,
115           which is what's expected in userspace apps such as x86info.
117 2007-06-08  Bryan Kadzban  <bryan@linuxfromscratch.org>
118         * 25-lfs.rules: Add rules for DVB devices (create nodes in /dev/dvb/)
119           and floppies (create extra nodes based on CMOS type), copied from
120           the SuSE rules file.  Thanks to Alexander Patrakov for the bugreport.
122 2007-03-04  Matthew Burgess     <matthew@linuxfromscratch.org>
123         * Makefile: Use `udevd --version' to work out what version of Udev is
124           installed (requires Udev >= 106)
126 2007-01-02  Bryan Kadzban  <bryan@linuxfromscratch.org>
127         * 25-lfs.rules: Change CPU devices (cpu, msr, microcode) to be in
128           /dev/cpu/ and /dev/cpu/N/, to match Documentation/devices.txt.
130 2006-10-21  Bryan Kadzban  <bryan@linuxfromscratch.org>
131         * Makefile: Add a missing backslash in install-extra-doc.
133         * 05-udev-early.rules, 60-persistent-input.rules,
134           60-persistent-storage.rules, 95-udev-late.rules: Remove.  The book
135           will install these files from udev's etc/udev/rules.d directory
136           instead.
137         * Makefile: Don't install these rules files after all.  Also, only
138           install corresponding docs if requested.
140 2006-10-20  Bryan Kadzban  <bryan@linuxfromscratch.org>
141         * Makefile: Added; contains targets to install rules and doc files.
142           From Dan Nicholson.
144 2006-10-14  Bryan Kadzban  <bryan@linuxfromscratch.org>
145         * 05-udev-early.rules, 60-persistent-storage.rules: Sync up with
146           upstream sample rules files (from udev-102), except for one rule
147           which is more specific in our tarball and should probably be changed
148           upstream. 
149         * doc/60-persistent-storage.txt: Modify to match the changes.  Also
150           fix a couple typos.
152         * 25-lfs.rules: Remove duplicate rules (ttyS[0-9]* is also matched by
153           tty[BC...S...][0-9]*, and ttyUSB[0-9]* is in there twice).
155         * 25-lfs.rules: Fix Alsa device KERNEL rules.  Udev uses shell-style
156           glob matching, not regular expressions, so the old rules would match
157           nonsense device names like hw0asdf and pcmDzxcv.  As long as the first
158           character after the "fixed" portion was in the list, the rule would
159           match; it wouldn't apply the same character range to later characters.
161         * doc/25-lfs.txt: Add a note on interaction between permissions and
162           symlinks.
164 2006-10-09  Bryan Kadzban  <bryan@linuxfromscrtach.org>
165         * 25-lfs.rules: Fix fb[0-9]* device permissions (should use the default
166           0660).
168         * doc/25-lfs.txt: Fix typo: /dev/ptmx is given mode 0666, not 0660.
169           Also tweak the comment about other TTY devices.
171 2006-10-04  Bryan Kadzban  <bryan@linuxfromscratch.org>
172         * 05-udev-early.rules: Remove WAIT_FOR_SYSFS="bus" rule.  With kernel
173           2.6.18, this rule is no longer required.
175         * doc/05-udev-early.txt: Update to match.
177 2006-09-28  Bryan Kadzban  <bryan@linuxfromscratch.org>
178         * doc/60-persistent-storage.txt: Explain persistent storage rules, or
179           at least the parts I understand.  (I don't use DASD or netblock or
180           several other supported configurations.)
182         * doc/81-cdrom.txt: Explain 81-cdrom.rules.
184         * doc/95-udev-late.txt: Explain 95-udev-late.rules.  Documentation is
185           now finished.
187 2006-09-26  Bryan Kadzban  <bryan@linuxfromscratch.org>
188         * doc/60-persistent-input.txt: Explain (in probably too much detail)
189           60-persistent-input.rules.
191 2006-09-24  Bryan Kadzban  <bryan@linuxfromscratch.org>
192         * doc/05-udev-early.txt: Rewrap to fit 80 columns.
194         * doc/26-modprobe.txt: Explain 26-modprobe.rules, and modaliases.
196         * doc/27-firmware.txt: Explain 27-firmware.rules.
198 2006-09-24  Bryan Kadzban  <bryan@linuxfromscratch.org>
199         * doc/25-lfs.txt: Explain 25-lfs.rules.
201         * 25-lfs.rules: Use SYMLINK+= for isdn/capi20 also.
203 2006-09-23  Bryan Kadzban  <bryan@linuxfromscratch.org>
204         * doc: New subdirectory to contain documentation of rules
205         * doc/README: New file, top-level documentation
206         * doc/*.txt: New documentation files, one for each rules file.  Only
207           05-udev-early.txt has anything in it.
209 2006-09-23  Bryan Kadzban  <bryan@linuxfromscratch.org>
210         * 25-lfs.rules: Add "ignore_device" to OPTIONS for DRI devices, instead
211           of setting NAME to an empty string.  This matches the way we ignore
212           devmapper / LVM devices.
214 2006-09-22  Bryan Kadzban  <bryan@linuxfromscratch.org>
215         * 60-persistent-input.rules, 95-udev-late.rules: Import from udev-100.
216           60-persistent-input.rules creates persistent symlinks for input
217           devices, and 95-udev-late.rules enables udevmonitor.
219         * 60-persistent-storage.rules: Replace ATTRS{../removable} with just
220           ATTRS{removable} on partition devices. Replace ATTRS{removable}
221           with ATTR{removable} on whole-disk devices.
223 2006-09-20  Bryan Kadzban  <bryan@linuxfromscratch.org>
224         * 05-early.rules: Missed a rule in the last change.  ENV{PHYSDEVBUS}
225           in the rule that waits for the "bus" symlink should be replaced by
226           SUBSYSTEMS.
228 2006-09-20  Bryan Kadzban  <bryan@linuxfromscratch.org>
229         * Adapted rules to the new matches used in udev-098 and above (e.g.,
230           SYSFS becomes ATTRS).  Prevents warnings, and support for the old
231           matches will be removed eventually.  These rules will not work with
232           udev-097 and before!
233         * Fixed several bugs in the rules left over from previous udev
234           versions (missing commas, overwriting user symlinks using ="..."
235           instead of +="...", and matching against "*" instead of "?*").
237         * Renamed CHANGELOG to ChangeLog, started using pseudo-GNU-format
238           entries.  (See standards.info; search it for "changelog" to get
239           the general gist.)
241 dnicholson - Jul 14, 2006
242         * Fixed usbdev PROGRAM so that it works with the BusyBox sh. Thanks
243           to Anthony Wright.
245 n/a - Jul 12, 2006
246         * Added options so temporary nodes are not created with device-mapper
247         * Adapted cdrom rules to identify CD-ROM drives correctly by adding
248           SUBSYSTEM=="block" test.
249         * Added simple 81-cdrom.rules file to set cdrom group ownership
251 n/a - Jun 07, 2006
252         * Removed nvidia rules
253         * Removed bug reporting rule
254         * Moved Debian-based persistent CD-ROM rules to contrib
255         * Adapted firmware rule to udev-093
257 n/a - May 15, 2006
258         * Part one of 25-lfs.rules rewrite
259         * Some minor tweaking of the layout
261 n/a - May 12, 2006
262         * Initial import of the udev-config directory.
263         * Reorganized and modularized the rules files.
264         * Added explanatory comments