source: udev-lfs/ChangeLog@ cfcc2fe

12.0 12.1 12.1-rc1 multilib trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/update-glibc
Last change on this file since cfcc2fe was 6de383a, checked in by Bruce Dubbs <bdubbs@…>, 10 months ago

Package updates.
Update udev-lfs tarball to remove obsolete

cdrom rules and references to ISDN devices.

Update to wheel-0.41.0 (Python Module).
Update to tar-1.35.
Update to systemd-254.
Update to meson-1.2.0.
Update to linux-6.4.7.
Update to gcc-13.2.0.
Update to file-5.45.

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