chiark / gitweb /
065 release
[elogind.git] / ChangeLog
1 Summary of changes from v064 to v065
2 ============================================
3
4 Greg Kroah-Hartman:
5   Added persistent name rules for block devices to gentoo rule file.
6   Added horrible (but fun) path_id script to extras.
7   Update gentoo rules file.
8
9 Kay Sievers:
10   update release notes for next version
11   add udevmonitor, to debug netlink+udev events at the same time
12   allow RUN to send the environment to a local socket
13   fix GGC signed pointer warnings and switch volume_id to stdint
14
15
16 Summary of changes from v063 to v064
17 ============================================
18
19 Andre Masella:
20   volume_id: add OCFS (Oracle Cluster File System) support
21
22 Hannes Reinecke:
23   usb_id: fix typo
24   add ID_BUS to *_id programs
25   create_floppy_devices: add tool to create floppy nodes based on sysfs info
26
27 Kay Sievers:
28   move code to its own files
29   make SYSFS{} usable for all devices
30   add padding to rules structure
31   allow rules to have labels and skip to next label
32   thread unknown ENV{key} match as empty value
33
34
35 Summary of changes from v062 to v063
36 ============================================
37
38 Anton Farygin:
39   fix typo in GROUP value application
40
41 Greg Kroah-Hartman:
42   add 'make tests' as I'm always typing that one wrong...
43   Really commit the udev_run_devd changes...
44   Fixed udev_run_devd to run the /etc/dev.d/DEVNAME/ files too
45   fix position of raw rules in gentoo config file
46
47 Hannes Reinecke:
48   dasd_id: add s390 disk-label prober
49   fix usb_id and let scsi_id ignore "illegal request"
50
51 Kay Sievers:
52   volume_id: remove s390 dasd handling, it is dasd_id now
53   trivial fixes for *_id programs
54   IMPORT: add {parent} to import the persistent data of the parent device
55   allow multiple values to be matched with KEY=="value1|value2"
56   udevd: set incoming socket buffer SO_RCVBUF to maximum
57   remember mapped rules state
58   ata_id: check for empty serial number
59   compile dasd only on s390
60
61 Ville Skyttä:
62   correct default mode documentation in udev
63
64
65 Summary of changes from v061 to v062
66 ============================================
67
68 Kay Sievers:
69   fix symlink values separated by multiple spaces
70   update RELEASE-NOTES
71   fix typo in group assignment
72   fix default-name handling and NAME="" rules
73   add WAIT_FOR_SYSFS key to loop until a file in sysfs arrives
74   fix unquoted strings in udevinitsend
75
76 Summary of changes from v060 to v061
77 ============================================
78
79 Greg Kroah-Hartman:
80   Sync up the Debian rules files
81   fix cdrom symlink problem in gentoo rules
82   Fix ChangeLog titles
83
84 Kay Sievers:
85   update RELEASE-NOTES
86   we want to provide OPTFLAGS
87   rename ALARM_TIMEOUT to UDEV_ALARM_TIMEOUT
88   udevd: optimize env-key parsing
89   don't resolve OWNER, GROUP on precompile if string contains %, $
90   set default device node to /dev
91   create udevdb files only if somehting interesting happened
92   pack parsed rules list
93   replace useless defines by inline text
94   move rule matches to function
95   add usb_id program to generate usb-storage device identifiers
96   add IEEE1394 rules to the gentoo rule file
97   fake also kernel-name if we renamed a netif
98   allow OPTIONS to be recognized for /sys/modules /sys/devices events
99   switch gentoo rules to new operators
100
101
102 Summary of changes from v059 to v060
103 ============================================
104
105 Greg Kroah-Hartman:
106   Fix the gentoo udev rules to allow the box to boot properly
107
108 Gustavo Zacarias:
109   Udev doesn't properly build with $CROSS
110
111 Kay Sievers:
112   Keep udevstart from skipping devices without a 'dev' file
113
114 Marco d'Itri:
115   #define NETLINK_KOBJECT_UEVENT
116
117
118 Summary of changes from v058 to v059
119 ============================================
120
121 Greg Kroah-Hartman:
122   Update the gentoo rule file
123   Fix udevinfo for empty sysfs directories
124   Fix makefile to allow 'make release' to work with git
125
126 Hannes Reinecke:
127   udev: fix netdev RUN handling
128   udevcontrol: fix exit code
129
130 Kay Sievers:
131   prepare RELEASE-NOTES
132   add ID_TYPE to the id probers
133   add -x to scsi_id to export the queried values in env format
134   store the imported device information in the udevdb
135   rename udev_volume_id to vol_id and add --export option
136   add ata_id to read serial numbers from ATA drives
137   IMPORT allow to import program returned keys into the env
138   unify execute_command() and execute_program()
139   IMPORT=<file> allow to import a shell-var style config-file
140   allow rules to be compiled to one binary file
141   fix the fix and change the file to wait for to the "bus" link
142   fix udevstart and let all events trvel trough udev
143   prepare for module loading rules and add MODALIAS key
144   remove device node, when type block/char has changed
145   Makefile: remove dev.d/ hotplug.d/ from install target
146   udevcontrol: add max_childs command
147   udevd: control log-priority of the running daemon with udevcontrol
148   udeveventrecorder: add small program that writes an event to disk
149   klibc: add missing files
150   udevinitsend: handle replay messages correctly
151   udev man page: add operators
152   udevd: allow starting of udevd with stopped exec-queue
153   klibc: version 1.0.14
154   udev: handle all events - not only class and block devices
155   volume_id: use udev-provided log-level
156   udev: clear lists if a new value is assigned
157   udev: move dev.d/ handling to external helper
158   udev: allow final assignments :=
159   udevd: improve timeout handling
160   Makefile: fix DESTDIR
161   udevd: add initsend
162   udevd: add udevcontrol
163   udevd: listen for netlink events
164
165 Stefan Schweizer:
166   Dialout group fix for capi devices in the gentoo rules file
167
168 Summary of changes from v057 to v058
169 ============================================
170
171 Daniel Drake:
172   o Writing udev rules docs update
173
174 Darren Salt:
175   o update cdsymlinks to latest version
176
177 Greg Kroah-Hartman:
178   o remove detach_state files from the sysfs test tree
179   o Update permissions on test scripts so they will run properly now
180   o hopefully fix up the symlinks in the test directory
181   o Removed klibc/klibc.spec as it is autogenerated
182   o Added symlinks thanks to Kay's script and git hacking
183   o add Red Hat/Fedora html documenation
184   o Update Red Hat default udev rules
185
186 Kay Sievers:
187   o selinux: fix handling during creation of symlinks
188   o Fedora udev.rules update
189   o libsysfs: version 2.0
190   o klibc: version 1.0.7
191
192 Masanao Igarashi:
193   o Fix libsysfs issue with relying on the detach_state file to be
194
195 Summary of changes from v056 to v057
196 ============================================
197
198 <tklauser:access.unizh.ch>:
199   o fix stupid all_partitions bug
200
201 Kay Sievers:
202   o add test for make -j4 to build-check
203   o klibc: version 1.0.6
204   o update Debian rules
205   o apply default permissions only for devices that will need it
206   o adapt RELEASE-NOTES
207   o udev_volume_id: fix endianess macros
208   o udev-test.pl: add test for DEVNAME export to RUN environment
209   o update the man page to reflect the recent changes
210   o export DEVNAME to RUN-key executed programs
211   o fix make -j4 and the local klibc-install
212   o update RELEASE-NOTES
213   o add RUN key to be able to run rule based notification
214   o fix udevtest to print the error if logging is disabled
215   o move execute_program to utils + add action to init_device
216   o correct correction for error path for PROGRAM execution
217   o correct error path for PROGRAM execution
218   o klibc: version 1.0.5
219   o check for strlen()==0 before accessing strlen()-1
220   o allow to match against empty key values
221   o read %s{}-sysfs values at any device in the chain
222   o udev_rules.c: don't change sysfs_device while walking up the device chain
223   o klibc: strlcpy/strlcat - don't alter destination if size == 0
224   o fix klibc's broken strlcpy/strlcat
225   o udevinfo: print SYSFS attribute the same way we match it
226   o remove untrusted chars read from sysfs-values or returned by PROGRAM
227   o udevinfo: print errors to stderr instead of stdout
228   o klibc: version 1.0.4
229   o support log-priority levels in udev.conf
230   o test-suite: remove UDEV_TEST, it's not needed anymore
231   o libsysfs: remove trailing slash on SYSFS_PATH override
232
233
234 Summary of changes from v055 to v056
235 ============================================
236
237 <tklauser:access.unizh.ch>:
238   o fix header paths in udev_libc_wrapper.c
239
240 Kay Sievers:
241   o udev-test.pl: use more common user/group names
242   o klibc: remove SCCS directories from the temporary klibc install
243   o udev-test.pl: add a test where the group cannot be found in /etc/passwd
244   o udev-test.pl: add check for textual uid/gid
245   o fix bad typo that prevents the GROUP to be applied
246   o udevd: don't delay events with TIMEOUT in the environment
247   o klibc: use klcc wrapper instead of our own Makefile
248   o change call_foreach_file to return a list
249
250
251 Summary of changes from v054 to v055
252 ============================================
253
254 <jkluebs:luebsphoto.com>:
255   o This patch causes the remove handler to check that each symlink actually points to the correct devnode and skip it if it does not.
256
257 <pebenito:gentoo.org>:
258   o udev selinux fix
259
260 <tklauser:access.unizh.ch>:
261   o The following patch fixes some warnings when compiling volume_id from udev with the -Wall compiler flag. Define _GNU_SOURCE for strnlen() and correct the path to logging.h
262   o The following patch fixes a warning when compiling chassis_id from udev with the -Wall compiler flag. There are too much conversions in the format string of sscanf(). One %d can be dropped.
263
264 Greg Kroah-Hartman:
265   o fix raid rules
266   o added frugalware udev ruleset
267   o merge selinux and Kay's symlink fixes together
268
269 Hannes Reinecke:
270   o volume_id: Fix label/uuid reading for reiserfs
271
272 Kay Sievers:
273   o add udevstart to the RELEASE-NOTES
274   o volume_id: version 43
275   o clarify the shortcomings of %e
276   o correct rule match for devices without a physical device
277   o remove unneeded code, libsysfs does this for us
278   o add final release note
279   o add ENV{} key to match agains environment variables
280   o simplify sysfs_pair handling
281   o add a test and simplify debug statement
282   o support =, ==, !=, += for the key match and assignment
283   o add OPTION="last_rule" to skip any later rule
284   o rename namedev_dev to udev_rule
285   o correct enum device_type
286   o remove udevstart on make clean
287   o volume_id: version 42
288   o volume_id: version 41
289   o remove unneeded include
290   o The path to dlist.h is not correct
291   o udevinfo -d: use '=' as separator, cause ':' may be a part of the devpath
292   o klibc: version 1.0.3
293   o add RELEASE-NOTES file
294   o test suite: move "driver" link to physical device
295   o remove PLACE key match
296   o don't lookup "root" in the userdb
297   o fix ia64 compile
298   o fix segfaulting udev while DRIVER matching
299   o cleanup list.h
300   o klibc: version 0.214
301   o rename device_list->list to device_list->node
302   o replace strncpy()/strncat() by strlcpy()/strlcat()
303   o split udev and udevstart
304   o udev_volume_id: version 39
305   o rename LOG to USE_LOG in all places
306   o remove Makefile magic for klibc integration
307   o klibc_fixups: remove no longer needed stuff
308   o udev_volume_id: volume_id v38
309   o use numeric owner/group as default values to avoid parsing userdb
310   o fix up segfaulting binaries with new klibc
311   o udevinfo -d: speed-up device dump
312   o klibc: version 0.211
313   o klibc_fixups: remove unneeded stuff
314   o replace weird defines by real code
315   o udev-test.pl: remove useless tests
316   o allow unlimitied count of symlinks
317   o unmap db-file after use
318   o remove typedef for call_foreach_file() handler function
319   o correct udev_init_device
320   o rename attributes to options
321   o kill stupid gcc4 warning
322   o trivial clenaup of namedev code
323   o klibc: check for gcc4
324   o klibc: update v0.205
325
326 Thierry Vignaud:
327   o gentoo rule update for raid devices
328
329
330 Summary of changes from v053 to v054
331 ============================================
332
333 <tklauser:access.unizh.ch>:
334   o udev_volume_id: add Reiser4 support
335
336 Kay Sievers:
337   o namedev: skip backslashes only if followed by newline
338   o wait_for_sysfs: add joydev
339   o udevinfo: print devpath -> node relationship for all devices
340   o trivial rename of some variables
341   o klibc v0.199
342   o big libsysfs diet (pre 2.0 version)
343   o udev_volume_id: volume_id v35
344   o add "serio" to bus list
345   o determine device type in udev_init_device()
346   o move kernel name/number evaluation into udev_init_device()
347   o detect NAME="" as ignore_device rule
348   o trivial namedev cleanup
349   o cleanup db functions
350   o clean up match_place()
351   o switch device type to enum
352   o switch major/minor to dev_t
353   o remove the device node only if the major/minor number matches
354   o libsysfs: work around a klibc bug
355   o introduce OPTIONS=ignore_device, ignore_remove, all_partitions" key
356   o namedev: execute PROGRAM only once and not possibly for every physical device
357
358 Patrick Mansfield:
359   o update scsi_id to work with libsysfs changes
360
361
362 Summary of changes from v052 to v053
363 ============================================
364
365 Greg Kroah-Hartman:
366   o fix gentoo fb permission issue
367   o allow simple-build-check.sh to go faster if MAKEOPTS is set
368   o make the release tarballs have writable files in them
369   o remove gentoo permission file as it's not valid anymore
370
371 Kay Sievers:
372   o fix special file mode mask for temporary device node
373   o udevstart: simplify "dev" file searching
374   o udev_volume_id: remove temporary node creation and parent handling
375   o add %P modifier to query the node name of the parent device
376   o udev_volume_id: remove __packed__ from dasd structure as it does not work
377   o create /block/*/range count of partitons for all_partitions
378
379 Patrick Mansfield:
380   o scsi_id changes for use with udev %N and %p
381
382
383 Summary of changes from v051 to v052
384 ============================================
385
386 <md:linux.it>:
387   o debian: update rules files
388   o raid-devfs.sh: devfs names for hardware RAID controllers
389   o scsi_id: when udevstart is started, /tmp is not writeable
390   o cdsymlinks.sh: trivial fix, the variable is initialized to '', not 0
391
392 <sschweizer:gmail.com>:
393   o gentoo/udev.rules: add default permissions for sound devices
394
395 Greg Kroah-Hartman:
396   o fix example comment in ide-devfs.sh
397   o Add infiniband to gentoo rules
398   o Another gentoo fix, adding dvb support
399   o Fix gentoo bug #76056 (fb device group permissions.)
400   o Fix gentoo bug #81102, device nodes for the pktcdvd device
401
402 Kay Sievers:
403   o provide temporary device node for callouts to access the device
404   o udev_volume_id: fix dasd disklabel reading with -l option
405   o udev_volume_id: volume_id version 034
406   o udev_volume_id: rename probe_ibm into probe_dasd
407   o udev_volume_id: volume_id version 032
408   o Makefile: add some more warnings and prepare for clean gcc4 compile
409   o Makefile: cleanup conditional config option sections
410   o fix -Wsign-compare warnings
411   o chassis_id: clean compilation and fix bad function parameter passing
412   o simple_build_check: make it possible to pass KERNEL_DIR
413   o selinux: cleanup udev integration
414
415 Michael Buesch:
416   o trivial: remove _all_ trailing slashes with no_trailing_slash()
417   o trivial: fix signedness
418   o namdev: allow symlink-only rules to specify node permissions
419   o udevd: fix valgrind warning
420
421
422 Summary of changes from v050 to v051
423 ============================================
424
425 <roland:digitalvampire.org>:
426   o This fixes a silly mistake in how udevinfo prints the major and minor numbers (right now it prints the minor next to "MAJOR" and the major next to "MINOR" ;)
427
428 <tklauser:access.unizh.chbk>:
429   o I tried to compile udev 050plus with the GCC 4.0 snapshot 200412119 and got two errors about possibly uninitialized structs, so I fixed this. 
430
431 Christian Bornträger:
432   o udev_volume_id: fix -d option
433
434 Greg Kroah-Hartman:
435   o gentoo fb permission fix
436   o fix gcc 2.96 issue in libsysfs
437   o remove the lfs startup script on request of the author
438   o clean up the aoe char device rules, and delete the block one as it's not needed
439   o add aoe block and char device rules to the gentoo rule file
440   o fix udev_volume_id build error
441
442 Hannes Reinecke:
443   o rearrange link order in Makefile
444
445 Kay Sievers:
446   o udev_volume_id: new version of volume_id
447   o klibc: update to version 0.198
448   o udev_volume_id: fix FAT label reading
449   o klibc: update to version 0.196
450   o udevd: throttle the forking of processes
451   o udevd: add possible initialization of expected_seqnum
452   o udevd: it's obviously not the brightest idea to exit a device node manager if it doesn't find /dev/null
453   o udevd: separate socket handling to prepare for other event sources
454   o udevd: support -d switch to become a daemon
455   o udev_volume_id: version 27
456   o udevd: split up message receiving an queueing
457   o remove useless warning if udev.conf contains keys not read by udev itself
458   o improve event sequence serialization
459   o remove udevsend syslog noise on udevd startup
460   o limit the initial timeout of the udevd event handling
461   o correct detection of hotplug.d/ udevsend loop
462   o correct log statement
463   o remove default_* permissions from udev.conf file
464   o update Fedora config files and add some more tests
465   o allow permissions only rules
466   o add SUBSYSTEM rule to catch all block devices and apply the disk permissions
467   o update Fedora config files
468   o handle renamed network interfaces properly if we manage hotplug.d/
469   o allow multiline rules by backslash at the end of the line
470   o add OnStream tape drive rules
471   o simplify rules file by setting default mode to 0660
472   o simplify permission application
473   o I broke the extras/ again. Add simple build test script now
474   o Merge vrfy.org:/home/kay/src/udev into vrfy.org:/home/kay/src/udev.kay
475   o initial merge of fedora udev.permissions into udev.rules
476   o remove permissions file mentioning from the udev man page
477   o fix some typos in gentoo's udev.rules introduced by the merge
478
479 Michael Buesch:
480   o The attached patch fixes the code path if namedev_name_device() fails
481
482 Summary of changes from v049 to v050
483 ============================================
484
485 <harald:redhat.com>:
486   o selinux patch
487
488 <tklauser:access.unizh.ch>:
489   o I made some more changes to the manpage of udev including
490
491 Kay Sievers:
492   o update libsysfs to CVS version and fix segfaulting attribute reading
493   o klibc supports LOG_PID now, so remove our own implementation
494   o avoid building klibc test programs and pass SUBDIRS= to klibc clean
495
496
497 Summary of changes from v048 to v049
498 ============================================
499
500 Greg Kroah-Hartman:
501   o fix 'make clean' error in klibc
502
503 Kay Sievers:
504   o update klibc to 0.194
505   o export DEVNAME regardless of the state of udev_dev_d
506   o add class specific files for class/spi_transport and class/spi_host
507   o udevd-test.pl: remove wrong date calculation
508   o check earlier if we should run as udevstart
509   o remove double initialization
510   o include missing header to udevtest.c
511   o add -V option to udev to print the version number
512   o prevent udev node creatinon for "class" registration
513   o udevd: serialization of the event sequence of a chain of devices
514   o add a class/fc_host file to the list of what to wait for
515   o udev_volume_id: links sysfs.a instead of all objects
516
517 Martin Schlemmer:
518   o remove leftover from udevinfo's -d option
519
520
521 Summary of changes from v047 to v048
522 ============================================
523
524 Greg Kroah-Hartman:
525   o fix udev_volume_id so it will now build properly
526   o fix scsi_id build errors due to changes in the main udev makefile
527
528
529 Summary of changes from v046 to v047
530 ============================================
531
532 <klauser:access.unizh.ch>:
533   o Various typos and other litte errors in udev.8.in
534
535 <sjoerd:spring.luon.net>:
536   o DEVNAME on device removal
537
538 <sschweizer:gmail.com>:
539   o Allow GROUP to have modifiers in it
540
541 Greg Kroah-Hartman:
542   o add more debian rules files
543   o move distro specific config files into their own directories
544   o update debian rules files
545   o added asterix rules to the gentoo file
546   o use udevstart for udev.init.* files
547   o delete a bunch of files no longer needed
548   o fix gentoo scsi cdrom rule
549   o Fix the multithreaded build again
550   o merge
551   o comment out ability to run udev-test.pl with valgrind
552   o fix spurious valgrind warning in udev
553   o fix udevinfo '-q path' option as it was not working
554   o merge
555   o fix parallel build error
556
557 Kay Sievers:
558   o update Fedora dev.d/ example and remove unused conf.d/ directory
559   o don't install distribution specific init script on "make install"
560   o restore OWNER/GROUP assignment in rule coming from RESULT
561   o make gcov compile scripts working with recent gcc
562   o fix udev-test/udev-test.pl to work with again
563   o add net/atml and class/ppdev to the wait_for_sysfs exception list
564   o add net/nlv* devices to the exception list
565   o add "pcmcia" and "fc_transport" to the wait_for_sysfs lists
566   o remove unused timestamp field
567   o simplify permission handling
568   o handle /etc/hotplug.d/ only if the event comes from udevd
569   o trivial cleanups and change some comments
570   o remove unused variables
571   o udevsend/udevd handle events without a subsystem
572   o use blacklist on device "remove" and remove dev.d/ call code duplication
573   o update the man pages and correct Usage: hints
574   o don't call the hotplug scripts with a test run
575   o don't call dev.d/ scripts twice, if directory = subsystem
576   o remove archive file if we changed something
577   o link archive insted of objects
578   o rename udev_lib to udev_utils and dev_d to udev_multiplex
579   o handle whole hotplug event with udevd/udev
580   o integrate wait_for_sysfs in udev
581   o make the searched multiplex directories conditionally
582   o add MANAGED_EVENT to the forked udev environment
583   o export DEVNAME on remove event
584   o export udev_log flag to the environment
585   o remove my test code
586   o add support for /devices-devices without any file to wait for
587   o Patch from Alex Riesen <raa.lkml@gmail.com>
588   o add a bunch of busses to the list of what to wait for
589   o close connection to syslog in forked udevd child
590   o udevd exit path cleanup
591   o fix network device naming bug
592
593
594 Summary of changes from v045 to v046
595 ============================================
596
597 Greg Kroah-Hartman:
598   o make spotless for releases
599
600 Kay Sievers:
601   o Don't try to print major/minor for devices without a dev file
602   o remove get_device_type and merge that into udev_set_values()
603   o prevent udevd crash if DEVPATH is not set
604   o add ippp and bcrypt to the exception lists of wait_for_sysfs
605   o let klibc add the trailing newline to syslog conditionally
606   o disable logging for udevstart
607   o add NAME{ignore_remove} attribute
608   o remove historical SYSFS_attr="value" format
609   o don't wait for sysfs if the kernel(2.6.10-rc2) tells us what not to expect
610   o change key names in udevinfo sysfs walk to match the kernel
611   o support DRIVER as a rule key
612   o support SUBSYSTEM as a rule key
613   o rename udevdb* to udev_db*
614   o Make dev.d/ handling a separate processing stage
615   o make the udev object available to more processing stages
616   o remove udev_lib dependency from udevsend, which makes it smaller
617   o add ACTION to udev object to expose it to the whole process
618   o make udevinfo's -r option also workimg for symlink queries
619   o let udev act as udevstart if argv[1] == "udevstart"
620   o improve udevinfo sysfs info walk
621   o add sysfs info walk to udevinfo
622   o pass the whole event environment to udevd
623   o replace tdb database by simple lockless file database
624
625
626 Summary of changes from v044 to v045
627 ============================================
628
629 Martin Schlemmer:
630   o Some updates for Gentoo's udev rules
631
632
633 Summary of changes from v043 to v044
634 ============================================
635
636 Greg Kroah-Hartman:
637   o add cdsymlinks.sh support to gentoo rules file
638   o fix gentoo legacy tty rule
639   o remove 'sudo' usage from the Makefile
640   o make udev-test.pl test for root permissions before running
641
642 Kay Sievers:
643   o reduce syslog noise of udevsend if multiple instances try to start udevd
644   o add i2c-dev to the list of devices without a bus
645
646
647 Summary of changes from v042 to v043
648 ============================================
649
650 Greg Kroah-Hartman:
651   o add test target to makefile
652   o add dumb script to show all sysfs devices in the system
653
654 Kay Sievers:
655   o Shut up wait_for_sysfs class/net failure messages, as it's not possible to
656     get that right for all net devices. Kernels later than 2.6.10-rc1 will
657     handle that by carrying the neccessary information in the hotplug event.  
658   o wait() for specific pid to return from fork()
659   o Don't use any syslog() in signal handler, cause it may deadlock
660   o Add support for highpoint ataraid to volume_id to suppress label reading on raid set members.
661   o Add a bunch of devices without "device" symlinks
662   o Exit, if udevtest cannot open the device (segfault)
663   o Patches from Harald Hoyer <harald@redhat.com>
664   o Apply the default permissions even if we found a entry in the permissions
665     file. Correct one test, as the default is applied correctly now and the
666     mode will no longer be 0000.
667   o add test for format chars in multiple symlinks to replace
668   o Add net/vmnet and class/zaptel to the list of devices without physical device
669
670
671 Summary of changes from v040 to v042
672 ============================================
673
674 Greg Kroah-Hartman:
675   o add inotify to the rules for gentoo
676
677 Kay Sievers:
678   o skip waiting for device if we get a bad event for class creation and not for a device underneath it
679   o add net/pan and net/bnep handling
680   o switch wait for bus_file to stat() instead of open() add net/tun device handling add ieee1394 device handling
681   o Remove the last klibc specific line from the main udev code Move _KLIBC_HAS_ARCH_SIG_ATOMIC_T to the fixup file which is automatically included by the Makefile is we build with klibc
682   o ignore *.rej files from failed patches
683   o update to libsysfs 1.2.0 and add some stuff klib_fixup Now we have only the sysfs.h file different from the upstream version to map our dbg() macro.
684   o improve klibc fixup integration
685   o cleanup udevd/udevstart
686   o expose sysfs functions for sharing it
687
688
689 Summary of changes from v039 to v040
690 ============================================
691
692 <jk:blackdown.de>:
693   o wait_for_sysfs update for dm devices
694
695 Greg Kroah-Hartman:
696   o sparse cleanups on the tree
697   o fix stupid cut-and-paste error for msr devices on gentoo boxes
698   o add *~ to bk ignore list
699   o delete udevruler.c as per Kay's request
700   o fix up the wait_for_sysfs_test script a bit
701
702 Kay Sievers:
703   o fix debug in volume id / fix clashing global var name
704   o volume_id fix
705   o $local user
706   o cleanup netif handling and netif-dev.d/ events
707   o big cleanup of internal udev api
708   o don't wait for dummy devices
709   o close the syslog
710   o Fix ppp net devices in wait_for_sysfs
711   o Fix wait_for_sysfs messages (more debugging info)
712
713
714 Summary of changes from v038 to v039
715 ============================================
716
717 Greg Kroah-Hartman:
718   o Hopefully fix the vcs issue in wait_for_sysfs
719   o take out & from wait_for_sysfs_test that I previously missed
720   o add very nice cdsymlinks scripts
721   o add some helper scripts for dvb and input devices
722   o add debian config files
723   o let the extras/ programs build "pretty" also
724   o tweak the ccdv program to handle files in subdirectories being built
725   o crap, I messed up the 'sed' instances pretty badly, this fixes the config and man page mess
726   o fix broken 'make -j5' functionality
727
728 Kay Sievers:
729   o swich attribute open() to simple stat()
730   o wait_for_sysfs update for /class/firmware and /class/net/irda devices
731   o fix unusual sysfs behavior for pcmcia_socket
732   o remove sleeps from udev as it is external now
733   o delete udevruler?
734   o Makefile fix
735
736 Patrick Mansfield:
737   o update udev to scsi_id 0.7
738   o pass SYSFS setting down for extras builds
739   o move assignments past local variables
740
741
742 Summary of changes from v037 to v038
743 ============================================
744
745 <andrew.patterson:hp.com>:
746   o Re: Problem parsing %s in udev rules
747
748 Greg Kroah-Hartman:
749   o fix up error in building extras and libsysfs
750
751 Summary of changes from v036 to v037
752 ============================================
753
754 <md:linux.it>:
755   o small udev patch
756
757 Greg Kroah-Hartman:
758   o fix compilation warning in tdb log message
759   o Fix build error with klibc due to recent changes
760   o merge
761   o add wait_for_sysfs test script to the tarball to help people debug their boxes
762   o add ipsec to wait_for_sysfs ignore list
763   o added ccdv to bk ignore list
764   o a few more Makefile tweaks for the quiet feature
765   o Make the build silent, thanks to a helper program from ncftp
766   o rename files to have '_' instead of '-' in them
767   o change max time to wait in wait_for_sysfs to 10 seconds to hopefully handle some slow machines
768   o add support for class/raw/ to wait_for_sysfs
769   o fix up Makefile for wait_for_sysfs udev_version.h dependancy
770   o remove the debian specific file, as they don't want to share with the rest of the world :(
771
772 Kay Sievers:
773   o prevent deadlocks on an corrupt udev database
774   o wait_for_sysfs_update
775
776 Michael Buesch:
777   o fix asmlinkage
778   o fix incompatible pointer type warning
779
780
781 Summary of changes from v035 to v036
782 ============================================
783
784 Greg Kroah-Hartman:
785   o add the error number to the error message in wait_for_sysfs to help out in debugging problems
786
787 Summary of changes from v034 to v035
788 ============================================
789
790 Greg Kroah-Hartman:
791   o added ieee1394 support to wait_for_sysfs
792   o update wait_for_sysfs with a bunch more devices thanks to user reports
793
794 Summary of changes from v033 to v034
795 ============================================
796
797 Kay Sievers:
798   o wait_for_sysfs bluetooth class update
799
800 Greg Kroah-Hartman:
801   o add comment in wait_for_sysfs to explain the structure better
802   o Revert previous dev_d.c change, it's not what is causing HAL problems
803   o hm, somethings odd with DEVPATH, see if this fixes it
804   o 33_bk mark for the makefile
805   o wait_for_sysfs: clean up the logic for the list of devices that we do not expect device symlinks for
806   o get rid of annoying extra lines in the syslog for some libsysfs debug messages
807   o added support for i2c devices in wait_for_sysfs.c
808   o add support for i2c-adapter devices to wait_for_sysfs.c
809
810 Summary of changes from v032 to v033
811 ============================================
812
813 <harald:redhat.com>:
814   o udev close on exec
815   o some cleanups and security fixes
816   o some cleanups and security fixes
817   o selinux for udev
818   o cleanup PATCH for extras/chassis_id/Makefile
819
820 <kpfleming:backtobasicsmgmt.com>:
821   o respect prefix= setting in built udev.conf (updated)
822
823 Greg Kroah-Hartman:
824   o add support for usb interfaces to wait_for_sysfs to keep it quiet
825   o enable native tdb spinlocks on i386 platforms
826   o delete extras/multipath-tools as per the author's request
827   o be paranoid in dev_d.c
828   o add USE_SELINUX to README documentation so people have a chance to see what is going on
829   o update the selinux.h file to start to look sane
830   o update bk ignore list for the wait_for_sysfs binary
831   o kdetv wants to see device nodes in /dev
832   o update comments in scsi-devfs.sh
833   o fix up Makefiles to get the klibc build working properly
834   o update bk ignore list for new klibc generated files
835   o oops forgot to add the new klibc/include directory
836   o update klibc to version 0.181
837
838 Kay Sievers:
839   o fix problems with dev.d and udevstart
840   o wait_for_sysfs debug cleanup
841   o fix problems using scsi_id with udevstart
842   o update volume_id
843   o finally solve the bad sysfs-timing for all of us
844   o volume-id build fix and update
845   o switch udev's seqnum to u64
846   o add enum tests
847   o fix udev segfaults with bad permissions file
848
849 Patrick Mansfield:
850   o update udev to include scsi_id 0.6
851
852
853 Summary of changes from v031 to v032
854 ============================================
855
856 <harald:redhat.com>:
857   o udev parse bug
858
859 Kay Sievers:
860   o handle only block and class devices
861   o fix udevstart badly broken in udev 031
862
863
864 Summary of changes from v030 to v031
865 ============================================
866
867 <arun:codemovers.org>:
868   o udev - read long lines from config files overflow fix
869
870 <ballarin.marc:gmx.de>:
871   o Update the FAQ with info about hardlink security
872
873 <david:fubar.dk>:
874   o compatibility symlinks for udev
875
876 David Weinehall:
877   o Minor POSIX-fixes for udev
878
879 Greg Kroah-Hartman:
880   o add symlink for video rule
881   o add a "first" list to udevstart and make it contain the class/mem/ devices
882   o fix compiler warning in udevtest.c
883   o Fix old-style pty breakage in rules file for tty device
884   o add rules for i386 cpu devices
885   o add permission for legotower usb devices
886
887 Kay Sievers:
888   o Fix naming ethernet devices in udevstart
889   o update udev_volume_id
890   o let /sbin/hotplug execute udev earlier
891   o pass SEQNUM trough udevd
892   o fix manpages based on esr's spambot
893
894 Martin Schlemmer:
895   o add microcode rule to permissions.gentoo file
896
897 Michael Buesch:
898   o Try to provide a bit of security for hardlinks to /dev entries
899
900 Olaf Hering:
901   o udevsend depends on udev_lib.o
902
903 Tom Rini:
904   o fix UDEV_NO_SLEEP
905   o clean up start_udev a bit
906   o Make udev/udevstart be one binary
907   o Add 'asmlinkage' to udev-030
908
909
910 Summary of changes from v029 to v030
911 ============================================
912
913 Greg Kroah-Hartman:
914   o fix stupid off-by-one bug that caused udevstart to die on x86-64 boxes
915
916
917 Summary of changes from v028 to v029
918 ============================================
919
920 Greg Kroah-Hartman:
921   o add permission rule for jogdial device
922   o fix dumb bug I added to udevstart
923   o make a "last list" of devices for udevstart to operate on last
924   o fix permission problem with input event and ts nodes for gentoo
925   o change default perms of misc/rtc to be readable by anyone
926
927 Olaf Hering:
928   o allow NAME_SIZE > SYSFS_PATH_MAX
929
930
931 Summary of changes from v027 to v028
932 ============================================
933
934 <atul.sabharwal:intel.com>:
935   o Patch for chassis_id exras module
936
937 Daniel Drake:
938   o Writing udev rules doc update
939
940 Greg Kroah-Hartman:
941   o clean up block whitelist search logic a bit
942   o reverse order of scanning of udevstart to look at class before block
943
944 Kay Sievers:
945   o update udev_volume_id
946
947 Leann Ogasawara:
948   o udevstart performance increase
949
950 Patrick Mansfield:
951   o update udev scsi_id to scsi_id 0.5
952
953
954 Summary of changes from v026 to v027
955 ============================================
956
957 <fork0:users.sf.net>:
958   o fix handle leak in udev_lib.c
959
960 Greg Kroah-Hartman:
961   o tweak the gentoo default permission rules as they are wrong for tty and misc devices
962
963
964 Summary of changes from v025 to v026
965 ============================================
966
967 Arnd Bergmann:
968   o udev rpm fix
969
970 Greg Kroah-Hartman:
971   o add test for ! in partition name
972   o 025_bk mark
973   o Update to version 117 of klibc (from version 108)
974   o add volume_id ignore rule for bk
975   o add volume_id support to the udev.spec file
976   o remove dbus and selinux stuff from the udev.spec file
977   o delete udev_selinux as it doesn't work properly and is the wrong way to do it
978   o Deleted the udev_dbus extra as it didn't really work properly and HAL has a real solution now
979   o add udev.permissions.slackware file
980   o udevstart: close open directories
981
982 Kay Sievers:
983   o fix udevd zombies
984   o catchup with recent klibc
985   o Re: udevsend fallback
986   o udev_volume_id update
987   o udev callout for reading filesystem labels
988   o udev callout for reading filesystem labels
989   o udev default config layout changes
990
991 Leann Ogasawara:
992   o evaluate getenv() return value for udev_config.c
993
994 Summary of changes from v024 to v025
995 ============================================
996
997 <md:linux.it>:
998   o devfs.sh-ide-floppy
999
1000 <sjoerd:spring.luon.net>:
1001   o DEVNODE -> DEVNAME transition fixes
1002
1003 Daniel Drake:
1004   o Update writing udev rules docs
1005
1006 Greg Kroah-Hartman:
1007   o make dev.d call each directory in the directory chain of the device name, instead of just the whole name
1008   o add devd_test script
1009   o add more permissions based on SuSE's recommendations
1010   o added rules for tun and raw devices
1011   o add udev conf.d file
1012   o Switch the default config to point to a directory for the rules and permission files
1013   o update the Red Hat .dev files to work on other distros
1014   o add dbus.dev, pam_console.dev and selinux.dev files for /etc/dev.d/default/ usage
1015   o add hints for red hat users from Leann Ogasawara <ogasawara@osdl.org>
1016   o add scripts to run gcov for udev from Leann Ogasawara <ogasawara@osdl.org>
1017   o change permissions on udevd test scripts
1018   o Fix build process for users who have LC_ALL set to a non-english language
1019   o Added expanded tests to the test framework from Leann Ogasawara <ogasawara@osdl.org>
1020   o added execelent "writing udev rules" document from Daniel Drake <dan@reactivated.net>
1021   o added rule to put USB printers in their proper places
1022   o added rules for CAPI devices
1023   o added a dev.d alsa script to help people out
1024
1025 Kay Sievers:
1026   o fix test regressions
1027   o udev_selinux changes
1028   o udevd test script
1029   o udev_dbus changes
1030   o fix devpath for netdev
1031
1032 Leann Ogasawara:
1033   o gcov for udev
1034
1035
1036 Summary of changes from v023 to v024
1037 ============================================
1038
1039 <atul.sabharwal:intel.com>:
1040   o Add README for chassis_id
1041   o Add chassis_id program to extras directory
1042
1043 <chris_friesen:sympatico.ca>:
1044   o udevd race conditions and performance,  assorted cleanups
1045
1046 <hare:suse.de>:
1047   o fix SEGV in libsysfs/dlist.c
1048
1049 <maryedie:osdl.org>:
1050   o add OSDL documentation for persistent naming
1051
1052 <md:linux.it>:
1053   o small ide-devfs.sh fix
1054
1055 Greg Kroah-Hartman:
1056   o remove compiler warning from udevd.c
1057   o only generate udev.8 on the fly, not all other man pages
1058   o update bk ignore list some more
1059   o update bk ignore list
1060   o switch to generate the man pages during the normal build, not during the install
1061   o convert udev.8.in to use @udevdir@ macro for make install
1062   o first step of making man pages dynamically generated
1063   o add install and uninstall the etc/dev.d/net/hotplug.dev file to the Makefile
1064   o tweak net_test a bit
1065   o fix some segfaults when running udevtest for network devices
1066   o make a net_test test script using udevtest
1067   o handle the subsytem if provided in udevtest
1068   o add hotplug.dev script to handle renamed network devices
1069   o add a bunch of network class devices to the test sysfs tree
1070   o add udevruler to the bk ignore list
1071   o update RFC-dev.d docs due to DEVNODE to DEVNAME change
1072   o clean up chassis_id coding style
1073   o clean up the OSDL document formatting a bit
1074   o add netlink rules to devfs and gentoo rules files
1075   o added USB device rules to rules files
1076   o clean up the gentoo rules file a bit more, adding dri rules
1077   o fix up udev.rules to handle oss rules better
1078   o 023_bk mark
1079   o fix udev.spec file for where udevtest should be placed
1080
1081 Kay Sievers:
1082   o tweak node unlink handling
1083   o switch udevd's msg_dump() to #define
1084   o handle netdev in udevruler
1085   o man page cleanup
1086   o put config info in db for netdev
1087   o increase udevd event timeout
1088   o udevstart fix
1089   o put netdev handling and dev.d/ in manpages
1090   o DEVPATH for netdev
1091   o netdev - udevdb+dev.d changes
1092   o udevd race conditions and performance,  assorted cleanups - take 2
1093   o udevinfo patch
1094   o dev_d.c file sorting and cleanup
1095   o apply all_partitions rule to main block device only
1096
1097
1098 Summary of changes from v022 to v023
1099 ============================================
1100
1101 Kay Sievers:
1102   o hmm, handle net devices with udev?
1103   o correct apply_format() for symlink only rules
1104   o don't init namedev on remove
1105   o first stupid try for a rule compose gui
1106   o replace fgets() with mmap() and introduce udev_lib.[hc]
1107   o make udevtest a real program :)
1108
1109 Daniel E. F. Stekloff:
1110   o udevinfo patch
1111
1112 Greg Kroah-Hartman:
1113   o create the /etc/dev.d/ directories in 'make install'
1114   o actually have udev run files ending in .dev in the /etc/dev.d/ directory as documented
1115   o added RFC-dev.d document detailing how /etc/dev.d/ works
1116   o fixed up udev.spec to handle selinux stuff properly now
1117   o remove USE_DBUS and USE_SELINUX flags from the README as they are no longer present
1118   o remove selinux stuff from the main Makefile
1119   o move udev_selinux into extras/selinux
1120   o fix dbus build in the udev.spec file
1121   o remove dbus stuff from main Makefile
1122   o move udev_dbus to extras/dbus
1123   o udev_dbus can now compile properly, but linnking is another story
1124   o remove udev_dbus.h from Makefile
1125   o first cut at standalone udev_selinux program
1126   o remove selinux support from udev core as it's no longer needed
1127   o first cut at standalone udev_dbus program
1128   o add get_devnode() helper to udev_lib for udev_dbus program
1129   o remove dbus code from core udev code as it's no longer needed to be there
1130   o add /etc/dev.d/ support for udev add and remove events
1131   o fix build error in namedev.c caused by previous patch
1132   o 022_bk tag
1133   o fix 'make spotless' to really do that in klibc
1134   o add a question/answer about automounting usb devices to the FAQ
1135   o mark scsi-devfs.sh as executable
1136   o Increase the name size as requested by Richard Gooch <rgooch@ras.ucalgary.ca>
1137   o fix udevtest to build properly after the big udev_lib change
1138
1139 Olaf Hering:
1140   o uninitialized variable for mknod and friend
1141
1142 Richard Gooch:
1143   o SCSI logical and physical names for udev
1144
1145 Theodore Y. T'so:
1146   o Trivial man page typo fixes to udev
1147
1148
1149 Summary of changes from v021 to v022
1150 ============================================
1151
1152 <ananth:in.ibm.com>:
1153   o more Libsysfs updates
1154   o Libsysfs updates
1155
1156 <async:cc.gatech.edu>:
1157   o fix HOWTO-udev_for_dev for udevdir
1158
1159 Kay Sievers:
1160   o udev-test.pl cleanup
1161   o add dev node test to udev-test.pl
1162   o add permission tests
1163   o "symlink only" test
1164   o callout part selector tweak
1165   o cleanup callout fork
1166   o allow to specify node permissions in the rule
1167   o man page beauty
1168   o put symlink only rules to the man page
1169   o rename strn*() macros to strmax
1170   o conditional remove of trailing sysfs whitespace
1171   o clarify udevinfo text
1172   o better fix for NAME="foo-%c{N}" gets a truncated name
1173   o overall trivial trivial cleanup
1174   o fix NAME="foo-%c{N}" gets a truncated name
1175   o cleanup mult field string handling
1176
1177 <ken:cgi101.com>:
1178   o fix a type in docs/libsysfs.txt
1179   o Added line to udev.permissions.redhat
1180   o Include more examples in the docs area for gentoo and redhat
1181
1182 <md:linux.it>:
1183   o udevstart fixes
1184
1185 Greg Kroah-Hartman:
1186   o add big major tests to udev-test.pl
1187   o add a test for a minor over 255
1188   o udev-test.pl: print out major:minor and perm test "ok" if is ok
1189   o make perm and major:minor test errors be reported properly
1190   o remove extra ; in namedev_parse.c
1191   o Added multipath-tools 0.1.1 release
1192   o deleted current extras/multipath directory
1193   o 021_bk mark
1194   o fix the build for older versions of gcc
1195
1196 Hanna V. Linder:
1197   o Small fix to remove extra "will" in man page
1198
1199 Olaf Hering:
1200   o make spotless
1201   o udev* segfaults with new klibc
1202
1203 Patrick Mansfield:
1204   o add tests for NAME="foo-%c{N}"
1205
1206 Summary of changes from v020 to v021
1207 ============================================
1208
1209 Kay Sievers:
1210   o install udevinfo in /usr/bin
1211   o blacklist pcmcia_socket
1212
1213 Greg Kroah-Hartman:
1214   o fix udev.spec to find udevinfo now that it has moved to /usr/bin
1215   o Fix another problem with Makefile installing initscript
1216   o fix the Makefile to install the init script into the proper directory
1217   o make spec file turn off selinux support by default
1218
1219
1220 Summary of changes from v019 to v020
1221 ============================================
1222
1223 <christophe.varoqui:free.fr>:
1224   o multipath update
1225
1226 Kay Sievers:
1227   o man page udevstart
1228   o cleanup udevstart
1229   o bugfix for local user
1230   o unlink bugfix
1231   o TODO update
1232   o clarify udevinfo device walk
1233   o udevinfo symlink reverse query
1234   o fix stroul endptr use
1235   o add $local user spport for permissions
1236   o udev - man page update
1237   o udev - fix debug info for multiple rule file config
1238   o udev - kill udevd on install
1239   o udev - activate formt length attribute
1240   o udev - safer sprintf() use
1241
1242 <md:linux.it>:
1243   o no error on enoent
1244   o escape dashes in man pages
1245   o remove usage of expr in ide-devfs.sh
1246
1247 <rml:ximian.com>:
1248   o automatically install correct initscript
1249   o update documetation for $local
1250
1251 Andrey Borzenkov:
1252   o Add symlink only rules support
1253
1254 Greg Kroah-Hartman:
1255   o update the TODO list as we already have a devfs config file
1256   o make start_udev use udevstart binary
1257   o install udevstart
1258   o Remove Debian permission files as the Debian maintainer doesn't seem to want to share :(
1259   o update the Gentoo rules files
1260   o Add Red Hat rules and permissions files
1261   o add udevstart to the ignore list
1262   o add udevstart program based on a old patch from Harald Hoyer <harald@redhat.com>
1263   o unlink the file before we try to create it
1264   o Merge greg@bucket:/home/greg/src/udev into kroah.com:/home/greg/src/udev
1265
1266
1267 Summary of changes from v018 to v019
1268 ============================================
1269
1270 Kay Sievers:
1271   o TODO update
1272   o udev - correct relative symlink
1273   o udev - safer string handling - part four
1274   o udev - safer string handling - part three
1275   o udev - safer string handling - part two
1276   o udev - man page update
1277   o udev - safer string handling all over the place
1278   o manpage update
1279   o udev - allow all files in a directory as the config
1280   o udev - simple klibc textual uid/gid handling
1281
1282 Andrey Borzenkov:
1283   o do not remove real .udev.tdb during RPM build
1284
1285 Greg Kroah-Hartman:
1286   o add new TODO item about local user permissions
1287   o Add initial SELinux support for udev
1288   o fix build for very old versions of make
1289   o remove limit of the number of args passed to PROGRAM
1290   o force udev to include the internal version of libsysfs and never the external one
1291   o fix up libsysfs header file usage to fix bug reports from users that have sysfsutils installed already
1292   o remove udevtest on 'make clean'
1293   o remove udevd priority TODO item, as it's not needed at all
1294
1295 Patrick Mansfield:
1296   o update udev scsi_id to scsi_id 0.4
1297
1298
1299 Summary of changes from v017 to v018
1300 ============================================
1301
1302 <ext.devoteam.varoqui:sncf.fr>:
1303   o [PATCH] symlink dm-[0-9]* rule
1304   o update extras/multipath
1305
1306 <john-hotplug:fjellstad.org>:
1307   o init.d debian patch
1308
1309 Kay Sievers:
1310   o udev - TODO update
1311   o udev - add %s{filename} to man page
1312   o udev - udevd/udevsend man page
1313   o udev - switch callout part selector to {attribute}
1314   o udev - switch SYSFS_file to SYSFS{file}
1315   o udev - create all partitions of blockdevice
1316   o allow SYSFS{file}
1317   o Adding '%s' format specifier to NAME and SYMLINK
1318
1319 Greg Kroah-Hartman:
1320   o added some scsi_id files to the bk ignore file
1321   o added scsi_id and some more documentation to the udev.spec file
1322   o update udev.rules.gentoo with new config file format
1323   o Update the Gentoo udev.rules and udev.permissions files
1324   o Create a udev.rules.examples file to hold odd udev.rules
1325   o add udevd priority issue to the TODO list
1326   o more HOWTO cleanups
1327   o add HOWTO detailing how to use udev to manage /dev
1328   o mv libsysfs/libsysfs.h to libsysfs/sysfs/libsysfs.h to make it easier to use
1329   o add start_udev init script
1330   o add support for UDEV_NO_SLEEP env variable so Gentoo people will be happy
1331   o start up udevd ourselves in the init script to give it some good priorities
1332   o update the red hat init script to handle nodes that are not present
1333   o add a "old style" SYSFS_attribute test to udev-test.pl
1334   o Have udevsend report more info in debug mode
1335   o Have udevd report it's version in debug mode
1336   o fix up bug created for udevtest in previous partition creation patch
1337   o update the udev.spec to add udevtest and make some more Red Hat suggested changes
1338   o add ability to install udevtest to Makefile
1339   o 017_bk mark
1340   o Add another test to udev-test.pl and fix a bug when only running 1 test
1341   o Fix bug where we did not use the "converted" kernel name if we had no rule
1342
1343 Patrick Mansfield:
1344   o udev use new libsysfs header file location
1345   o udev add some ID tests
1346
1347
1348 Summary of changes from v016 to v017
1349 ============================================
1350
1351 <azarah:nosferatu.za.org>:
1352   o make logging a config option
1353
1354 <christophe.varoqui:free.fr>:
1355   o more udev-016/extras/multipath
1356   o more udev-016/extras/multipath
1357   o update extras/multipath
1358
1359 Kay Sievers:
1360   o udev - keep private data out of the database?
1361   o better credential patch
1362   o udevd - client access authorization
1363   o compile udevd with klibc
1364   o udev - fix "ignore method"
1365   o udev - fix cdrom symlink rule
1366   o convert udevsend/udevd to DGRAM and single-threaded
1367   o udevd - kill the lockfile
1368   o udevd - fix socket path length
1369   o udevd - switch socket path to abstract namespace
1370   o udevd - allow to bypass sequence number
1371   o include used function
1372
1373 Greg Kroah-Hartman:
1374   o add udev_log to the documentation
1375   o fix offsetof() define in klibc
1376   o add some .spec file changes from Red Hat
1377   o update the init.d udev script based on a patch from Red Hat
1378   o remove the .udev.tdb when installing or uninstalling to be safe
1379   o remove the database at startup
1380   o fix bug in permission handling
1381   o update klibc to version .107
1382   o update the bitkeeper ignore file list
1383   o add udevtest program to build
1384   o fix problem where usb devices can be either the main device or the interface
1385   o more logging.h cleanups to be a bit more flexible
1386   o stop using mode_t as different libcs define it in different ways :(
1387   o remove some more KLIBC fixups that are no longer needed
1388   o let udev-test.pl run an individual test if you ask it to
1389   o Handle the '!' character that some block devices have
1390   o add a block device with a ! in the name, and a test for this
1391   o fix up 'make release' to use bk to build the export tree
1392   o fix log option code so that it actually works for all udev programs
1393   o finish syncing up with klibc
1394   o sync with latest version of klibc (0.107)
1395   o fix up Makefile dependancies for udev_version.h
1396
1397 Patrick Mansfield:
1398   o udev add wild card compare for ID
1399   o udev kill extra bus_id compares in match_id
1400
1401
1402 Summary of changes from v015 to v016
1403 ============================================
1404
1405 <elkropac:students.zcu.cz>:
1406   o get_dev_number() in extras/ide-devfs.sh
1407
1408 <rrm3:rrm3.org>:
1409   o FAQ udev.rules.devfs
1410
1411 Greg Kroah-Hartman:
1412   o add udevd and udevsend to the spec file
1413   o make /etc/hotplug.d/default/udev.hotplug symlink point to udevsend now
1414   o add KERNEL_DIR option so that the distros will be happy
1415   o make udevsend binary even smaller
1416   o udevsend now almost compiles with klibc, struct sockaddr_un is only problem now
1417   o fix up logging code so that it can be built without it being enabled
1418   o rework the logging code so that each program logs with the proper name in the syslog
1419   o remove logging.c as it's no longer needed
1420   o kill the last examples that contained the %D option
1421   o remove a __KLIBC__ tests in libsysfs, as klibc now supports getpagesize()
1422   o udevd - remove stupid locking error I wrote
1423   o update to klibc version 0.101, fixing the stdin bug
1424   o fix Makefile typo for USE_LSB install
1425   o allow dbus code to actually build again
1426
1427 Kay Sievers:
1428   o let udevsend build with klibc
1429   o udevd - config cleanup
1430   o udevd - cleanup and better timeout handling
1431   o fix possible buffer overflow
1432   o udevd - next round of fixes
1433   o udevinfo - missing options for man page
1434   o udev - trivial style cleanup
1435
1436
1437 Summary of changes from v014 to v015
1438 ============================================
1439
1440 <mbuesch:freenet.de>:
1441   o LFS init script update
1442
1443 Greg Kroah-Hartman:
1444   o update klibc to version 0.98
1445   o clean up udevinfo on 'make clean'
1446   o add udevinfo man page to spec file
1447   o remove command line documentation from udev man page
1448   o create initial version of udevinfo man page
1449   o added URL to spec file
1450   o add udevinfo to udev.spec file
1451   o add udevinfo to install target of Makefile
1452   o rip out command line code from udev, now that we have udevinfo
1453   o udevinfo doesn't need to declare main_envp
1454   o move get_pair to udev_config.c because udevinfo doesn't need all of namedev.o
1455   o more makefile cleanups
1456   o move udevinfo into the main build and clean up the main Makefile a bit
1457   o clean up compiler warnings if building using klibc
1458   o make udevd only have one instance running at a time
1459   o new testd.block script for debugging
1460   o udevsnd : clean up message creation logic a bit
1461   o make bk ignore udevd and udevsend binaries
1462   o whitespace cleanups
1463   o remove TODO item about BUS value, as it is now done
1464   o add support for figuring out which device on the sysfs "chain" the rule applies to
1465
1466 Kay Sievers:
1467   o udevinfo - now a real program :)
1468   o udevd - cleanup and better timeout handling
1469   o udev - next round of udev event order daemon
1470   o fix udevd exec
1471   o udev - udevinfo with device chain walk
1472   o spilt udev into pieces
1473
1474
1475 Summary of changes from v013 to v014
1476 ============================================
1477
1478 <ananthmg:rediffmail.com>:
1479   o libsysfs update for refresh + namedev.c changes
1480
1481 <christophe.varoqui:free.fr>:
1482   o udev-013/extras/multipath update
1483
1484 <flamingice:sourmilk.net>:
1485   o minor patch for devfs rules
1486
1487 Kay Sievers:
1488   o udev - program to query all device attributes to build a rule
1489   o set default owner/group in db - update
1490   o udev - reverse user query options
1491   o udev - kill %D from udev-test.pl
1492   o add udev logging to info log
1493   o udev - mention format string escape char in man page
1494
1495 Greg Kroah-Hartman:
1496   o misc code cleanups
1497   o fixup logging.h to handle different logging options properly
1498   o clean up the logging patch a bit to make the option more like the other options
1499   o remove the %D modifier as it is not longer needed
1500   o remove unneeded keyboard rule
1501   o add usb_host and pci_bus to the class blacklist
1502   o added input device rules to udev.rules and udev.rules.devfs
1503   o 013_bk mark
1504
1505 Hanna V. Linder:
1506   o set default owner/group in db
1507   o small cut n paste error fix
1508
1509 Patrick Mansfield:
1510   o update udev scsi_id to scsi_id 0.3
1511
1512
1513 Summary of changes from v012 to v013
1514 ============================================
1515
1516 <eike-hotplug:sf-tec.de>:
1517   o LSB init script and other stuff
1518
1519 <elkropac:students.zcu.cz>:
1520   o fix udev directory for Debian init script
1521
1522 <tiggi:infa.abo.fi>:
1523   o udev 012 old gcc fixup
1524
1525 Christophe Saout:
1526   o add IGNORE rule type
1527   o small cleanup
1528
1529 Greg Kroah-Hartman:
1530   o update TODO with some new, small items
1531   o Cset exclude: greg@kroah.com|ChangeSet|20040113010256|48515
1532   o update the README in a few places
1533   o fix -d typo in the manpage update
1534   o Fix stupid gcc "optimization" of 1 character printk() calls.... Ick
1535   o oops, forgot to fix up the PROGRAM result from ID to RESULT in the config files
1536   o Add alsa device rules and a few other devfs rules
1537   o fix a few stale comments in namedev.c
1538   o convert the default rules files to the new format
1539   o convert the test shell scripts to the config file format
1540   o add bus test for usb-serial bus
1541   o Add some helpful messages if the user uses the older config file format
1542   o added dri rule to the default config file
1543   o added init.d udev script for debian
1544   o add a script that tests the IGNORE rule
1545   o add silly script that names cdrom drives based on the cd in them
1546   o add cdrom rule for ide cdrom
1547   o replace list_for_each with list_for_each_entry, saving a few lines of code
1548   o add a blacklist of class devices we do not want to look at
1549
1550 Kay Sievers:
1551   o fix klibc with printf() and gcc
1552   o udev - small script optimization
1553   o udev - introduce format escape char
1554   o udev - more CALLOUT is PROGRAM now
1555   o udev - CALLOUT is PROGRAM now
1556   o update documentation for new config file format
1557   o more advanced user query options
1558   o udev - simple debug tweak
1559   o udev - drop all methods :)
1560   o udev - advanced user query options
1561   o udev - Makefile error
1562   o udev - make exec_callout() reusable
1563   o udev - exec status fix for klibc
1564   o fix Silly udev script
1565
1566
1567 Summary of changes from v011 to v012
1568 ============================================
1569
1570 <azarah:nosferatu.za.org>:
1571   o make symlink work properly if there is already a file in its place
1572   o Fix udev gcc-2.95.4 compat
1573
1574 <christophe.varoqui:free.fr>:
1575   o extras multipath update
1576   o extras multipath update
1577
1578 Kay Sievers:
1579   o mention user callable udev + options in man page
1580   o make udev user callable to query the database
1581   o depend on all .h files
1582   o cleanup namedev_parse debug text
1583   o extend exec_program[]
1584   o ide-devfs.sh update
1585   o fix for apply_format()
1586   o check for empty symlink string
1587   o 'ide' missing in bus_files[]
1588   o small trivial cleanup of latest changes
1589
1590 <mbuesch:freenet.de>:
1591   o introduce signal handler
1592
1593 <rml:ximian.com>:
1594   o udev spec file update
1595
1596 Greg Kroah-Hartman:
1597   o minor grammer fixes for the udev_vs_devfs document
1598   o move the dbus config file to etc/dbus-1/system.d/
1599   o move the config files to etc/udev to clean up main directory a bit
1600   o add Gentoo versions of the rules and permissions files
1601   o if using glibc, link dynamically, as no one like 500Kb udev binaries
1602   o minor change to udev_vs_devfs document
1603   o added udev vs devfs supid document to the tree
1604   o move the signal handling registration to after we have initialized enough stuff
1605   o make ide-devfs.sh executable in the tree
1606   o udev.permissions.debian - forgot the dm nodes
1607   o update the udev.permissions.debian file with new entries
1608   o added udev.init script for the Linux From Scratch project
1609
1610
1611
1612 Summary of changes from v010 to v011
1613 ============================================
1614
1615 <mbuesch:freenet.de>:
1616   o proper cleanup on udevdb_init() failure
1617
1618 <mh:nadir.org>:
1619   o patch udev 009-010 rpm spec file
1620
1621 <svetljo:gmx.de>:
1622   o fix udev sed Makefile usage
1623
1624 Greg Kroah-Hartman:
1625   o add documentation about the BUS key being optional for the LABEL rule
1626   o add tests for LABEL rule with a device that has no bus
1627   o Don't require the BUS value for the LABEL rule
1628   o If a LABEL rule has a BUS id, then we must check to see if the device is on a bus
1629   o add documentation about the BUS key being optional for the CALLOUT rule
1630   o If a CALLOUT rule has a BUS id, then we must check to see if the device is on a bus
1631   o Don't require the BUS value for the CALLOUT rule
1632   o add test for callout rule with a device that has no bus
1633   o 010_bk stamp
1634   o added different build options to the rpm udev.spec file
1635   o add pci to the bus_files list
1636   o check for empty line a bit better in the parser
1637   o more init script cleanups, the stop target now calls udev to cleanup instead of just removing the whole /udev directory
1638   o make udev init script run udev in the background to let startup go much faster
1639   o fix long delay for all devices in namedev
1640
1641
1642 Summary of changes from v009 to v010
1643 ============================================
1644
1645 <ananth:in.ibm.com>:
1646   o change pgsize
1647
1648 <christophe.varoqui:free.fr>:
1649   o extras multipath update
1650   o extras multipath update
1651   o extras multipath update
1652   o extras multipath update
1653
1654 Kay Sievers:
1655   o fix udev-test.pl
1656   o small cleanup udev-remove.c
1657   o experimental CALLOUT script for devfs ide node creation with cd, disc, part
1658   o add any valid device
1659   o introduce format char 'k' for kernel-name
1660   o trivial make fixes
1661   o don't overwrite old config on install
1662   o udev-remove.c cleanups
1663   o bug in udev-remove.c
1664   o trivial cleanup parser changes
1665
1666 <roman.kagan:itep.ru>:
1667   o fix comment and whitespace handling in config files
1668
1669 Adam Kropelin:
1670   o Allow build with empty EXTRAS
1671
1672 Daniel E. F. Stekloff:
1673   o libsysfs 0.4.0 patch
1674   o fix scsi_id segfault with udev-009
1675   o add libsysfs docs
1676
1677 David T. Hollis:
1678   o mark config files as such in the rpm spec file
1679
1680 Greg Kroah-Hartman:
1681   o fix complier warning in namedev.c
1682   o add documentation for the new '%k' modifier (kernel name replacement)
1683   o add documentation about the multiple sysfs values that are now allowed for the LABEL rule
1684   o add tests for multi-file LABEL rules
1685   o add ability to have up to 5 SYSFS_ file/value pairs for the LABEL rule
1686   o Just live with a sleep(1) in namedev for now until libsysfs is fixed up
1687   o try to wait until the proper device file shows up in sysfs
1688   o remove unneeded TODO and FIXME entry
1689   o clean up the stand-alone tests to work properly on other people's machines
1690   o add tests to catch whitespace and comment config file parsing errors
1691
1692
1693 Summary of changes from v008 to v009
1694 ============================================
1695
1696 <christophe.varoqui:free.fr>:
1697   o more extras/multipath changes
1698   o and more extras/multipath updates
1699   o more extras/multipath updates
1700   o yet more extras/multipath
1701   o more extras/multipath updates
1702   o extras/multipath update
1703
1704 <david:fubar.dk>:
1705   o D-BUS patch for udev-008
1706
1707 <eike-hotplug:sf-tec.de>:
1708   o add init.d/udev to "make install"
1709   o add init.d/udev to the spec file
1710
1711 Kay Sievers:
1712   o don't rely on field order in namedev_parse
1713   o get part of callout return string
1714   o remove '\n' from end of callout return
1715   o man-page mention multiple symlinks
1716   o allow multiple symlinks
1717   o cleanup man & remove symlink comment
1718   o experimental (very simple) SYMLINK creation
1719   o man page beauty
1720   o pattern match for label method
1721   o a bug in linefeed removal
1722
1723 <rml:ximian.com>:
1724   o remove udev from runlevels on uninstall
1725   o install initscript in udev rpm
1726
1727 Daniel E. F. Stekloff:
1728   o pre-libsysfs-0.4.0 patch
1729
1730 Greg Kroah-Hartman:
1731   o signal fixes due to klibc update
1732   o sync klibc with release 0.95
1733   o add mol permissions to the debian permissions file
1734   o update the FAQ with info about bad modprobe events from the devfs scheme
1735   o some cleanups due to the need for LABEL rules to use "SYSFS_" now
1736   o Add restart target to the etc/init.d/udev script
1737   o tweak the config file generation portion of the Makefile a bit
1738   o change devfs disk name rule from 'disk' to 'disc'
1739   o add vc support to udev.rules.devfs
1740   o added a devfs udev config file from Marco d'Itri <md@Linux.IT>
1741   o set default mode to 0600 to be safer
1742   o Makefile tweaks for the DBUS build
1743   o update the FAQ due to the latest devfs mess on lkml and also due to symlinks now working
1744   o document the different Makefile config options that we have
1745   o change USE_DBUS to DBUS in Makefile, and disable it by default as it's still to hard to build on all systems
1746   o fix formatting of udev_dbus.c to use tabs.  Also get it to build properly now
1747   o move all of the DBUS logic into one file and remove all of the #ifdef crud from the main code
1748
1749 Olaf Hering:
1750   o dump latest klibc into the udev build tree
1751   o use udevdir in udev.conf
1752
1753 Patrick Mansfield:
1754   o better allow builds of extras programs under udev
1755   o update udev extras/scsi_id to version 0.2
1756
1757
1758 Summary of changes from v007 to v008
1759 ============================================
1760
1761 <azarah:nosferatu.za.org>:
1762   o more config file parsing robustness
1763
1764 <christophe.varoqui:free.fr>:
1765   o udev-007/extras/multipath update
1766
1767 Arnd Bergmann:
1768   o Build failure - missing linux/limits.h include?
1769   o Add format modifier for devfs like naming
1770   o klibc makefile fixes
1771
1772 Daniel E. F. Stekloff:
1773   o another patch for path problem
1774   o quick fix for libsysfs bus
1775   o libsysfs changes for sysfsutils 0.3.0
1776
1777 Greg Kroah-Hartman:
1778   o fix up some duplicated function compiler warnings in libsysfs
1779   o fix some compiler warnings in the tdb code
1780   o Added Kay's name to the man page
1781   o update the wildcard documentation in the man page to show the new styles supported
1782   o fix permission handling logic
1783   o enable default_mode ability to actually build
1784   o add support for the default_mode variable, as it is documented
1785   o show permissions and groups in the label_test
1786   o remove some items off of the TODO list, as they are now done
1787   o fix up the tests to work without all of the environ variables
1788   o get rid of the majority of the debug environment variables
1789   o Update the man page to show the new config file, it's format, and how to use it
1790   o fix up the tests to support the rules file name change
1791   o add support for a main udev config file, udev.conf
1792   o turn debugging messages off by default
1793   o split out the namedev config parsing logic to namedev_parse.c
1794   o rename namedev's get_attr() to be main namedev_name_device() as that's what it really is
1795   o add devfs like tty rules as an example in the default config file
1796   o operate on the rules in the order they are in the config file (within the rule type) instead of operating on them backwards.
1797   o Cset exclude: dsteklof@us.ibm.com|ChangeSet|20031126173159|56255
1798   o add test for checking the BUS value
1799   o fix problem where we were not looking at the BUS value
1800   o add scsi and pci bus links in the test sysfs tree
1801   o add test and documentation for new %D devfs format modifier
1802   o changed the default location of the database to /udev/.udev.tdb to be LSB compliant
1803   o get rid of functions in klibc_fixups that are now in klibc
1804   o sync up with the 0.84 version of klibc
1805   o fix udev init.d script to handle all class devices in sysfs
1806   o fix the test.block and test.tty scripts due to their moveing.  Also add a test.all script
1807   o 007_bk version change to Makefile
1808
1809 Kay Sievers:
1810   o pattern matching for namedev
1811   o catch replace device by wildcard
1812   o udev.8 tweak numeric id text
1813   o udev-test.pl add subdir test
1814   o namedev.c strcat tweak
1815   o overall whitespace + debug text conditioning
1816   o udev-test.pl - tweaks
1817
1818 Martin Hicks:
1819   o Add -nodefaultlibs while compiling against klibc
1820
1821 Olaf Hering:
1822   o ARCH detection for ppc
1823
1824 Patrick Mansfield:
1825   o fix udev parallel builds with klibc
1826
1827
1828 Summary of changes from v006 to v007
1829 ============================================
1830
1831 <md:linux.it>:
1832   o fix segfault in parsing bad udev.permissions file
1833
1834 Greg Kroah-Hartman:
1835   o update default config file with a CALLOUT rule, and more documentation
1836   o updated the man page with the latest format specifier changes
1837   o added ability to put format specifiers in the CALLOUT program string
1838   o tweak udev-test.pl to report '0' errors if that's what happened
1839   o only build klibc_fixups.c if we are actually using klibc
1840   o add support for string group and string user names in udev.permissions
1841   o add getgrnam and getpwnam to klibc_fixups files
1842   o remove Makefile.klibc
1843   o add udev-test perl script from Kay Sievers <kay.sievers@vrfy.org> which blows away my puny shell scripts
1844   o added debian's version of udev.permissions
1845   o change to 006_bk version
1846
1847 Kay Sievers:
1848   o format char for CALLOUT output
1849   o more namedev whitespace cleanups
1850   o support arguments in callout exec
1851   o namedev.c - change order of fields in CALLOUT
1852   o namedev.c whitespace + debug text cleanup
1853   o man page with udev.permissions wildcard
1854
1855 Olaf Hering:
1856   o static klibc udev does not link against crt0.o
1857
1858 Summary of changes from v005 to v006
1859 ============================================
1860
1861 <chris_friesen:sympatico.ca>:
1862   o faster test scripts
1863
1864 Arnd Bergmann:
1865   o more robust config file parsing in namedev.c
1866   o add bus id modifier
1867
1868 Daniel E. F. Stekloff:
1869   o patch for libsysfs sysfs directory handling
1870
1871 Greg Kroah-Hartman:
1872   o add another line to udev.permissions in the proper format
1873   o tweak replace_test
1874   o fix permissions to work properly now
1875   o add real udev.permissions file to test directory
1876   o fix namedev.c to build with older version of gcc
1877   o add dumb test for all of the different modifiers
1878   o update the TODO list with more items that people can easily do
1879   o move the test.block and test.tty scripts to the test/ directory
1880   o add remove actions to the test scripts
1881   o turn DEBUG_PARSER off by default
1882   o add some documentation for the %b modifier to the default config file
1883   o fix make install rule for when the udev symlink is already there
1884   o change release target in makefile
1885   o change debug level on printf values for now
1886   o updated demo config file
1887   o add some documentation of the modifiers to the default config file
1888   o add demo config file
1889   o updated bk ignore list for klibc generated files
1890   o add printf option to label test to verify it works
1891   o fix up printf-like functionality due to previous changes
1892   o get the major/minor number before we name the device
1893   o add scsi_id "extra" program from Patrick Mansfield <patmans@us.ibm.com>
1894   o Add multipath "extra" program from Christophe Varoqui, <christophe.varoqui@free.fr>
1895   o trailing whitespace cleanups
1896   o splig LABEL and NUMBER into separate functions
1897   o add TOPO regression test
1898   o move TOPOLOGY rule to it's own function
1899   o fix bug where NUMBER and TOPOLOGY would not work for partitions
1900   o clean up the way we find the sysdevice for a block device for namedev
1901   o updated label test script (tests for partitions now.)
1902   o split REPLACE and CALLOUT into separate functions
1903   o add debug line for REPLACE call
1904   o add replace test
1905   o add more sysfs test tree files
1906   o change UDEV_SYSFS_PATH environment variable due to libsysfs change
1907   o fix bug in klibc's isspace function
1908   o fix udev-add.c to build properly with older versions of gcc
1909   o add prototype for ftruncate to klibc
1910   o Remove a few items from the TODO list that are already done
1911   o version number to 005_bk
1912   o pull some klibc stuff into the make Makefile to try to stay in sync
1913   o klibc build fixes
1914
1915 Kay Sievers:
1916   o apply permissions.conf support for wildcard and default name
1917   o man page with included placeholder list
1918   o implement printf-like placeholder support for NAME
1919   o more manpage tweaks
1920   o add support for subdirs
1921   o add uid/gid to nodes
1922
1923 Olaf Hering:
1924   o DESTDIR for udev
1925
1926 Paul Mundt:
1927   o Fixup path for kernel includes when building with klibc
1928
1929 Robert Love:
1930   o udev init script
1931
1932
1933 Summary of changes from v004 to v005
1934 ============================================
1935
1936 <kay:vrfy.org>:
1937   o namedev.c comments + debug patch
1938   o man page update
1939
1940 Greg Kroah-Hartman:
1941   o ignore the klibc/linux symlink
1942   o add klibc linux symlink info to the README
1943   o get 'make release' to work properly again
1944   o added README info for how to build using klibc
1945   o turn off debugging if we are building with klibc
1946   o turn off debugging in namedev
1947   o added vsyslog support to klibc
1948   o add ftruncate to klibc
1949   o klibc specific tweaks
1950   o libsysfs does not need mntent.h in it's header file
1951   o udev build tweaks to tdb's spinlock code
1952   o klibc makefile changes
1953   o build tdb and libsysfs from the same makefile as udev
1954   o udev-add build cleanups for other libc versions
1955   o tweak tdb to build within udev better
1956   o make libsysfs spit debug messages to the same place as the rest of udev
1957   o make libsysfs build cleanly
1958   o updated bk ignore list
1959   o added klibc version 0.82 (cvs tree) to the udev tree
1960   o makefile fix for now
1961   o Merge greg@bucket:/home/greg/src/udev into kroah.com:/home/greg/src/udev
1962   o hm, makefile bug with so many files...  will fix later
1963   o regression tests starting to be added
1964   o fix LABEL bug for device files (not class files.)
1965   o more warning flags to the build
1966   o got rid of struct device_attr
1967   o rename namedev.permissions and namedev.config to udev.permissions and udev.config
1968   o fix dbg line in namedev.c
1969   o more overrides of config info with env variables if in test mode
1970   o Fix bug causing udev to sleep forever waiting for dev file to show up
1971   o change version to 004_bk
1972   o make config files, sysfs root, and udev root configurable from config variables
1973
1974 Robert Love:
1975   o udev: sleep_for_dev() bits
1976   o udev: another canidate for static
1977
1978
1979 Summary of changes from v003 to v004
1980 ============================================
1981
1982 Daniel E. F. Stekloff:
1983   o new version of libsysfs patch
1984
1985 Greg Kroah-Hartman:
1986   o 004 release
1987   o major database cleanups
1988   o Changed test.block and test.tty to take ACTION from the command line
1989   o don't sleep if 'dev' file is already present on device add
1990   o fix comment about how the "dev" file is made up
1991   o more database work.  Now we only store the info we really need right now
1992   o add BUS= bug to TODO list so it will not get forgotten
1993   o spec file changes
1994   o test.block changes
1995   o ok, rpm likes the "_" character instead of "-" better
1996   o change the version to 003-bk to keep things sane with people using the bk tree
1997   o got "remove of named devices" working
1998   o fix segfaults when dealing with partitions
1999
2000 Kay Sievers:
2001   o man file update
2002   o man page update
2003
2004 Robert Love:
2005   o udev: mode should be mode_t
2006   o udev: trivial trivialities
2007   o udev: cool test scripts again
2008   o udev spec file symlink support
2009   o udev: cool test scripts
2010   o udev spec file bits
2011
2012
2013 Summary of changes from v0.2 to v003
2014 ============================================
2015
2016 Daniel E. F. Stekloff:
2017   o udevdb patch
2018   o udevdb prototype
2019
2020 Greg Kroah-Hartman:
2021   o update the spec file for the new version and install process
2022   o fix makefile release rule to not drop tdb.h file
2023   o Add FAQ for udev
2024   o removed AUTHORS and INSTALL files as they were pretty pointless
2025   o copyright updates
2026   o Add AUTHORS and INSTALL files
2027   o TODO updates
2028   o Updatd the README
2029   o updated the TODO list
2030   o add udev man page (basically just a place holder for now.)
2031   o added uninstall support
2032   o added install target for makefile so people don't have to do it by hand anymore
2033   o add version to debug log on startup
2034   o tell the user what mknod() we are trying to do
2035   o add dbg_parse() to cut down on parse file debugging statements
2036   o put config files and database in /etc/udev by default
2037   o add ols 2003 udev paper to docs/
2038   o clean up some debugging stuff in namedev.c
2039   o do not build the tdb binary programs, only the objects
2040   o merge tdb into the build process
2041   o Added tdb code from latest cvs version in the samba tree
2042   o added my name to the .spec file
2043   o minor cleanups
2044   o cleanup the mknod code a bit
2045   o remove mknod callout
2046   o handle new major:minor format of dev files that showed up in 2.6.0-test2-bk3 or so
2047   o oops, everything was getting created as 000 mode, try to fix this up, but fail...
2048   o more test stuff
2049
2050 Olaf Hering:
2051   o print udev pid
2052
2053 Patrick Mansfield:
2054   o add callout config type to udev
2055
2056 Paul Mundt:
2057   o Fix TDB cross compilation
2058   o udev spec file
2059   o udev/libsysfs cross compile fixes
2060
2061
2062 Summary of changes from v0.1 to v0.2
2063 ============================================
2064
2065 Greg Kroah-Hartman:
2066   o more test stuff
2067   o removed unneeded stuff from udev.h
2068   o added 0.2 change log info
2069   o start working on label support, and fix some segfaults for block devices
2070   o test config file changes
2071   o add NUMBER support (basically same logic as TOPOLOGY, perhaps we should
2072     merge this...)
2073   o added topology support
2074   o got REPLACE to work properly
2075   o make struct config_device contain a struct device_attr instead of
2076     duplicating the mess
2077   o block test
2078   o split the tests up into different files
2079   o split udev main logic into udev-add and udev-remove
2080   o Clean up the namedev interface a bit, making the code smaller
2081   o bk: update ignore list
2082   o update the tests to handle block devices too
2083   o add initial libsysfs support
2084   o added libsysfs to the build
2085   o added libsysfs code from sysutils-0.1.1-071803 release
2086   o namedev config files are fully parsed
2087   o more permission tests
2088   o make log_message spit out warnings so I don't have to spend forever
2089     chasing down stupid bugs that aren't there...
2090   o added klibc makefile
2091   o Initial namedev parsing of config files
2092   o sleep for 2 seconds to give the kernel a chance to actually create the
2093     files we need
2094   o pick a better default UDEV_ROOT
2095   o fix up the test to actually work
2096   o added more documentation in README and TODO files
2097
2098
2099 Summary of changes up to v0.1
2100 ============================================
2101
2102 Greg Kroah-Hartman:
2103   o added more documentation in README and TODO files
2104   o updated the documentation
2105   o cleaned up the makefile a bit
2106   o remove now works!
2107   o restructure code to be able to actually get remove_node() to work
2108   o Creating nodes actually works
2109   o added stupid test script for debugging
2110   o added initial documentation and gpl license
2111   o enabled debugging
2112   o updated ignore list
2113   o added initial files
2114   o fixed up config
2115   o Initial repository create
2116   o BitKeeper file /home/greg/src/udev/udev/ChangeSet
2117