chiark / gitweb /
[PATCH] only generate udev.8 on the fly, not all other man pages.
[elogind.git] / ChangeLog
1 Summary of changes from v022 to v023
2 ============================================
3
4 Kay Sievers:
5   o hmm, handle net devices with udev?
6   o correct apply_format() for symlink only rules
7   o don't init namedev on remove
8   o first stupid try for a rule compose gui
9   o replace fgets() with mmap() and introduce udev_lib.[hc]
10   o make udevtest a real program :)
11
12 Daniel E. F. Stekloff:
13   o udevinfo patch
14
15 Greg Kroah-Hartman:
16   o create the /etc/dev.d/ directories in 'make install'
17   o actually have udev run files ending in .dev in the /etc/dev.d/ directory as documented
18   o added RFC-dev.d document detailing how /etc/dev.d/ works
19   o fixed up udev.spec to handle selinux stuff properly now
20   o remove USE_DBUS and USE_SELINUX flags from the README as they are no longer present
21   o remove selinux stuff from the main Makefile
22   o move udev_selinux into extras/selinux
23   o fix dbus build in the udev.spec file
24   o remove dbus stuff from main Makefile
25   o move udev_dbus to extras/dbus
26   o udev_dbus can now compile properly, but linnking is another story
27   o remove udev_dbus.h from Makefile
28   o first cut at standalone udev_selinux program
29   o remove selinux support from udev core as it's no longer needed
30   o first cut at standalone udev_dbus program
31   o add get_devnode() helper to udev_lib for udev_dbus program
32   o remove dbus code from core udev code as it's no longer needed to be there
33   o add /etc/dev.d/ support for udev add and remove events
34   o fix build error in namedev.c caused by previous patch
35   o 022_bk tag
36   o fix 'make spotless' to really do that in klibc
37   o add a question/answer about automounting usb devices to the FAQ
38   o mark scsi-devfs.sh as executable
39   o Increase the name size as requested by Richard Gooch <rgooch@ras.ucalgary.ca>
40   o fix udevtest to build properly after the big udev_lib change
41   o 022 release TAG: v022
42
43 Olaf Hering:
44   o uninitialized variable for mknod and friend
45
46 Richard Gooch:
47   o SCSI logical and physical names for udev
48
49 Theodore Y. T'so:
50   o Trivial man page typo fixes to udev
51
52
53 Summary of changes from v021 to v022
54 ============================================
55
56 <ananth:in.ibm.com>:
57   o more Libsysfs updates
58   o Libsysfs updates
59
60 <async:cc.gatech.edu>:
61   o fix HOWTO-udev_for_dev for udevdir
62
63 Kay Sievers:
64   o udev-test.pl cleanup
65   o add dev node test to udev-test.pl
66   o add permission tests
67   o "symlink only" test
68   o callout part selector tweak
69   o cleanup callout fork
70   o allow to specify node permissions in the rule
71   o man page beauty
72   o put symlink only rules to the man page
73   o rename strn*() macros to strmax
74   o conditional remove of trailing sysfs whitespace
75   o clarify udevinfo text
76   o better fix for NAME="foo-%c{N}" gets a truncated name
77   o overall trivial trivial cleanup
78   o fix NAME="foo-%c{N}" gets a truncated name
79   o cleanup mult field string handling
80
81 <ken:cgi101.com>:
82   o fix a type in docs/libsysfs.txt
83   o Added line to udev.permissions.redhat
84   o Include more examples in the docs area for gentoo and redhat
85
86 <md:linux.it>:
87   o udevstart fixes
88
89 Greg Kroah-Hartman:
90   o add big major tests to udev-test.pl
91   o add a test for a minor over 255
92   o udev-test.pl: print out major:minor and perm test "ok" if is ok
93   o make perm and major:minor test errors be reported properly
94   o remove extra ; in namedev_parse.c
95   o Added multipath-tools 0.1.1 release
96   o deleted current extras/multipath directory
97   o 021_bk mark
98   o fix the build for older versions of gcc
99   o 021 release TAG: v021
100
101 Hanna V. Linder:
102   o Small fix to remove extra "will" in man page
103
104 Olaf Hering:
105   o make spotless
106   o udev* segfaults with new klibc
107
108 Patrick Mansfield:
109   o add tests for NAME="foo-%c{N}"
110
111 Summary of changes from v020 to v021
112 ============================================
113
114 Kay Sievers:
115   o install udevinfo in /usr/bin
116   o blacklist pcmcia_socket
117
118 Greg Kroah-Hartman:
119   o fix udev.spec to find udevinfo now that it has moved to /usr/bin
120   o Fix another problem with Makefile installing initscript
121   o fix the Makefile to install the init script into the proper directory
122   o make spec file turn off selinux support by default
123
124
125 Summary of changes from v019 to v020
126 ============================================
127
128 <christophe.varoqui:free.fr>:
129   o multipath update
130
131 Kay Sievers:
132   o man page udevstart
133   o cleanup udevstart
134   o bugfix for local user
135   o unlink bugfix
136   o TODO update
137   o clarify udevinfo device walk
138   o udevinfo symlink reverse query
139   o fix stroul endptr use
140   o add $local user spport for permissions
141   o udev - man page update
142   o udev - fix debug info for multiple rule file config
143   o udev - kill udevd on install
144   o udev - activate formt length attribute
145   o udev - safer sprintf() use
146
147 <md:linux.it>:
148   o no error on enoent
149   o escape dashes in man pages
150   o remove usage of expr in ide-devfs.sh
151
152 <rml:ximian.com>:
153   o automatically install correct initscript
154   o update documetation for $local
155
156 Andrey Borzenkov:
157   o Add symlink only rules support
158
159 Greg Kroah-Hartman:
160   o update the TODO list as we already have a devfs config file
161   o make start_udev use udevstart binary
162   o install udevstart
163   o Remove Debian permission files as the Debian maintainer doesn't seem to want to share :(
164   o update the Gentoo rules files
165   o Add Red Hat rules and permissions files
166   o add udevstart to the ignore list
167   o add udevstart program based on a old patch from Harald Hoyer <harald@redhat.com>
168   o unlink the file before we try to create it
169   o Merge greg@bucket:/home/greg/src/udev into kroah.com:/home/greg/src/udev
170
171
172 Summary of changes from v018 to v019
173 ============================================
174
175 Kay Sievers:
176   o TODO update
177   o udev - correct relative symlink
178   o udev - safer string handling - part four
179   o udev - safer string handling - part three
180   o udev - safer string handling - part two
181   o udev - man page update
182   o udev - safer string handling all over the place
183   o manpage update
184   o udev - allow all files in a directory as the config
185   o udev - simple klibc textual uid/gid handling
186
187 Andrey Borzenkov:
188   o do not remove real .udev.tdb during RPM build
189
190 Greg Kroah-Hartman:
191   o add new TODO item about local user permissions
192   o Add initial SELinux support for udev
193   o fix build for very old versions of make
194   o remove limit of the number of args passed to PROGRAM
195   o force udev to include the internal version of libsysfs and never the external one
196   o fix up libsysfs header file usage to fix bug reports from users that have sysfsutils installed already
197   o remove udevtest on 'make clean'
198   o remove udevd priority TODO item, as it's not needed at all
199
200 Patrick Mansfield:
201   o update udev scsi_id to scsi_id 0.4
202
203
204 Summary of changes from v017 to v018
205 ============================================
206
207 <ext.devoteam.varoqui:sncf.fr>:
208   o [PATCH] symlink dm-[0-9]* rule
209   o update extras/multipath
210
211 <john-hotplug:fjellstad.org>:
212   o init.d debian patch
213
214 Kay Sievers:
215   o udev - TODO update
216   o udev - add %s{filename} to man page
217   o udev - udevd/udevsend man page
218   o udev - switch callout part selector to {attribute}
219   o udev - switch SYSFS_file to SYSFS{file}
220   o udev - create all partitions of blockdevice
221   o allow SYSFS{file}
222   o Adding '%s' format specifier to NAME and SYMLINK
223
224 Greg Kroah-Hartman:
225   o added some scsi_id files to the bk ignore file
226   o added scsi_id and some more documentation to the udev.spec file
227   o update udev.rules.gentoo with new config file format
228   o Update the Gentoo udev.rules and udev.permissions files
229   o Create a udev.rules.examples file to hold odd udev.rules
230   o add udevd priority issue to the TODO list
231   o more HOWTO cleanups
232   o add HOWTO detailing how to use udev to manage /dev
233   o mv libsysfs/libsysfs.h to libsysfs/sysfs/libsysfs.h to make it easier to use
234   o add start_udev init script
235   o add support for UDEV_NO_SLEEP env variable so Gentoo people will be happy
236   o start up udevd ourselves in the init script to give it some good priorities
237   o update the red hat init script to handle nodes that are not present
238   o add a "old style" SYSFS_attribute test to udev-test.pl
239   o Have udevsend report more info in debug mode
240   o Have udevd report it's version in debug mode
241   o fix up bug created for udevtest in previous partition creation patch
242   o update the udev.spec to add udevtest and make some more Red Hat suggested changes
243   o add ability to install udevtest to Makefile
244   o 017_bk mark
245   o Add another test to udev-test.pl and fix a bug when only running 1 test
246   o Fix bug where we did not use the "converted" kernel name if we had no rule
247   o v017 release TAG: v017
248
249 Patrick Mansfield:
250   o udev use new libsysfs header file location
251   o udev add some ID tests
252
253
254 Summary of changes from v016 to v017
255 ============================================
256
257 <azarah:nosferatu.za.org>:
258   o make logging a config option
259
260 <christophe.varoqui:free.fr>:
261   o more udev-016/extras/multipath
262   o more udev-016/extras/multipath
263   o update extras/multipath
264
265 Kay Sievers:
266   o udev - keep private data out of the database?
267   o better credential patch
268   o udevd - client access authorization
269   o compile udevd with klibc
270   o udev - fix "ignore method"
271   o udev - fix cdrom symlink rule
272   o convert udevsend/udevd to DGRAM and single-threaded
273   o udevd - kill the lockfile
274   o udevd - fix socket path length
275   o udevd - switch socket path to abstract namespace
276   o udevd - allow to bypass sequence number
277   o include used function
278
279 Greg Kroah-Hartman:
280   o add udev_log to the documentation
281   o fix offsetof() define in klibc
282   o add some .spec file changes from Red Hat
283   o update the init.d udev script based on a patch from Red Hat
284   o remove the .udev.tdb when installing or uninstalling to be safe
285   o remove the database at startup
286   o fix bug in permission handling
287   o update klibc to version .107
288   o update the bitkeeper ignore file list
289   o add udevtest program to build
290   o fix problem where usb devices can be either the main device or the interface
291   o more logging.h cleanups to be a bit more flexible
292   o stop using mode_t as different libcs define it in different ways :(
293   o remove some more KLIBC fixups that are no longer needed
294   o let udev-test.pl run an individual test if you ask it to
295   o Handle the '!' character that some block devices have
296   o add a block device with a ! in the name, and a test for this
297   o fix up 'make release' to use bk to build the export tree
298   o fix log option code so that it actually works for all udev programs
299   o finish syncing up with klibc
300   o sync with latest version of klibc (0.107)
301   o fix up Makefile dependancies for udev_version.h
302
303 Patrick Mansfield:
304   o udev add wild card compare for ID
305   o udev kill extra bus_id compares in match_id
306
307
308 Summary of changes from v015 to v016
309 ============================================
310
311 <elkropac:students.zcu.cz>:
312   o get_dev_number() in extras/ide-devfs.sh
313
314 <rrm3:rrm3.org>:
315   o FAQ udev.rules.devfs
316
317 Greg Kroah-Hartman:
318   o add udevd and udevsend to the spec file
319   o make /etc/hotplug.d/default/udev.hotplug symlink point to udevsend now
320   o add KERNEL_DIR option so that the distros will be happy
321   o make udevsend binary even smaller
322   o udevsend now almost compiles with klibc, struct sockaddr_un is only problem now
323   o fix up logging code so that it can be built without it being enabled
324   o rework the logging code so that each program logs with the proper name in the syslog
325   o remove logging.c as it's no longer needed
326   o kill the last examples that contained the %D option
327   o remove a __KLIBC__ tests in libsysfs, as klibc now supports getpagesize()
328   o udevd - remove stupid locking error I wrote
329   o update to klibc version 0.101, fixing the stdin bug
330   o fix Makefile typo for USE_LSB install
331   o allow dbus code to actually build again
332
333 Kay Sievers:
334   o let udevsend build with klibc
335   o udevd - config cleanup
336   o udevd - cleanup and better timeout handling
337   o fix possible buffer overflow
338   o udevd - next round of fixes
339   o udevinfo - missing options for man page
340   o udev - trivial style cleanup
341
342
343 Summary of changes from v014 to v015
344 ============================================
345
346 <mbuesch:freenet.de>:
347   o LFS init script update
348
349 Greg Kroah-Hartman:
350   o update klibc to version 0.98
351   o clean up udevinfo on 'make clean'
352   o add udevinfo man page to spec file
353   o remove command line documentation from udev man page
354   o create initial version of udevinfo man page
355   o added URL to spec file
356   o add udevinfo to udev.spec file
357   o add udevinfo to install target of Makefile
358   o rip out command line code from udev, now that we have udevinfo
359   o udevinfo doesn't need to declare main_envp
360   o move get_pair to udev_config.c because udevinfo doesn't need all of namedev.o
361   o more makefile cleanups
362   o move udevinfo into the main build and clean up the main Makefile a bit
363   o clean up compiler warnings if building using klibc
364   o make udevd only have one instance running at a time
365   o new testd.block script for debugging
366   o udevsnd : clean up message creation logic a bit
367   o make bk ignore udevd and udevsend binaries
368   o whitespace cleanups
369   o remove TODO item about BUS value, as it is now done
370   o add support for figuring out which device on the sysfs "chain" the rule applies to
371
372 Kay Sievers:
373   o udevinfo - now a real program :)
374   o udevd - cleanup and better timeout handling
375   o udev - next round of udev event order daemon
376   o fix udevd exec
377   o udev - udevinfo with device chain walk
378   o spilt udev into pieces
379
380
381 Summary of changes from v013 to v014
382 ============================================
383
384 <ananthmg:rediffmail.com>:
385   o libsysfs update for refresh + namedev.c changes
386
387 <christophe.varoqui:free.fr>:
388   o udev-013/extras/multipath update
389
390 <flamingice:sourmilk.net>:
391   o minor patch for devfs rules
392
393 Kay Sievers:
394   o udev - program to query all device attributes to build a rule
395   o set default owner/group in db - update
396   o udev - reverse user query options
397   o udev - kill %D from udev-test.pl
398   o add udev logging to info log
399   o udev - mention format string escape char in man page
400
401 Greg Kroah-Hartman:
402   o misc code cleanups
403   o fixup logging.h to handle different logging options properly
404   o clean up the logging patch a bit to make the option more like the other options
405   o remove the %D modifier as it is not longer needed
406   o remove unneeded keyboard rule
407   o add usb_host and pci_bus to the class blacklist
408   o added input device rules to udev.rules and udev.rules.devfs
409   o 013_bk mark
410   o v013 release TAG: v013
411
412 Hanna V. Linder:
413   o set default owner/group in db
414   o small cut n paste error fix
415
416 Patrick Mansfield:
417   o update udev scsi_id to scsi_id 0.3
418
419
420 Summary of changes from v012 to v013
421 ============================================
422
423 <eike-hotplug:sf-tec.de>:
424   o LSB init script and other stuff
425
426 <elkropac:students.zcu.cz>:
427   o fix udev directory for Debian init script
428
429 <tiggi:infa.abo.fi>:
430   o udev 012 old gcc fixup
431
432 Christophe Saout:
433   o add IGNORE rule type
434   o small cleanup
435
436 Greg Kroah-Hartman:
437   o update TODO with some new, small items
438   o Cset exclude: greg@kroah.com|ChangeSet|20040113010256|48515
439   o update the README in a few places
440   o fix -d typo in the manpage update
441   o Fix stupid gcc "optimization" of 1 character printk() calls.... Ick
442   o oops, forgot to fix up the PROGRAM result from ID to RESULT in the config files
443   o Add alsa device rules and a few other devfs rules
444   o fix a few stale comments in namedev.c
445   o convert the default rules files to the new format
446   o convert the test shell scripts to the config file format
447   o add bus test for usb-serial bus
448   o Add some helpful messages if the user uses the older config file format
449   o added dri rule to the default config file
450   o added init.d udev script for debian
451   o add a script that tests the IGNORE rule
452   o add silly script that names cdrom drives based on the cd in them
453   o add cdrom rule for ide cdrom
454   o replace list_for_each with list_for_each_entry, saving a few lines of code
455   o add a blacklist of class devices we do not want to look at
456
457 Kay Sievers:
458   o fix klibc with printf() and gcc
459   o udev - small script optimization
460   o udev - introduce format escape char
461   o udev - more CALLOUT is PROGRAM now
462   o udev - CALLOUT is PROGRAM now
463   o update documentation for new config file format
464   o more advanced user query options
465   o udev - simple debug tweak
466   o udev - drop all methods :)
467   o udev - advanced user query options
468   o udev - Makefile error
469   o udev - make exec_callout() reusable
470   o udev - exec status fix for klibc
471   o fix Silly udev script
472
473
474 Summary of changes from v011 to v012
475 ============================================
476
477 <azarah:nosferatu.za.org>:
478   o make symlink work properly if there is already a file in its place
479   o Fix udev gcc-2.95.4 compat
480
481 <christophe.varoqui:free.fr>:
482   o extras multipath update
483   o extras multipath update
484
485 Kay Sievers:
486   o mention user callable udev + options in man page
487   o make udev user callable to query the database
488   o depend on all .h files
489   o cleanup namedev_parse debug text
490   o extend exec_program[]
491   o ide-devfs.sh update
492   o fix for apply_format()
493   o check for empty symlink string
494   o 'ide' missing in bus_files[]
495   o small trivial cleanup of latest changes
496
497 <mbuesch:freenet.de>:
498   o introduce signal handler
499
500 <rml:ximian.com>:
501   o udev spec file update
502
503 Greg Kroah-Hartman:
504   o minor grammer fixes for the udev_vs_devfs document
505   o move the dbus config file to etc/dbus-1/system.d/
506   o move the config files to etc/udev to clean up main directory a bit
507   o add Gentoo versions of the rules and permissions files
508   o if using glibc, link dynamically, as no one like 500Kb udev binaries
509   o minor change to udev_vs_devfs document
510   o added udev vs devfs supid document to the tree
511   o move the signal handling registration to after we have initialized enough stuff
512   o make ide-devfs.sh executable in the tree
513   o udev.permissions.debian - forgot the dm nodes
514   o update the udev.permissions.debian file with new entries
515   o added udev.init script for the Linux From Scratch project
516
517
518
519 Summary of changes from v010 to v011
520 ============================================
521
522 <mbuesch:freenet.de>:
523   o proper cleanup on udevdb_init() failure
524
525 <mh:nadir.org>:
526   o patch udev 009-010 rpm spec file
527
528 <svetljo:gmx.de>:
529   o fix udev sed Makefile usage
530
531 Greg Kroah-Hartman:
532   o add documentation about the BUS key being optional for the LABEL rule
533   o add tests for LABEL rule with a device that has no bus
534   o Don't require the BUS value for the LABEL rule
535   o If a LABEL rule has a BUS id, then we must check to see if the device is on a bus
536   o add documentation about the BUS key being optional for the CALLOUT rule
537   o If a CALLOUT rule has a BUS id, then we must check to see if the device is on a bus
538   o Don't require the BUS value for the CALLOUT rule
539   o add test for callout rule with a device that has no bus
540   o 010_bk stamp
541   o added different build options to the rpm udev.spec file
542   o add pci to the bus_files list
543   o check for empty line a bit better in the parser
544   o more init script cleanups, the stop target now calls udev to cleanup instead of just removing the whole /udev directory
545   o make udev init script run udev in the background to let startup go much faster
546   o fix long delay for all devices in namedev
547
548
549 Summary of changes from v009 to v010
550 ============================================
551
552 <ananth:in.ibm.com>:
553   o change pgsize
554
555 <christophe.varoqui:free.fr>:
556   o extras multipath update
557   o extras multipath update
558   o extras multipath update
559   o extras multipath update
560
561 Kay Sievers:
562   o fix udev-test.pl
563   o small cleanup udev-remove.c
564   o experimental CALLOUT script for devfs ide node creation with cd, disc, part
565   o add any valid device
566   o introduce format char 'k' for kernel-name
567   o trivial make fixes
568   o don't overwrite old config on install
569   o udev-remove.c cleanups
570   o bug in udev-remove.c
571   o trivial cleanup parser changes
572
573 <roman.kagan:itep.ru>:
574   o fix comment and whitespace handling in config files
575
576 Adam Kropelin:
577   o Allow build with empty EXTRAS
578
579 Daniel E. F. Stekloff:
580   o libsysfs 0.4.0 patch
581   o fix scsi_id segfault with udev-009
582   o add libsysfs docs
583
584 David T. Hollis:
585   o mark config files as such in the rpm spec file
586
587 Greg Kroah-Hartman:
588   o fix complier warning in namedev.c
589   o add documentation for the new '%k' modifier (kernel name replacement)
590   o add documentation about the multiple sysfs values that are now allowed for the LABEL rule
591   o add tests for multi-file LABEL rules
592   o add ability to have up to 5 SYSFS_ file/value pairs for the LABEL rule
593   o Just live with a sleep(1) in namedev for now until libsysfs is fixed up
594   o try to wait until the proper device file shows up in sysfs
595   o remove unneeded TODO and FIXME entry
596   o clean up the stand-alone tests to work properly on other people's machines
597   o add tests to catch whitespace and comment config file parsing errors
598
599
600 Summary of changes from v008 to v009
601 ============================================
602
603 <christophe.varoqui:free.fr>:
604   o more extras/multipath changes
605   o and more extras/multipath updates
606   o more extras/multipath updates
607   o yet more extras/multipath
608   o more extras/multipath updates
609   o extras/multipath update
610
611 <david:fubar.dk>:
612   o D-BUS patch for udev-008
613
614 <eike-hotplug:sf-tec.de>:
615   o add init.d/udev to "make install"
616   o add init.d/udev to the spec file
617
618 Kay Sievers:
619   o don't rely on field order in namedev_parse
620   o get part of callout return string
621   o remove '\n' from end of callout return
622   o man-page mention multiple symlinks
623   o allow multiple symlinks
624   o cleanup man & remove symlink comment
625   o experimental (very simple) SYMLINK creation
626   o man page beauty
627   o pattern match for label method
628   o a bug in linefeed removal
629
630 <rml:ximian.com>:
631   o remove udev from runlevels on uninstall
632   o install initscript in udev rpm
633
634 Daniel E. F. Stekloff:
635   o pre-libsysfs-0.4.0 patch
636
637 Greg Kroah-Hartman:
638   o signal fixes due to klibc update
639   o sync klibc with release 0.95
640   o add mol permissions to the debian permissions file
641   o update the FAQ with info about bad modprobe events from the devfs scheme
642   o some cleanups due to the need for LABEL rules to use "SYSFS_" now
643   o Add restart target to the etc/init.d/udev script
644   o tweak the config file generation portion of the Makefile a bit
645   o change devfs disk name rule from 'disk' to 'disc'
646   o add vc support to udev.rules.devfs
647   o added a devfs udev config file from Marco d'Itri <md@Linux.IT>
648   o set default mode to 0600 to be safer
649   o Makefile tweaks for the DBUS build
650   o update the FAQ due to the latest devfs mess on lkml and also due to symlinks now working
651   o document the different Makefile config options that we have
652   o change USE_DBUS to DBUS in Makefile, and disable it by default as it's still to hard to build on all systems
653   o fix formatting of udev_dbus.c to use tabs.  Also get it to build properly now
654   o move all of the DBUS logic into one file and remove all of the #ifdef crud from the main code
655
656 Olaf Hering:
657   o dump latest klibc into the udev build tree
658   o use udevdir in udev.conf
659
660 Patrick Mansfield:
661   o better allow builds of extras programs under udev
662   o update udev extras/scsi_id to version 0.2
663
664
665 Summary of changes from v007 to v008
666 ============================================
667
668 <azarah:nosferatu.za.org>:
669   o more config file parsing robustness
670
671 <christophe.varoqui:free.fr>:
672   o udev-007/extras/multipath update
673
674 Arnd Bergmann:
675   o Build failure - missing linux/limits.h include?
676   o Add format modifier for devfs like naming
677   o klibc makefile fixes
678
679 Daniel E. F. Stekloff:
680   o another patch for path problem
681   o quick fix for libsysfs bus
682   o libsysfs changes for sysfsutils 0.3.0
683
684 Greg Kroah-Hartman:
685   o fix up some duplicated function compiler warnings in libsysfs
686   o fix some compiler warnings in the tdb code
687   o Added Kay's name to the man page
688   o update the wildcard documentation in the man page to show the new styles supported
689   o fix permission handling logic
690   o enable default_mode ability to actually build
691   o add support for the default_mode variable, as it is documented
692   o show permissions and groups in the label_test
693   o remove some items off of the TODO list, as they are now done
694   o fix up the tests to work without all of the environ variables
695   o get rid of the majority of the debug environment variables
696   o Update the man page to show the new config file, it's format, and how to use it
697   o fix up the tests to support the rules file name change
698   o add support for a main udev config file, udev.conf
699   o turn debugging messages off by default
700   o split out the namedev config parsing logic to namedev_parse.c
701   o rename namedev's get_attr() to be main namedev_name_device() as that's what it really is
702   o add devfs like tty rules as an example in the default config file
703   o operate on the rules in the order they are in the config file (within the rule type) instead of operating on them backwards.
704   o Cset exclude: dsteklof@us.ibm.com|ChangeSet|20031126173159|56255
705   o add test for checking the BUS value
706   o fix problem where we were not looking at the BUS value
707   o add scsi and pci bus links in the test sysfs tree
708   o add test and documentation for new %D devfs format modifier
709   o changed the default location of the database to /udev/.udev.tdb to be LSB compliant
710   o get rid of functions in klibc_fixups that are now in klibc
711   o sync up with the 0.84 version of klibc
712   o fix udev init.d script to handle all class devices in sysfs
713   o fix the test.block and test.tty scripts due to their moveing.  Also add a test.all script
714   o 007_bk version change to Makefile
715
716 Kay Sievers:
717   o pattern matching for namedev
718   o catch replace device by wildcard
719   o udev.8 tweak numeric id text
720   o udev-test.pl add subdir test
721   o namedev.c strcat tweak
722   o overall whitespace + debug text conditioning
723   o udev-test.pl - tweaks
724
725 Martin Hicks:
726   o Add -nodefaultlibs while compiling against klibc
727
728 Olaf Hering:
729   o ARCH detection for ppc
730
731 Patrick Mansfield:
732   o fix udev parallel builds with klibc
733
734
735 Summary of changes from v006 to v007
736 ============================================
737
738 <md:linux.it>:
739   o fix segfault in parsing bad udev.permissions file
740
741 Greg Kroah-Hartman:
742   o update default config file with a CALLOUT rule, and more documentation
743   o updated the man page with the latest format specifier changes
744   o added ability to put format specifiers in the CALLOUT program string
745   o tweak udev-test.pl to report '0' errors if that's what happened
746   o only build klibc_fixups.c if we are actually using klibc
747   o add support for string group and string user names in udev.permissions
748   o add getgrnam and getpwnam to klibc_fixups files
749   o remove Makefile.klibc
750   o add udev-test perl script from Kay Sievers <kay.sievers@vrfy.org> which blows away my puny shell scripts
751   o added debian's version of udev.permissions
752   o change to 006_bk version
753
754 Kay Sievers:
755   o format char for CALLOUT output
756   o more namedev whitespace cleanups
757   o support arguments in callout exec
758   o namedev.c - change order of fields in CALLOUT
759   o namedev.c whitespace + debug text cleanup
760   o man page with udev.permissions wildcard
761
762 Olaf Hering:
763   o static klibc udev does not link against crt0.o
764
765 Summary of changes from v005 to v006
766 ============================================
767
768 <chris_friesen:sympatico.ca>:
769   o faster test scripts
770
771 Arnd Bergmann:
772   o more robust config file parsing in namedev.c
773   o add bus id modifier
774
775 Daniel E. F. Stekloff:
776   o patch for libsysfs sysfs directory handling
777
778 Greg Kroah-Hartman:
779   o add another line to udev.permissions in the proper format
780   o tweak replace_test
781   o fix permissions to work properly now
782   o add real udev.permissions file to test directory
783   o fix namedev.c to build with older version of gcc
784   o add dumb test for all of the different modifiers
785   o update the TODO list with more items that people can easily do
786   o move the test.block and test.tty scripts to the test/ directory
787   o add remove actions to the test scripts
788   o turn DEBUG_PARSER off by default
789   o add some documentation for the %b modifier to the default config file
790   o fix make install rule for when the udev symlink is already there
791   o change release target in makefile
792   o change debug level on printf values for now
793   o updated demo config file
794   o add some documentation of the modifiers to the default config file
795   o add demo config file
796   o updated bk ignore list for klibc generated files
797   o add printf option to label test to verify it works
798   o fix up printf-like functionality due to previous changes
799   o get the major/minor number before we name the device
800   o add scsi_id "extra" program from Patrick Mansfield <patmans@us.ibm.com>
801   o Add multipath "extra" program from Christophe Varoqui, <christophe.varoqui@free.fr>
802   o trailing whitespace cleanups
803   o splig LABEL and NUMBER into separate functions
804   o add TOPO regression test
805   o move TOPOLOGY rule to it's own function
806   o fix bug where NUMBER and TOPOLOGY would not work for partitions
807   o clean up the way we find the sysdevice for a block device for namedev
808   o updated label test script (tests for partitions now.)
809   o split REPLACE and CALLOUT into separate functions
810   o add debug line for REPLACE call
811   o add replace test
812   o add more sysfs test tree files
813   o change UDEV_SYSFS_PATH environment variable due to libsysfs change
814   o fix bug in klibc's isspace function
815   o fix udev-add.c to build properly with older versions of gcc
816   o add prototype for ftruncate to klibc
817   o Remove a few items from the TODO list that are already done
818   o version number to 005_bk
819   o pull some klibc stuff into the make Makefile to try to stay in sync
820   o klibc build fixes
821
822 Kay Sievers:
823   o apply permissions.conf support for wildcard and default name
824   o man page with included placeholder list
825   o implement printf-like placeholder support for NAME
826   o more manpage tweaks
827   o add support for subdirs
828   o add uid/gid to nodes
829
830 Olaf Hering:
831   o DESTDIR for udev
832
833 Paul Mundt:
834   o Fixup path for kernel includes when building with klibc
835
836 Robert Love:
837   o udev init script
838
839
840 Summary of changes from v004 to v005
841 ============================================
842
843 <kay:vrfy.org>:
844   o namedev.c comments + debug patch
845   o man page update
846
847 Greg Kroah-Hartman:
848   o ignore the klibc/linux symlink
849   o add klibc linux symlink info to the README
850   o get 'make release' to work properly again
851   o added README info for how to build using klibc
852   o turn off debugging if we are building with klibc
853   o turn off debugging in namedev
854   o added vsyslog support to klibc
855   o add ftruncate to klibc
856   o klibc specific tweaks
857   o libsysfs does not need mntent.h in it's header file
858   o udev build tweaks to tdb's spinlock code
859   o klibc makefile changes
860   o build tdb and libsysfs from the same makefile as udev
861   o udev-add build cleanups for other libc versions
862   o tweak tdb to build within udev better
863   o make libsysfs spit debug messages to the same place as the rest of udev
864   o make libsysfs build cleanly
865   o updated bk ignore list
866   o added klibc version 0.82 (cvs tree) to the udev tree
867   o makefile fix for now
868   o Merge greg@bucket:/home/greg/src/udev into kroah.com:/home/greg/src/udev
869   o hm, makefile bug with so many files...  will fix later
870   o regression tests starting to be added
871   o fix LABEL bug for device files (not class files.)
872   o more warning flags to the build
873   o got rid of struct device_attr
874   o rename namedev.permissions and namedev.config to udev.permissions and udev.config
875   o fix dbg line in namedev.c
876   o more overrides of config info with env variables if in test mode
877   o Fix bug causing udev to sleep forever waiting for dev file to show up
878   o change version to 004_bk
879   o make config files, sysfs root, and udev root configurable from config variables
880   o 004 changelog entrys TAG: v004
881
882 Robert Love:
883   o udev: sleep_for_dev() bits
884   o udev: another canidate for static
885
886
887 Summary of changes from v003 to v004
888 ============================================
889
890 Daniel E. F. Stekloff:
891   o new version of libsysfs patch
892
893 Greg Kroah-Hartman:
894   o 004 release
895   o major database cleanups
896   o Changed test.block and test.tty to take ACTION from the command line
897   o don't sleep if 'dev' file is already present on device add
898   o fix comment about how the "dev" file is made up
899   o more database work.  Now we only store the info we really need right now
900   o add BUS= bug to TODO list so it will not get forgotten
901   o spec file changes
902   o test.block changes
903   o ok, rpm likes the "_" character instead of "-" better
904   o change the version to 003-bk to keep things sane with people using the bk tree
905   o got "remove of named devices" working
906   o fix segfaults when dealing with partitions
907   o update changelog for 003 release TAG: v003
908
909 Kay Sievers:
910   o man file update
911   o man page update
912
913 Robert Love:
914   o udev: mode should be mode_t
915   o udev: trivial trivialities
916   o udev: cool test scripts again
917   o udev spec file symlink support
918   o udev: cool test scripts
919   o udev spec file bits
920
921
922 Summary of changes from v0.2 to v003
923 ============================================
924
925 Daniel E. F. Stekloff:
926   o udevdb patch
927   o udevdb prototype
928
929 Greg Kroah-Hartman:
930   o update the spec file for the new version and install process
931   o fix makefile release rule to not drop tdb.h file
932   o Add FAQ for udev
933   o removed AUTHORS and INSTALL files as they were pretty pointless
934   o copyright updates
935   o Add AUTHORS and INSTALL files
936   o TODO updates
937   o Updatd the README
938   o updated the TODO list
939   o add udev man page (basically just a place holder for now.)
940   o added uninstall support
941   o added install target for makefile so people don't have to do it by hand anymore
942   o add version to debug log on startup
943   o tell the user what mknod() we are trying to do
944   o add dbg_parse() to cut down on parse file debugging statements
945   o put config files and database in /etc/udev by default
946   o add ols 2003 udev paper to docs/
947   o clean up some debugging stuff in namedev.c
948   o do not build the tdb binary programs, only the objects
949   o merge tdb into the build process
950   o Added tdb code from latest cvs version in the samba tree
951   o added my name to the .spec file
952   o minor cleanups
953   o cleanup the mknod code a bit
954   o remove mknod callout
955   o handle new major:minor format of dev files that showed up in 2.6.0-test2-bk3 or so
956   o oops, everything was getting created as 000 mode, try to fix this up, but fail...
957   o more test stuff
958
959 Olaf Hering:
960   o print udev pid
961
962 Patrick Mansfield:
963   o add callout config type to udev
964
965 Paul Mundt:
966   o Fix TDB cross compilation
967   o udev spec file
968   o udev/libsysfs cross compile fixes
969
970
971 Summary of changes from v0.1 to v0.2
972 ============================================
973
974 Greg Kroah-Hartman:
975   o more test stuff
976   o removed unneeded stuff from udev.h
977   o added 0.2 change log info
978   o start working on label support, and fix some segfaults for block devices
979   o test config file changes
980   o add NUMBER support (basically same logic as TOPOLOGY, perhaps we should
981     merge this...)
982   o added topology support
983   o got REPLACE to work properly
984   o make struct config_device contain a struct device_attr instead of
985     duplicating the mess
986   o block test
987   o split the tests up into different files
988   o split udev main logic into udev-add and udev-remove
989   o Clean up the namedev interface a bit, making the code smaller
990   o bk: update ignore list
991   o update the tests to handle block devices too
992   o add initial libsysfs support
993   o added libsysfs to the build
994   o added libsysfs code from sysutils-0.1.1-071803 release
995   o namedev config files are fully parsed
996   o more permission tests
997   o make log_message spit out warnings so I don't have to spend forever
998     chasing down stupid bugs that aren't there...
999   o added klibc makefile
1000   o Initial namedev parsing of config files
1001   o sleep for 2 seconds to give the kernel a chance to actually create the
1002     files we need
1003   o pick a better default UDEV_ROOT
1004   o fix up the test to actually work
1005   o added more documentation in README and TODO files
1006
1007
1008 Summary of changes up to v0.1
1009 ============================================
1010
1011 Greg Kroah-Hartman:
1012   o added more documentation in README and TODO files
1013   o updated the documentation
1014   o cleaned up the makefile a bit
1015   o remove now works!
1016   o restructure code to be able to actually get remove_node() to work
1017   o Creating nodes actually works
1018   o added stupid test script for debugging
1019   o added initial documentation and gpl license
1020   o enabled debugging
1021   o updated ignore list
1022   o added initial files
1023   o fixed up config
1024   o Initial repository create
1025   o BitKeeper file /home/greg/src/udev/udev/ChangeSet
1026