ChangeLog 9.5 KB

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