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