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