ChangeLog 8.4 KB

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