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