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