ChangeLog 8.2 KB

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