ChangeLog 9.8 KB

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