ChangeLog 9.0 KB

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