chiark / gitweb /
make rename_netif() error messages useful
[elogind.git] / ChangeLog
1 Summary of changes from v095 to v096
2 ============================================
3
4 Kay Sievers:
5       Makefiles: fix .PHONY for man page target
6       allow longer devpath values
7       path_id: prepare for new sysfs layout
8
9
10 Summary of changes from v094 to v095
11 ============================================
12
13 Kay Sievers:
14       update SUSE rules
15       don't remove symlinks if they are already there
16       allow "online" events to create/update symlinks
17       udevinfo: clarify parent device attribute use
18       update SUSE rules
19       netif rename: optimistic loop for the name to become free
20       remove broken %e enumeration
21
22 Tobias Klauser:
23       print usage of udevcontrol when no or invalid command is given
24
25
26 Summary of changes from v093 to v094
27 ============================================
28
29 Daniel Drake:
30       update "writing udev rules"
31
32 Kay Sievers:
33       libvolume_id: gfs + gfs2 support
34       remove MODALIAS key and substitution
35       add persistent-input.rules
36
37 Marco d'Itri:
38       update Debian rules
39
40
41 Summary of changes from v092 to v093
42 ============================================
43
44 Hannes Reinecke:
45       path_id: add support for iSCSI devices
46
47 Kay Sievers:
48       libvolume_id: fat - check for signature at end of sector
49       libvolume_id: add more software raid signatures
50       update Fedora rules
51       path_id: prevent endless loop for SAS devices on older kernels
52       remove udevsend
53       replace binary firmware helper with shell script
54       skip device mapper devices for persistent links
55
56
57 Summary of changes from v091 to v092
58 ============================================
59
60 Kay Sievers:
61       don't include stropts.h, some libc's don't like it
62       udevd: create leading directories for /dev/.udev/uevent_seqnum
63       vol_id: fix logging from libvolume_id's log function
64       update SUSE rules
65       update SUSE rules
66       add more warnings for invalid key operations
67       fix offsetof() build issue with recent glibc
68       selinux: fix typo in block device node selection
69       vol_id: add NetWare volume detection
70       edd_id: fix "(null)" output if "mbr_signature" does not exist
71       update Fedora rules
72       libvolume_id: nss - use different uuid
73
74 Libor Klepac:
75       path_id: add platform and serio support
76
77 Marco d'Itri:
78       update Debian rules
79       path_id: fix bashism
80
81
82 Summary of changes from v090 to v091
83 ============================================
84
85 Hannes Reinecke:
86       path_id: fix SAS device path generation
87
88 Kay Sievers:
89       udevtest: don't try to delete symlinks
90       persistent rules: fix typo in dm rule
91       allow NAME=="value" to check for already assigned value
92       udevd: export initial sequence number on startup
93
94
95 Summary of changes from v089 to v090
96 ============================================
97
98 Kay Sievers:
99       udevd: export current seqnum and add udevsettle
100       volume_id: fix endianess conversion typo for FAT32
101       merge device event handling and make database content available on "remove"
102       set default udevsettle timeout to 3 minutes
103       export INTERFACE_OLD if we renamed a netif
104       let udevmonitor show the possibly renamed devpath
105       volume_id: move some debug to info level
106       udevtrigger: fix event order
107       usb_id: remove uneeded code
108       remove old symlinks before creating current ones
109       path_id: fix loop for SAS devices
110       apply format char to variables exported by ENV
111
112 Marco d'Itri:
113       add inotify support for hppa and MIPS and log if inotify is not available
114
115 Matt Kraai:
116       fix typo in error message
117
118
119 Summary of changes from v088 to v089
120 ============================================
121
122 Hannes Reinecke:
123       path_id: add bus to USB path
124
125 Kay Sievers:
126       change rule to skip removable IDE devices
127       don't create uuid/label links for raid members
128       volume_id: provide library
129       fix rule order for persistent tape links
130       update man page
131       volume_id: provide a custom debug function
132       volume_id: rename subdirectory
133       volume_id: use shared library by default
134       because is better than cause
135       volume_id: remove some global symbols
136       volume_id: define exported symbols
137       remove all stripping code
138       man pages: mention udev(7) not udev(8)
139       update Debian rules
140       move all *_id programs to /lib/udev/
141       update Red Hat rules
142       update SUSE rules
143       pass CROSS_COMPILE to AR and RANLIB down to extras/
144       volume_id: update README
145       volume_id: generate man page from xml source
146       update README
147       fix symlink targets in Makefiles
148
149
150 Summary of changes from v087 to v088
151 ============================================
152
153 Hannes Reinecke:
154       persistent links: add scsi tape links and usb path support
155
156 Kay Sievers:
157       volume_id: add squashfs detection
158       reset signal handler in event process
159       correct use of fcntl()
160       add udevtrigger to request events for coldplug
161       add ',' to trusted chars
162       volume_id: remove partition table parsing code
163       volume_id: remove all partition table support
164       fix spelling error in debug string
165       rename "persistent disk" to "persistent storage"
166       fix output for USB path
167
168
169 Summary of changes from v086 to v087
170 ============================================
171
172 Hannes Reinecke:
173       path_id: support SAS devices
174
175 Kay Sievers:
176       fix persistent disk rules to exclude removable IDE drives
177       warn about %e, MODALIAS, $modalias
178       remove devfs rules and scripts
179
180 Masatake YAMATO:
181       typo in debug text in udev_run_hotplugd.c
182
183
184 Summary of changes from v085 to v086
185 ============================================
186
187 Kay Sievers:
188       volume_id: replace __packed__ by PACKED macro
189       volume_id: split raid and filesystem detection
190       volume_id: add missing return
191       udevd: fix queue export for multiple events for the same device
192
193 Kyle McMartin:
194       workaround missing kernel headers for some architectures
195
196 Nix:
197       update to udev-084/doc/writing_udev_rules
198
199
200 Summary of changes from v084 to v085
201 ============================================
202
203 Andrey Borzenkov:
204       Fix trivial spelling errors in RELEASE-NOTES
205
206 Jeroen Roovers:
207       fix typo in parisc support to path_id
208
209 Kay Sievers:
210       make WAIT_FOR_SYSFS usable in non "wait-only" rules
211       fix typo in man page
212       include sys/socket.h for klibc build
213       cramfs detection for bigendian
214       exit WAIT_FOR_SYSFS if the whole device goes away
215       update SUSE rules
216       update Red Hat rules
217       update Gentoo rules
218       include errno.h in udev_libc_wrapper.c
219
220
221 Summary of changes from v083 to v084
222 ============================================
223
224 Kay Sievers:
225       update SUSE rules
226       switch CROSS to CROSS_COMPILE
227       replace fancy silent build program by simple kernel build like logic
228       move manpages to top level
229       remove UDEVD_UEVENT_INITSEND
230       whitespace fixes
231       scsi_id: remove dead files
232       optimize sysfs device and attribute cache
233       let SYSFS{} look at the device, not only the parent device
234       add debug output to sysfs operations
235
236
237 Summary of changes from v082 to v083
238 ============================================
239
240 Andrey Borzenkov:
241       man page: document when substitutions are applied for RUN and other keys
242       check for ignore_device in loop looks redundant
243
244 Kay Sievers:
245       udevstart: fix NAME="" which prevents RUN from being executed
246       find programs in /lib/udev for IMPORT if {program} is not given
247       don't add $SUBSYSTEM automatically as $1 to programs
248       remove redundant substitution of RUN key
249
250
251 Summary of changes from v081 to v082
252 ============================================
253
254 Andrey Borzenkov:
255       substitute format chars in RUN after rule matching
256
257 Kay Sievers:
258       scsi_id, usb_id: request device parent by subsystem
259       path_id: work with "all devices in /sys/devices"
260       ignore all messages with missing devpath or action
261       Makefile: remove dynamic config file generation
262       path_id: handle fiber channel (Hannes Reinecke <hare@suse.de>)
263       usb_id: don't fail on other subsytems than "scsi"
264       don't do RUN if "ignore_device" is given
265       increase kernel uevent buffer size
266       move udev(8) manpage to udev(7)
267       recreate man pages from xml source
268       remove udev, udevstart, udevsend from the default installation
269       update SUSE rules
270       rename apply_format() cause it is public now
271       udevtest: add udev_rules_apply_format() to RUN keys
272       let "ignore_device" always return the event successfully
273
274 Olivier Blin:
275       fixes udev build with -fpie
276
277
278 Summary of changes from v080 to v081
279 ============================================
280
281 Kay Sievers:
282       add DEVLINKS to "remove" event
283       better log text and comments
284       vol_id: probe volume as user nobody
285       fix BUS, ID, $id usage
286       prepare moving of /sys/class devices to /sys/devices
287
288
289 Summary of changes from v079 to v080
290 ============================================
291
292 Brent Cook:
293       fix dependency for make -j2
294
295 coly:
296       fix man page typos
297
298 Kay Sievers:
299       update RELEASE-NOTES + TODO
300       fix typo in man page
301       update TODO
302       update SUSE rules
303       path_id: fix invalid character class
304       replace libsysfs
305
306 Marco d'Itri:
307       udev_selinux.c: include udev.h
308
309
310 Summary of changes from v078 to v079
311 ============================================
312
313 Kay Sievers:
314       don't log error if database does not exist
315       use udev_root instead of "/dev"in selinux matchpathcon_init_prefix()
316       scsi_id: read page 0x80 with libata drives
317       update SUSE rules
318       remove %e from man page
319
320
321 Summary of changes from v077 to v078
322 ============================================
323
324 Greg Kroah-Hartman:
325       Update Gentoo udev main rule file.
326       add parisc support to path_id
327
328 Hannes Reinecke:
329       scsi_id: -u fold multiple consecutive whitespace chars into single '_'
330
331 Harald Hoyer:
332       optimize SELinux path match
333
334 Kay Sievers:
335       update README
336       allow C99 statements
337       fix segfaulting create_floppy_devices
338       update SUSE rules
339       remove unused variables
340       remove default settings in udev.conf
341       clearenv() is now part of klibc
342       add DEVLINKS to the event environment
343
344 Kurt Garloff:
345       scsi_id: support pre-SPC3 page 83 format
346
347
348 Summary of changes from v076 to v077
349 ============================================
350
351 Kay Sievers:
352       merge two consecutive static strlcat's
353       don't return an error, if "ignore_device" is used
354       remove outdated and misleading stuff
355       move SEQNUM event skipping to udevsend
356       update RELEASE-NOTES
357       update SUSE rules
358       allow programs in /lib/udev called without the path
359       update SUSE rules
360       add target to to generate ChangeLog section
361       update Red Hat rules
362
363 Marco d'Itri:
364       allow to overwrite the configured udev_root by exporting UDEV_ROOT
365       let udevsend ignore events with SEQNUM set
366       update Debian rules
367
368
369 Summary of changes from v75 to v076
370 ============================================
371
372 Kay Sievers:
373       fix typo in eventrecorder
374       volume_id: include stddef.h header
375       remove misleading install instructions
376       remove all built-in wait_for_sysfs logic
377       add linux/types.h back, old glibc-kernel-headers want it
378       volume_id: use glibc's byteswap
379       udevd: ignore all messages without DEVPATH
380       udevd: track exit status of event process
381       udevd: export event queue and event state
382       remove "udev_db" option from config file
383       Makefile: remove exec_prefix and srcdir
384       update README and RELEASE-NOTES
385       udevd: track killed event processes as failed
386       update README
387       don't start udevd from udevsend
388       udevd: add a missing return
389       libvolume_id: fix weird fat volume recognition
390       move some helpers from extras to /lib/udev
391
392 Scott James Remnant:
393       move delete_path() to utils
394       clean-up empty queue directories
395       Makefile: fail, if submake fails
396
397
398 Summary of changes from v74 to v075
399 ============================================
400
401 Greg Kroah-Hartman:
402       Make run_directory.c stat the place it is going to try to run.
403
404 Kay Sievers:
405       forgot the ChangeLog for 074
406       volume_id: provide libvolume_id.a file
407       remove our own copy of klibc
408       remove outdated HOWTO
409       update TODO
410       update SUSE rules
411       remove completely useless start script
412       fix tests and remove no longer useful stuff
413       replace udeveventrecorder by a shell script
414
415
416 Summary of changes from v73 to v074
417 ============================================
418
419 Kay Sievers:
420       never queue events with TIMEOUT set
421       let NAME="" supress node creation, but do RUN keys
422       remove udevinitsend
423       update .gitignore
424
425 Marco d'Itri:
426       add strerror() to error logs
427       move some logging from dbg() to info()
428
429
430 Summary of changes from v72 to v073
431 ============================================
432
433 Kay Sievers:
434       udevd: depend on netlink and remove all sequence reorder logic
435       print useconds in udevmonitor
436       add RELEASE-NOTES, update TODO
437
438
439 Summary of changes from v71 to v072
440 ============================================
441
442 Ananth N Mavinakayanahalli:
443   libsysfs: translate devpath of the symlinked class devices to its real path
444
445 Jan Luebbe:
446   add man pages for *_id programs
447
448 Kay Sievers:
449   volume_id: add OCFS Version 1
450   volume_id: add Veritas fs
451   volume_id: check ext fs for valid blocksize, cause magic is only 2 bytes
452   volume_id: move blocksize validation to fix jbd recognition
453   volume_id: fix typo in ocfs
454   volume_id: add vxfs include
455   volume_id: make FAT32 recognition more robust
456   volume_id: Version 051
457   volume_id: fix typo in ext blocksize check
458   volume_id: Version 052
459   FAQ: remove confusing statement about module loading
460   cleanup compiler/linker flags
461   use DESTDIR on uninstall, no need to pass prefix to submake
462   allow to pass STRIPCMD, to skip stripping of binaries
463   cleanup make release
464   fix the new warnings I asked for
465   move rules parsing into daemon
466   "make STRIPCMD=" will disable the stripping of binaries
467   remove no longer working udevd-test program
468   "STRIPCMD=" for the EXTRAS
469   add dummy inotify syscalls on unsupported architecture
470   remove no longer needed waiting for "dev" file
471   revert the "read symlink as device patch"
472   use libsysfs to translate the class linke to the device path
473   libsysfs: remove brute-force "bus", "driver" searching for old kernels
474   test: add "driver" and "bus" links to test sysfs tree
475   update RELEASE-NOTES
476   udevd: don't daemonize before initialization
477   log to console if syslog is not available
478   udevd: disable OOM
479   remove precompiled rules option
480   export DEVNAME on "remove" only if we really got a node to remove
481   fix typo in umask()
482
483
484 Summary of changes from v70 to v071
485 ============================================
486
487 Greg Kroah-Hartman:
488       Remove the udev.spec file as no one uses it anymore
489
490 John Hull:
491       edd_id: check that EDD id is unique
492
493 Kay Sievers:
494       ata_id: open volume O_NONBLOCK
495       add "Persistent Device Naming" rules file for disks
496       scsi_id: switch temporary node creation to /dev
497       volume_id: set reiser instead of reiserfs for filesystem type
498       update devfs rules header
499       update Debian rules
500       update Fedora rules
501       update Debian rules
502       remove no longer needed includes
503       switch tools and volume_id from LGPL to GPLv2
504       add edd-*-part%n to the persistent.rules
505       update Debian persistent rules
506       clarify README
507       udevd: fix initial timeout handling
508       force event socket buffer size to 16MB
509       udevd: move logging from err to info for non-hotplug uevent
510       fix selinux compilation
511       libsysfs: accept sysmlinks to directories instead of real directories
512
513 Marco d'Itri:
514       run_directory: fix typo in "make install"
515
516
517 Summary of changes from v069 to v070
518 ============================================
519
520 Amir Shalem:
521   udevd: fix udevd read() calls to leave room for null byte
522
523 Edward Goggin:
524   scsi_id: derive a UID for a SCSI-2 not compliant with the page 83
525
526 Greg Kroah-Hartman:
527   fix nbd error messages with a gentoo rule hack
528   fix scsi_id rule in gentoo config file
529
530 Jürg Billeter:
531   EXTRAS/Makefile: fix install targets to match main Makefile
532
533 Kay Sievers:
534   volume_id: fix error handling with failing read()
535   EXTRAS: cleanup and sync all Makefiles
536   add install test to 'make buildtest'
537   update RELEASE-NOTES
538
539 Olivier Blin:
540   fix a debug text typo in udev_rules.c
541
542
543 Summary of changes from v068 to v069
544 ============================================
545
546 Amir Shalem:
547   fix typo in firmware_helper
548
549 Duncan Sands:
550   firmware_helper: fix write count
551
552 Kay Sievers:
553   *_id: fix zero length in set_str()
554   add program name to logged error
555   fix exit code of udevinitsend and udevmonitor
556   udevd: keep the right order for messages without SEQNUM
557   volume_id: don't probe for mac_partition_maps
558   udevmonitor: cleanup on exit
559   path_id: remove SUSE specific PATH
560   update SUSE rules
561   add pci_express to bus list
562   update SUSE rules
563   store ENV{key}="value" exported keys in the database
564   fix lookup for name in the udevdb, it should return the devpath
565   prepare for new HAL udevdb dump
566   print persistent data with "udevinfo -q all"
567   change parameter order of udev_db_search_name()
568   add and use name_list_cleanup() for cleaning up the string lists
569   don't store devpath in udevdb, we don't need it
570   add uft8 validation for safe volume label exporting
571   start to enforce plain ascii or valid utf8
572   use WRITE_END/READ_END for the pipe index
573   remove not needed sig_flag for state of signal_pipe
574   don't reenter get_udevd_msg() if message is ignored
575   rename ...trailing_char() to ...trailing_chars()
576   vol_id: ID_LABEL_SAFE will no longer contain fancy characters
577   udevd: move some logging to "info" and "err"
578   remove special TIMEOUT handling from incoming queue
579   udev_test.pl: we replace untrusted chars with '_'
580   check the udevdb before assigning a new %e
581   update RELEASE-NOTES
582   udevinfo: add database export
583   write man page masters in DocBook XML
584   udevinfo: rename dump() to export()
585   test the automatic man page rebuild and checkin
586   Makefile: remove all the duplicated rules
587   all man pages rewritten to use DocBook XML
588   add missing udevsend man page
589   also forgot udevmonitor.8
590   udevinfo: restore -d option
591   scsi_id: rename SYSFS to LIBSYSFS
592   add edd_id tool to match BIOS EDD disk information
593   move and update libsysfs.txt
594   klibc: update to version 1.1.1
595   delete cdromsymlinks* - obsoleted by cdrom_id and IMPORT rules
596   delete docs/persistent_naming - obsoleted by persistent disk names
597   delete old Fedora html page
598   add "totally outdated" header to docs/overview :)
599   update SUSE rules
600   fix useless but funny name_cdrom.pl script to work again
601   update TODO
602   Makefile: fix prerequisits for $(PROGRAMS)
603   Makefile: cleanup install targets
604   remove chassis_id program
605   fic gcov use and move it into the Makefile
606   FAQ: update things that have changed
607
608 Thierry Vignaud:
609   switch to '==' in raid-devfs.sh
610
611
612 Summary of changes from v067 to v068
613 ============================================
614
615 Greg Kroah-Hartman:
616   add EXTRAS documentation to the README file.
617   Always open the cdrom drive in non-blocking mode in cdrom_id
618   cdrom_id: change err() to info() to help with debugging problems
619
620 Kay Sievers:
621   cleanup some debug output and move to info level + unify select() loops
622   move udevmonitor to /usr/sbin
623   ENV{TEST}=="1" compares and ENV{TEST}="1" sets the environment
624   vol_id: fix sloppy error handling
625   fix typo in cdrom_id syslog
626   bring std(in|out|err) fd's in a sane state
627   fix printed udevmonitor header
628
629
630 Summary of changes from v066 to v067
631 ============================================
632
633 Greg Kroah-Hartman:
634   added the cdrom.h #defines directly into the cdrom_id.c file
635
636 Kay Sievers:
637   update SUSE rules
638   fix make install, as we don't provide a default rule set anymore
639   fix more compiler warnings ...
640   fix udevstart event ordering, we want /dev/null very early
641   don't fail too bad, if /dev/null does not exist
642
643
644 Summary of changes from v065 to v066
645 ============================================
646
647 Greg Kroah-Hartman:
648   update gentoo rule file.
649   Created cdrom_id program to make it easier to determine cdrom types
650   added cdrom_id to the build check
651   updated gentoo rule file to handle removable ide devices.
652   changed cdrom_id exports to be easier to understand and consistant with other _id programs.
653   fix klibc build issue in cdrom_id.c
654   Change the gentoo rules to use cdrom_id instead of cdsymlink.sh
655   changed location of gentoo helper apps to be /sbin instead of in scripts dir
656   tweak the gentoo rules some more.
657
658 Kay Sievers:
659   add NETLINK define for the lazy distros
660   read sysfs attribute also from parent class device
661   switch some strlcpy's to memcpy
662   allow clean shutdown of udevd
663   add flag for reading of precompiled rules
664   update distro rules files
665   add SUSE rules
666   update SUSE rules
667   add firmware_helper to load firmware
668   more distro rules updates
669   update README
670   remove example rules and put the dev.d stuff into the run_directory folder
671   trivial text cleanups
672   update SUSE rules
673   split udev_util in several files
674   update SUSE rules
675   allow logging of all output from executed tools
676   add Usage: to udevmonitor and udevcontrol
677   move some logging to the info level
678
679 Thierry Vignaud:
680   fix udevinfo output
681
682
683 Summary of changes from v064 to v065
684 ============================================
685
686 Greg Kroah-Hartman:
687   Added persistent name rules for block devices to gentoo rule file.
688   Added horrible (but fun) path_id script to extras.
689   Update gentoo rules file.
690
691 Kay Sievers:
692   update release notes for next version
693   add udevmonitor, to debug netlink+udev events at the same time
694   allow RUN to send the environment to a local socket
695   fix GGC signed pointer warnings and switch volume_id to stdint
696
697
698 Summary of changes from v063 to v064
699 ============================================
700
701 Andre Masella:
702   volume_id: add OCFS (Oracle Cluster File System) support
703
704 Hannes Reinecke:
705   usb_id: fix typo
706   add ID_BUS to *_id programs
707   create_floppy_devices: add tool to create floppy nodes based on sysfs info
708
709 Kay Sievers:
710   move code to its own files
711   make SYSFS{} usable for all devices
712   add padding to rules structure
713   allow rules to have labels and skip to next label
714   thread unknown ENV{key} match as empty value
715
716
717 Summary of changes from v062 to v063
718 ============================================
719
720 Anton Farygin:
721   fix typo in GROUP value application
722
723 Greg Kroah-Hartman:
724   add 'make tests' as I'm always typing that one wrong...
725   Really commit the udev_run_devd changes...
726   Fixed udev_run_devd to run the /etc/dev.d/DEVNAME/ files too
727   fix position of raw rules in gentoo config file
728
729 Hannes Reinecke:
730   dasd_id: add s390 disk-label prober
731   fix usb_id and let scsi_id ignore "illegal request"
732
733 Kay Sievers:
734   volume_id: remove s390 dasd handling, it is dasd_id now
735   trivial fixes for *_id programs
736   IMPORT: add {parent} to import the persistent data of the parent device
737   allow multiple values to be matched with KEY=="value1|value2"
738   udevd: set incoming socket buffer SO_RCVBUF to maximum
739   remember mapped rules state
740   ata_id: check for empty serial number
741   compile dasd only on s390
742
743 Ville Skyttä:
744   correct default mode documentation in udev
745
746
747 Summary of changes from v061 to v062
748 ============================================
749
750 Kay Sievers:
751   fix symlink values separated by multiple spaces
752   update RELEASE-NOTES
753   fix typo in group assignment
754   fix default-name handling and NAME="" rules
755   add WAIT_FOR_SYSFS key to loop until a file in sysfs arrives
756   fix unquoted strings in udevinitsend
757
758 Summary of changes from v060 to v061
759 ============================================
760
761 Greg Kroah-Hartman:
762   Sync up the Debian rules files
763   fix cdrom symlink problem in gentoo rules
764   Fix ChangeLog titles
765
766 Kay Sievers:
767   update RELEASE-NOTES
768   we want to provide OPTFLAGS
769   rename ALARM_TIMEOUT to UDEV_ALARM_TIMEOUT
770   udevd: optimize env-key parsing
771   don't resolve OWNER, GROUP on precompile if string contains %, $
772   set default device node to /dev
773   create udevdb files only if somehting interesting happened
774   pack parsed rules list
775   replace useless defines by inline text
776   move rule matches to function
777   add usb_id program to generate usb-storage device identifiers
778   add IEEE1394 rules to the gentoo rule file
779   fake also kernel-name if we renamed a netif
780   allow OPTIONS to be recognized for /sys/modules /sys/devices events
781   switch gentoo rules to new operators
782
783
784 Summary of changes from v059 to v060
785 ============================================
786
787 Greg Kroah-Hartman:
788   Fix the gentoo udev rules to allow the box to boot properly
789
790 Gustavo Zacarias:
791   Udev doesn't properly build with $CROSS
792
793 Kay Sievers:
794   Keep udevstart from skipping devices without a 'dev' file
795
796 Marco d'Itri:
797   #define NETLINK_KOBJECT_UEVENT
798
799
800 Summary of changes from v058 to v059
801 ============================================
802
803 Greg Kroah-Hartman:
804   Update the gentoo rule file
805   Fix udevinfo for empty sysfs directories
806   Fix makefile to allow 'make release' to work with git
807
808 Hannes Reinecke:
809   udev: fix netdev RUN handling
810   udevcontrol: fix exit code
811
812 Kay Sievers:
813   prepare RELEASE-NOTES
814   add ID_TYPE to the id probers
815   add -x to scsi_id to export the queried values in env format
816   store the imported device information in the udevdb
817   rename udev_volume_id to vol_id and add --export option
818   add ata_id to read serial numbers from ATA drives
819   IMPORT allow to import program returned keys into the env
820   unify execute_command() and execute_program()
821   IMPORT=<file> allow to import a shell-var style config-file
822   allow rules to be compiled to one binary file
823   fix the fix and change the file to wait for to the "bus" link
824   fix udevstart and let all events trvel trough udev
825   prepare for module loading rules and add MODALIAS key
826   remove device node, when type block/char has changed
827   Makefile: remove dev.d/ hotplug.d/ from install target
828   udevcontrol: add max_childs command
829   udevd: control log-priority of the running daemon with udevcontrol
830   udeveventrecorder: add small program that writes an event to disk
831   klibc: add missing files
832   udevinitsend: handle replay messages correctly
833   udev man page: add operators
834   udevd: allow starting of udevd with stopped exec-queue
835   klibc: version 1.0.14
836   udev: handle all events - not only class and block devices
837   volume_id: use udev-provided log-level
838   udev: clear lists if a new value is assigned
839   udev: move dev.d/ handling to external helper
840   udev: allow final assignments :=
841   udevd: improve timeout handling
842   Makefile: fix DESTDIR
843   udevd: add initsend
844   udevd: add udevcontrol
845   udevd: listen for netlink events
846
847 Stefan Schweizer:
848   Dialout group fix for capi devices in the gentoo rules file
849
850 Summary of changes from v057 to v058
851 ============================================
852
853 Daniel Drake:
854   o Writing udev rules docs update
855
856 Darren Salt:
857   o update cdsymlinks to latest version
858
859 Greg Kroah-Hartman:
860   o remove detach_state files from the sysfs test tree
861   o Update permissions on test scripts so they will run properly now
862   o hopefully fix up the symlinks in the test directory
863   o Removed klibc/klibc.spec as it is autogenerated
864   o Added symlinks thanks to Kay's script and git hacking
865   o add Red Hat/Fedora html documenation
866   o Update Red Hat default udev rules
867
868 Kay Sievers:
869   o selinux: fix handling during creation of symlinks
870   o Fedora udev.rules update
871   o libsysfs: version 2.0
872   o klibc: version 1.0.7
873
874 Masanao Igarashi:
875   o Fix libsysfs issue with relying on the detach_state file to be
876
877 Summary of changes from v056 to v057
878 ============================================
879
880 <tklauser:access.unizh.ch>:
881   o fix stupid all_partitions bug
882
883 Kay Sievers:
884   o add test for make -j4 to build-check
885   o klibc: version 1.0.6
886   o update Debian rules
887   o apply default permissions only for devices that will need it
888   o adapt RELEASE-NOTES
889   o udev_volume_id: fix endianess macros
890   o udev-test.pl: add test for DEVNAME export to RUN environment
891   o update the man page to reflect the recent changes
892   o export DEVNAME to RUN-key executed programs
893   o fix make -j4 and the local klibc-install
894   o update RELEASE-NOTES
895   o add RUN key to be able to run rule based notification
896   o fix udevtest to print the error if logging is disabled
897   o move execute_program to utils + add action to init_device
898   o correct correction for error path for PROGRAM execution
899   o correct error path for PROGRAM execution
900   o klibc: version 1.0.5
901   o check for strlen()==0 before accessing strlen()-1
902   o allow to match against empty key values
903   o read %s{}-sysfs values at any device in the chain
904   o udev_rules.c: don't change sysfs_device while walking up the device chain
905   o klibc: strlcpy/strlcat - don't alter destination if size == 0
906   o fix klibc's broken strlcpy/strlcat
907   o udevinfo: print SYSFS attribute the same way we match it
908   o remove untrusted chars read from sysfs-values or returned by PROGRAM
909   o udevinfo: print errors to stderr instead of stdout
910   o klibc: version 1.0.4
911   o support log-priority levels in udev.conf
912   o test-suite: remove UDEV_TEST, it's not needed anymore
913   o libsysfs: remove trailing slash on SYSFS_PATH override
914
915
916 Summary of changes from v055 to v056
917 ============================================
918
919 <tklauser:access.unizh.ch>:
920   o fix header paths in udev_libc_wrapper.c
921
922 Kay Sievers:
923   o udev-test.pl: use more common user/group names
924   o klibc: remove SCCS directories from the temporary klibc install
925   o udev-test.pl: add a test where the group cannot be found in /etc/passwd
926   o udev-test.pl: add check for textual uid/gid
927   o fix bad typo that prevents the GROUP to be applied
928   o udevd: don't delay events with TIMEOUT in the environment
929   o klibc: use klcc wrapper instead of our own Makefile
930   o change call_foreach_file to return a list
931
932
933 Summary of changes from v054 to v055
934 ============================================
935
936 <jkluebs:luebsphoto.com>:
937   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.
938
939 <pebenito:gentoo.org>:
940   o udev selinux fix
941
942 <tklauser:access.unizh.ch>:
943   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
944   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.
945
946 Greg Kroah-Hartman:
947   o fix raid rules
948   o added frugalware udev ruleset
949   o merge selinux and Kay's symlink fixes together
950
951 Hannes Reinecke:
952   o volume_id: Fix label/uuid reading for reiserfs
953
954 Kay Sievers:
955   o add udevstart to the RELEASE-NOTES
956   o volume_id: version 43
957   o clarify the shortcomings of %e
958   o correct rule match for devices without a physical device
959   o remove unneeded code, libsysfs does this for us
960   o add final release note
961   o add ENV{} key to match agains environment variables
962   o simplify sysfs_pair handling
963   o add a test and simplify debug statement
964   o support =, ==, !=, += for the key match and assignment
965   o add OPTION="last_rule" to skip any later rule
966   o rename namedev_dev to udev_rule
967   o correct enum device_type
968   o remove udevstart on make clean
969   o volume_id: version 42
970   o volume_id: version 41
971   o remove unneeded include
972   o The path to dlist.h is not correct
973   o udevinfo -d: use '=' as separator, cause ':' may be a part of the devpath
974   o klibc: version 1.0.3
975   o add RELEASE-NOTES file
976   o test suite: move "driver" link to physical device
977   o remove PLACE key match
978   o don't lookup "root" in the userdb
979   o fix ia64 compile
980   o fix segfaulting udev while DRIVER matching
981   o cleanup list.h
982   o klibc: version 0.214
983   o rename device_list->list to device_list->node
984   o replace strncpy()/strncat() by strlcpy()/strlcat()
985   o split udev and udevstart
986   o udev_volume_id: version 39
987   o rename LOG to USE_LOG in all places
988   o remove Makefile magic for klibc integration
989   o klibc_fixups: remove no longer needed stuff
990   o udev_volume_id: volume_id v38
991   o use numeric owner/group as default values to avoid parsing userdb
992   o fix up segfaulting binaries with new klibc
993   o udevinfo -d: speed-up device dump
994   o klibc: version 0.211
995   o klibc_fixups: remove unneeded stuff
996   o replace weird defines by real code
997   o udev-test.pl: remove useless tests
998   o allow unlimitied count of symlinks
999   o unmap db-file after use
1000   o remove typedef for call_foreach_file() handler function
1001   o correct udev_init_device
1002   o rename attributes to options
1003   o kill stupid gcc4 warning
1004   o trivial clenaup of namedev code
1005   o klibc: check for gcc4
1006   o klibc: update v0.205
1007
1008 Thierry Vignaud:
1009   o gentoo rule update for raid devices
1010
1011
1012 Summary of changes from v053 to v054
1013 ============================================
1014
1015 <tklauser:access.unizh.ch>:
1016   o udev_volume_id: add Reiser4 support
1017
1018 Kay Sievers:
1019   o namedev: skip backslashes only if followed by newline
1020   o wait_for_sysfs: add joydev
1021   o udevinfo: print devpath -> node relationship for all devices
1022   o trivial rename of some variables
1023   o klibc v0.199
1024   o big libsysfs diet (pre 2.0 version)
1025   o udev_volume_id: volume_id v35
1026   o add "serio" to bus list
1027   o determine device type in udev_init_device()
1028   o move kernel name/number evaluation into udev_init_device()
1029   o detect NAME="" as ignore_device rule
1030   o trivial namedev cleanup
1031   o cleanup db functions
1032   o clean up match_place()
1033   o switch device type to enum
1034   o switch major/minor to dev_t
1035   o remove the device node only if the major/minor number matches
1036   o libsysfs: work around a klibc bug
1037   o introduce OPTIONS=ignore_device, ignore_remove, all_partitions" key
1038   o namedev: execute PROGRAM only once and not possibly for every physical device
1039
1040 Patrick Mansfield:
1041   o update scsi_id to work with libsysfs changes
1042
1043
1044 Summary of changes from v052 to v053
1045 ============================================
1046
1047 Greg Kroah-Hartman:
1048   o fix gentoo fb permission issue
1049   o allow simple-build-check.sh to go faster if MAKEOPTS is set
1050   o make the release tarballs have writable files in them
1051   o remove gentoo permission file as it's not valid anymore
1052
1053 Kay Sievers:
1054   o fix special file mode mask for temporary device node
1055   o udevstart: simplify "dev" file searching
1056   o udev_volume_id: remove temporary node creation and parent handling
1057   o add %P modifier to query the node name of the parent device
1058   o udev_volume_id: remove __packed__ from dasd structure as it does not work
1059   o create /block/*/range count of partitons for all_partitions
1060
1061 Patrick Mansfield:
1062   o scsi_id changes for use with udev %N and %p
1063
1064
1065 Summary of changes from v051 to v052
1066 ============================================
1067
1068 <md:linux.it>:
1069   o debian: update rules files
1070   o raid-devfs.sh: devfs names for hardware RAID controllers
1071   o scsi_id: when udevstart is started, /tmp is not writeable
1072   o cdsymlinks.sh: trivial fix, the variable is initialized to '', not 0
1073
1074 <sschweizer:gmail.com>:
1075   o gentoo/udev.rules: add default permissions for sound devices
1076
1077 Greg Kroah-Hartman:
1078   o fix example comment in ide-devfs.sh
1079   o Add infiniband to gentoo rules
1080   o Another gentoo fix, adding dvb support
1081   o Fix gentoo bug #76056 (fb device group permissions.)
1082   o Fix gentoo bug #81102, device nodes for the pktcdvd device
1083
1084 Kay Sievers:
1085   o provide temporary device node for callouts to access the device
1086   o udev_volume_id: fix dasd disklabel reading with -l option
1087   o udev_volume_id: volume_id version 034
1088   o udev_volume_id: rename probe_ibm into probe_dasd
1089   o udev_volume_id: volume_id version 032
1090   o Makefile: add some more warnings and prepare for clean gcc4 compile
1091   o Makefile: cleanup conditional config option sections
1092   o fix -Wsign-compare warnings
1093   o chassis_id: clean compilation and fix bad function parameter passing
1094   o simple_build_check: make it possible to pass KERNEL_DIR
1095   o selinux: cleanup udev integration
1096
1097 Michael Buesch:
1098   o trivial: remove _all_ trailing slashes with no_trailing_slash()
1099   o trivial: fix signedness
1100   o namdev: allow symlink-only rules to specify node permissions
1101   o udevd: fix valgrind warning
1102
1103
1104 Summary of changes from v050 to v051
1105 ============================================
1106
1107 <roland:digitalvampire.org>:
1108   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" ;)
1109
1110 <tklauser:access.unizh.chbk>:
1111   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. 
1112
1113 Christian Bornträger:
1114   o udev_volume_id: fix -d option
1115
1116 Greg Kroah-Hartman:
1117   o gentoo fb permission fix
1118   o fix gcc 2.96 issue in libsysfs
1119   o remove the lfs startup script on request of the author
1120   o clean up the aoe char device rules, and delete the block one as it's not needed
1121   o add aoe block and char device rules to the gentoo rule file
1122   o fix udev_volume_id build error
1123
1124 Hannes Reinecke:
1125   o rearrange link order in Makefile
1126
1127 Kay Sievers:
1128   o udev_volume_id: new version of volume_id
1129   o klibc: update to version 0.198
1130   o udev_volume_id: fix FAT label reading
1131   o klibc: update to version 0.196
1132   o udevd: throttle the forking of processes
1133   o udevd: add possible initialization of expected_seqnum
1134   o udevd: it's obviously not the brightest idea to exit a device node manager if it doesn't find /dev/null
1135   o udevd: separate socket handling to prepare for other event sources
1136   o udevd: support -d switch to become a daemon
1137   o udev_volume_id: version 27
1138   o udevd: split up message receiving an queueing
1139   o remove useless warning if udev.conf contains keys not read by udev itself
1140   o improve event sequence serialization
1141   o remove udevsend syslog noise on udevd startup
1142   o limit the initial timeout of the udevd event handling
1143   o correct detection of hotplug.d/ udevsend loop
1144   o correct log statement
1145   o remove default_* permissions from udev.conf file
1146   o update Fedora config files and add some more tests
1147   o allow permissions only rules
1148   o add SUBSYSTEM rule to catch all block devices and apply the disk permissions
1149   o update Fedora config files
1150   o handle renamed network interfaces properly if we manage hotplug.d/
1151   o allow multiline rules by backslash at the end of the line
1152   o add OnStream tape drive rules
1153   o simplify rules file by setting default mode to 0660
1154   o simplify permission application
1155   o I broke the extras/ again. Add simple build test script now
1156   o Merge vrfy.org:/home/kay/src/udev into vrfy.org:/home/kay/src/udev.kay
1157   o initial merge of fedora udev.permissions into udev.rules
1158   o remove permissions file mentioning from the udev man page
1159   o fix some typos in gentoo's udev.rules introduced by the merge
1160
1161 Michael Buesch:
1162   o The attached patch fixes the code path if namedev_name_device() fails
1163
1164 Summary of changes from v049 to v050
1165 ============================================
1166
1167 <harald:redhat.com>:
1168   o selinux patch
1169
1170 <tklauser:access.unizh.ch>:
1171   o I made some more changes to the manpage of udev including
1172
1173 Kay Sievers:
1174   o update libsysfs to CVS version and fix segfaulting attribute reading
1175   o klibc supports LOG_PID now, so remove our own implementation
1176   o avoid building klibc test programs and pass SUBDIRS= to klibc clean
1177
1178
1179 Summary of changes from v048 to v049
1180 ============================================
1181
1182 Greg Kroah-Hartman:
1183   o fix 'make clean' error in klibc
1184
1185 Kay Sievers:
1186   o update klibc to 0.194
1187   o export DEVNAME regardless of the state of udev_dev_d
1188   o add class specific files for class/spi_transport and class/spi_host
1189   o udevd-test.pl: remove wrong date calculation
1190   o check earlier if we should run as udevstart
1191   o remove double initialization
1192   o include missing header to udevtest.c
1193   o add -V option to udev to print the version number
1194   o prevent udev node creatinon for "class" registration
1195   o udevd: serialization of the event sequence of a chain of devices
1196   o add a class/fc_host file to the list of what to wait for
1197   o udev_volume_id: links sysfs.a instead of all objects
1198
1199 Martin Schlemmer:
1200   o remove leftover from udevinfo's -d option
1201
1202
1203 Summary of changes from v047 to v048
1204 ============================================
1205
1206 Greg Kroah-Hartman:
1207   o fix udev_volume_id so it will now build properly
1208   o fix scsi_id build errors due to changes in the main udev makefile
1209
1210
1211 Summary of changes from v046 to v047
1212 ============================================
1213
1214 <klauser:access.unizh.ch>:
1215   o Various typos and other litte errors in udev.8.in
1216
1217 <sjoerd:spring.luon.net>:
1218   o DEVNAME on device removal
1219
1220 <sschweizer:gmail.com>:
1221   o Allow GROUP to have modifiers in it
1222
1223 Greg Kroah-Hartman:
1224   o add more debian rules files
1225   o move distro specific config files into their own directories
1226   o update debian rules files
1227   o added asterix rules to the gentoo file
1228   o use udevstart for udev.init.* files
1229   o delete a bunch of files no longer needed
1230   o fix gentoo scsi cdrom rule
1231   o Fix the multithreaded build again
1232   o merge
1233   o comment out ability to run udev-test.pl with valgrind
1234   o fix spurious valgrind warning in udev
1235   o fix udevinfo '-q path' option as it was not working
1236   o merge
1237   o fix parallel build error
1238
1239 Kay Sievers:
1240   o update Fedora dev.d/ example and remove unused conf.d/ directory
1241   o don't install distribution specific init script on "make install"
1242   o restore OWNER/GROUP assignment in rule coming from RESULT
1243   o make gcov compile scripts working with recent gcc
1244   o fix udev-test/udev-test.pl to work with again
1245   o add net/atml and class/ppdev to the wait_for_sysfs exception list
1246   o add net/nlv* devices to the exception list
1247   o add "pcmcia" and "fc_transport" to the wait_for_sysfs lists
1248   o remove unused timestamp field
1249   o simplify permission handling
1250   o handle /etc/hotplug.d/ only if the event comes from udevd
1251   o trivial cleanups and change some comments
1252   o remove unused variables
1253   o udevsend/udevd handle events without a subsystem
1254   o use blacklist on device "remove" and remove dev.d/ call code duplication
1255   o update the man pages and correct Usage: hints
1256   o don't call the hotplug scripts with a test run
1257   o don't call dev.d/ scripts twice, if directory = subsystem
1258   o remove archive file if we changed something
1259   o link archive insted of objects
1260   o rename udev_lib to udev_utils and dev_d to udev_multiplex
1261   o handle whole hotplug event with udevd/udev
1262   o integrate wait_for_sysfs in udev
1263   o make the searched multiplex directories conditionally
1264   o add MANAGED_EVENT to the forked udev environment
1265   o export DEVNAME on remove event
1266   o export udev_log flag to the environment
1267   o remove my test code
1268   o add support for /devices-devices without any file to wait for
1269   o Patch from Alex Riesen <raa.lkml@gmail.com>
1270   o add a bunch of busses to the list of what to wait for
1271   o close connection to syslog in forked udevd child
1272   o udevd exit path cleanup
1273   o fix network device naming bug
1274
1275
1276 Summary of changes from v045 to v046
1277 ============================================
1278
1279 Greg Kroah-Hartman:
1280   o make spotless for releases
1281
1282 Kay Sievers:
1283   o Don't try to print major/minor for devices without a dev file
1284   o remove get_device_type and merge that into udev_set_values()
1285   o prevent udevd crash if DEVPATH is not set
1286   o add ippp and bcrypt to the exception lists of wait_for_sysfs
1287   o let klibc add the trailing newline to syslog conditionally
1288   o disable logging for udevstart
1289   o add NAME{ignore_remove} attribute
1290   o remove historical SYSFS_attr="value" format
1291   o don't wait for sysfs if the kernel(2.6.10-rc2) tells us what not to expect
1292   o change key names in udevinfo sysfs walk to match the kernel
1293   o support DRIVER as a rule key
1294   o support SUBSYSTEM as a rule key
1295   o rename udevdb* to udev_db*
1296   o Make dev.d/ handling a separate processing stage
1297   o make the udev object available to more processing stages
1298   o remove udev_lib dependency from udevsend, which makes it smaller
1299   o add ACTION to udev object to expose it to the whole process
1300   o make udevinfo's -r option also workimg for symlink queries
1301   o let udev act as udevstart if argv[1] == "udevstart"
1302   o improve udevinfo sysfs info walk
1303   o add sysfs info walk to udevinfo
1304   o pass the whole event environment to udevd
1305   o replace tdb database by simple lockless file database
1306
1307
1308 Summary of changes from v044 to v045
1309 ============================================
1310
1311 Martin Schlemmer:
1312   o Some updates for Gentoo's udev rules
1313
1314
1315 Summary of changes from v043 to v044
1316 ============================================
1317
1318 Greg Kroah-Hartman:
1319   o add cdsymlinks.sh support to gentoo rules file
1320   o fix gentoo legacy tty rule
1321   o remove 'sudo' usage from the Makefile
1322   o make udev-test.pl test for root permissions before running
1323
1324 Kay Sievers:
1325   o reduce syslog noise of udevsend if multiple instances try to start udevd
1326   o add i2c-dev to the list of devices without a bus
1327
1328
1329 Summary of changes from v042 to v043
1330 ============================================
1331
1332 Greg Kroah-Hartman:
1333   o add test target to makefile
1334   o add dumb script to show all sysfs devices in the system
1335
1336 Kay Sievers:
1337   o Shut up wait_for_sysfs class/net failure messages, as it's not possible to
1338     get that right for all net devices. Kernels later than 2.6.10-rc1 will
1339     handle that by carrying the neccessary information in the hotplug event.  
1340   o wait() for specific pid to return from fork()
1341   o Don't use any syslog() in signal handler, cause it may deadlock
1342   o Add support for highpoint ataraid to volume_id to suppress label reading on raid set members.
1343   o Add a bunch of devices without "device" symlinks
1344   o Exit, if udevtest cannot open the device (segfault)
1345   o Patches from Harald Hoyer <harald@redhat.com>
1346   o Apply the default permissions even if we found a entry in the permissions
1347     file. Correct one test, as the default is applied correctly now and the
1348     mode will no longer be 0000.
1349   o add test for format chars in multiple symlinks to replace
1350   o Add net/vmnet and class/zaptel to the list of devices without physical device
1351
1352
1353 Summary of changes from v040 to v042
1354 ============================================
1355
1356 Greg Kroah-Hartman:
1357   o add inotify to the rules for gentoo
1358
1359 Kay Sievers:
1360   o skip waiting for device if we get a bad event for class creation and not for a device underneath it
1361   o add net/pan and net/bnep handling
1362   o switch wait for bus_file to stat() instead of open() add net/tun device handling add ieee1394 device handling
1363   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
1364   o ignore *.rej files from failed patches
1365   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.
1366   o improve klibc fixup integration
1367   o cleanup udevd/udevstart
1368   o expose sysfs functions for sharing it
1369
1370
1371 Summary of changes from v039 to v040
1372 ============================================
1373
1374 <jk:blackdown.de>:
1375   o wait_for_sysfs update for dm devices
1376
1377 Greg Kroah-Hartman:
1378   o sparse cleanups on the tree
1379   o fix stupid cut-and-paste error for msr devices on gentoo boxes
1380   o add *~ to bk ignore list
1381   o delete udevruler.c as per Kay's request
1382   o fix up the wait_for_sysfs_test script a bit
1383
1384 Kay Sievers:
1385   o fix debug in volume id / fix clashing global var name
1386   o volume_id fix
1387   o $local user
1388   o cleanup netif handling and netif-dev.d/ events
1389   o big cleanup of internal udev api
1390   o don't wait for dummy devices
1391   o close the syslog
1392   o Fix ppp net devices in wait_for_sysfs
1393   o Fix wait_for_sysfs messages (more debugging info)
1394
1395
1396 Summary of changes from v038 to v039
1397 ============================================
1398
1399 Greg Kroah-Hartman:
1400   o Hopefully fix the vcs issue in wait_for_sysfs
1401   o take out & from wait_for_sysfs_test that I previously missed
1402   o add very nice cdsymlinks scripts
1403   o add some helper scripts for dvb and input devices
1404   o add debian config files
1405   o let the extras/ programs build "pretty" also
1406   o tweak the ccdv program to handle files in subdirectories being built
1407   o crap, I messed up the 'sed' instances pretty badly, this fixes the config and man page mess
1408   o fix broken 'make -j5' functionality
1409
1410 Kay Sievers:
1411   o swich attribute open() to simple stat()
1412   o wait_for_sysfs update for /class/firmware and /class/net/irda devices
1413   o fix unusual sysfs behavior for pcmcia_socket
1414   o remove sleeps from udev as it is external now
1415   o delete udevruler?
1416   o Makefile fix
1417
1418 Patrick Mansfield:
1419   o update udev to scsi_id 0.7
1420   o pass SYSFS setting down for extras builds
1421   o move assignments past local variables
1422
1423
1424 Summary of changes from v037 to v038
1425 ============================================
1426
1427 <andrew.patterson:hp.com>:
1428   o Re: Problem parsing %s in udev rules
1429
1430 Greg Kroah-Hartman:
1431   o fix up error in building extras and libsysfs
1432
1433 Summary of changes from v036 to v037
1434 ============================================
1435
1436 <md:linux.it>:
1437   o small udev patch
1438
1439 Greg Kroah-Hartman:
1440   o fix compilation warning in tdb log message
1441   o Fix build error with klibc due to recent changes
1442   o merge
1443   o add wait_for_sysfs test script to the tarball to help people debug their boxes
1444   o add ipsec to wait_for_sysfs ignore list
1445   o added ccdv to bk ignore list
1446   o a few more Makefile tweaks for the quiet feature
1447   o Make the build silent, thanks to a helper program from ncftp
1448   o rename files to have '_' instead of '-' in them
1449   o change max time to wait in wait_for_sysfs to 10 seconds to hopefully handle some slow machines
1450   o add support for class/raw/ to wait_for_sysfs
1451   o fix up Makefile for wait_for_sysfs udev_version.h dependancy
1452   o remove the debian specific file, as they don't want to share with the rest of the world :(
1453
1454 Kay Sievers:
1455   o prevent deadlocks on an corrupt udev database
1456   o wait_for_sysfs_update
1457
1458 Michael Buesch:
1459   o fix asmlinkage
1460   o fix incompatible pointer type warning
1461
1462
1463 Summary of changes from v035 to v036
1464 ============================================
1465
1466 Greg Kroah-Hartman:
1467   o add the error number to the error message in wait_for_sysfs to help out in debugging problems
1468
1469 Summary of changes from v034 to v035
1470 ============================================
1471
1472 Greg Kroah-Hartman:
1473   o added ieee1394 support to wait_for_sysfs
1474   o update wait_for_sysfs with a bunch more devices thanks to user reports
1475
1476 Summary of changes from v033 to v034
1477 ============================================
1478
1479 Kay Sievers:
1480   o wait_for_sysfs bluetooth class update
1481
1482 Greg Kroah-Hartman:
1483   o add comment in wait_for_sysfs to explain the structure better
1484   o Revert previous dev_d.c change, it's not what is causing HAL problems
1485   o hm, somethings odd with DEVPATH, see if this fixes it
1486   o 33_bk mark for the makefile
1487   o wait_for_sysfs: clean up the logic for the list of devices that we do not expect device symlinks for
1488   o get rid of annoying extra lines in the syslog for some libsysfs debug messages
1489   o added support for i2c devices in wait_for_sysfs.c
1490   o add support for i2c-adapter devices to wait_for_sysfs.c
1491
1492 Summary of changes from v032 to v033
1493 ============================================
1494
1495 <harald:redhat.com>:
1496   o udev close on exec
1497   o some cleanups and security fixes
1498   o some cleanups and security fixes
1499   o selinux for udev
1500   o cleanup PATCH for extras/chassis_id/Makefile
1501
1502 <kpfleming:backtobasicsmgmt.com>:
1503   o respect prefix= setting in built udev.conf (updated)
1504
1505 Greg Kroah-Hartman:
1506   o add support for usb interfaces to wait_for_sysfs to keep it quiet
1507   o enable native tdb spinlocks on i386 platforms
1508   o delete extras/multipath-tools as per the author's request
1509   o be paranoid in dev_d.c
1510   o add USE_SELINUX to README documentation so people have a chance to see what is going on
1511   o update the selinux.h file to start to look sane
1512   o update bk ignore list for the wait_for_sysfs binary
1513   o kdetv wants to see device nodes in /dev
1514   o update comments in scsi-devfs.sh
1515   o fix up Makefiles to get the klibc build working properly
1516   o update bk ignore list for new klibc generated files
1517   o oops forgot to add the new klibc/include directory
1518   o update klibc to version 0.181
1519
1520 Kay Sievers:
1521   o fix problems with dev.d and udevstart
1522   o wait_for_sysfs debug cleanup
1523   o fix problems using scsi_id with udevstart
1524   o update volume_id
1525   o finally solve the bad sysfs-timing for all of us
1526   o volume-id build fix and update
1527   o switch udev's seqnum to u64
1528   o add enum tests
1529   o fix udev segfaults with bad permissions file
1530
1531 Patrick Mansfield:
1532   o update udev to include scsi_id 0.6
1533
1534
1535 Summary of changes from v031 to v032
1536 ============================================
1537
1538 <harald:redhat.com>:
1539   o udev parse bug
1540
1541 Kay Sievers:
1542   o handle only block and class devices
1543   o fix udevstart badly broken in udev 031
1544
1545
1546 Summary of changes from v030 to v031
1547 ============================================
1548
1549 <arun:codemovers.org>:
1550   o udev - read long lines from config files overflow fix
1551
1552 <ballarin.marc:gmx.de>:
1553   o Update the FAQ with info about hardlink security
1554
1555 <david:fubar.dk>:
1556   o compatibility symlinks for udev
1557
1558 David Weinehall:
1559   o Minor POSIX-fixes for udev
1560
1561 Greg Kroah-Hartman:
1562   o add symlink for video rule
1563   o add a "first" list to udevstart and make it contain the class/mem/ devices
1564   o fix compiler warning in udevtest.c
1565   o Fix old-style pty breakage in rules file for tty device
1566   o add rules for i386 cpu devices
1567   o add permission for legotower usb devices
1568
1569 Kay Sievers:
1570   o Fix naming ethernet devices in udevstart
1571   o update udev_volume_id
1572   o let /sbin/hotplug execute udev earlier
1573   o pass SEQNUM trough udevd
1574   o fix manpages based on esr's spambot
1575
1576 Martin Schlemmer:
1577   o add microcode rule to permissions.gentoo file
1578
1579 Michael Buesch:
1580   o Try to provide a bit of security for hardlinks to /dev entries
1581
1582 Olaf Hering:
1583   o udevsend depends on udev_lib.o
1584
1585 Tom Rini:
1586   o fix UDEV_NO_SLEEP
1587   o clean up start_udev a bit
1588   o Make udev/udevstart be one binary
1589   o Add 'asmlinkage' to udev-030
1590
1591
1592 Summary of changes from v029 to v030
1593 ============================================
1594
1595 Greg Kroah-Hartman:
1596   o fix stupid off-by-one bug that caused udevstart to die on x86-64 boxes
1597
1598
1599 Summary of changes from v028 to v029
1600 ============================================
1601
1602 Greg Kroah-Hartman:
1603   o add permission rule for jogdial device
1604   o fix dumb bug I added to udevstart
1605   o make a "last list" of devices for udevstart to operate on last
1606   o fix permission problem with input event and ts nodes for gentoo
1607   o change default perms of misc/rtc to be readable by anyone
1608
1609 Olaf Hering:
1610   o allow NAME_SIZE > SYSFS_PATH_MAX
1611
1612
1613 Summary of changes from v027 to v028
1614 ============================================
1615
1616 <atul.sabharwal:intel.com>:
1617   o Patch for chassis_id exras module
1618
1619 Daniel Drake:
1620   o Writing udev rules doc update
1621
1622 Greg Kroah-Hartman:
1623   o clean up block whitelist search logic a bit
1624   o reverse order of scanning of udevstart to look at class before block
1625
1626 Kay Sievers:
1627   o update udev_volume_id
1628
1629 Leann Ogasawara:
1630   o udevstart performance increase
1631
1632 Patrick Mansfield:
1633   o update udev scsi_id to scsi_id 0.5
1634
1635
1636 Summary of changes from v026 to v027
1637 ============================================
1638
1639 <fork0:users.sf.net>:
1640   o fix handle leak in udev_lib.c
1641
1642 Greg Kroah-Hartman:
1643   o tweak the gentoo default permission rules as they are wrong for tty and misc devices
1644
1645
1646 Summary of changes from v025 to v026
1647 ============================================
1648
1649 Arnd Bergmann:
1650   o udev rpm fix
1651
1652 Greg Kroah-Hartman:
1653   o add test for ! in partition name
1654   o 025_bk mark
1655   o Update to version 117 of klibc (from version 108)
1656   o add volume_id ignore rule for bk
1657   o add volume_id support to the udev.spec file
1658   o remove dbus and selinux stuff from the udev.spec file
1659   o delete udev_selinux as it doesn't work properly and is the wrong way to do it
1660   o Deleted the udev_dbus extra as it didn't really work properly and HAL has a real solution now
1661   o add udev.permissions.slackware file
1662   o udevstart: close open directories
1663
1664 Kay Sievers:
1665   o fix udevd zombies
1666   o catchup with recent klibc
1667   o Re: udevsend fallback
1668   o udev_volume_id update
1669   o udev callout for reading filesystem labels
1670   o udev callout for reading filesystem labels
1671   o udev default config layout changes
1672
1673 Leann Ogasawara:
1674   o evaluate getenv() return value for udev_config.c
1675
1676 Summary of changes from v024 to v025
1677 ============================================
1678
1679 <md:linux.it>:
1680   o devfs.sh-ide-floppy
1681
1682 <sjoerd:spring.luon.net>:
1683   o DEVNODE -> DEVNAME transition fixes
1684
1685 Daniel Drake:
1686   o Update writing udev rules docs
1687
1688 Greg Kroah-Hartman:
1689   o make dev.d call each directory in the directory chain of the device name, instead of just the whole name
1690   o add devd_test script
1691   o add more permissions based on SuSE's recommendations
1692   o added rules for tun and raw devices
1693   o add udev conf.d file
1694   o Switch the default config to point to a directory for the rules and permission files
1695   o update the Red Hat .dev files to work on other distros
1696   o add dbus.dev, pam_console.dev and selinux.dev files for /etc/dev.d/default/ usage
1697   o add hints for red hat users from Leann Ogasawara <ogasawara@osdl.org>
1698   o add scripts to run gcov for udev from Leann Ogasawara <ogasawara@osdl.org>
1699   o change permissions on udevd test scripts
1700   o Fix build process for users who have LC_ALL set to a non-english language
1701   o Added expanded tests to the test framework from Leann Ogasawara <ogasawara@osdl.org>
1702   o added execelent "writing udev rules" document from Daniel Drake <dan@reactivated.net>
1703   o added rule to put USB printers in their proper places
1704   o added rules for CAPI devices
1705   o added a dev.d alsa script to help people out
1706
1707 Kay Sievers:
1708   o fix test regressions
1709   o udev_selinux changes
1710   o udevd test script
1711   o udev_dbus changes
1712   o fix devpath for netdev
1713
1714 Leann Ogasawara:
1715   o gcov for udev
1716
1717
1718 Summary of changes from v023 to v024
1719 ============================================
1720
1721 <atul.sabharwal:intel.com>:
1722   o Add README for chassis_id
1723   o Add chassis_id program to extras directory
1724
1725 <chris_friesen:sympatico.ca>:
1726   o udevd race conditions and performance,  assorted cleanups
1727
1728 <hare:suse.de>:
1729   o fix SEGV in libsysfs/dlist.c
1730
1731 <maryedie:osdl.org>:
1732   o add OSDL documentation for persistent naming
1733
1734 <md:linux.it>:
1735   o small ide-devfs.sh fix
1736
1737 Greg Kroah-Hartman:
1738   o remove compiler warning from udevd.c
1739   o only generate udev.8 on the fly, not all other man pages
1740   o update bk ignore list some more
1741   o update bk ignore list
1742   o switch to generate the man pages during the normal build, not during the install
1743   o convert udev.8.in to use @udevdir@ macro for make install
1744   o first step of making man pages dynamically generated
1745   o add install and uninstall the etc/dev.d/net/hotplug.dev file to the Makefile
1746   o tweak net_test a bit
1747   o fix some segfaults when running udevtest for network devices
1748   o make a net_test test script using udevtest
1749   o handle the subsytem if provided in udevtest
1750   o add hotplug.dev script to handle renamed network devices
1751   o add a bunch of network class devices to the test sysfs tree
1752   o add udevruler to the bk ignore list
1753   o update RFC-dev.d docs due to DEVNODE to DEVNAME change
1754   o clean up chassis_id coding style
1755   o clean up the OSDL document formatting a bit
1756   o add netlink rules to devfs and gentoo rules files
1757   o added USB device rules to rules files
1758   o clean up the gentoo rules file a bit more, adding dri rules
1759   o fix up udev.rules to handle oss rules better
1760   o 023_bk mark
1761   o fix udev.spec file for where udevtest should be placed
1762
1763 Kay Sievers:
1764   o tweak node unlink handling
1765   o switch udevd's msg_dump() to #define
1766   o handle netdev in udevruler
1767   o man page cleanup
1768   o put config info in db for netdev
1769   o increase udevd event timeout
1770   o udevstart fix
1771   o put netdev handling and dev.d/ in manpages
1772   o DEVPATH for netdev
1773   o netdev - udevdb+dev.d changes
1774   o udevd race conditions and performance,  assorted cleanups - take 2
1775   o udevinfo patch
1776   o dev_d.c file sorting and cleanup
1777   o apply all_partitions rule to main block device only
1778
1779
1780 Summary of changes from v022 to v023
1781 ============================================
1782
1783 Kay Sievers:
1784   o hmm, handle net devices with udev?
1785   o correct apply_format() for symlink only rules
1786   o don't init namedev on remove
1787   o first stupid try for a rule compose gui
1788   o replace fgets() with mmap() and introduce udev_lib.[hc]
1789   o make udevtest a real program :)
1790
1791 Daniel E. F. Stekloff:
1792   o udevinfo patch
1793
1794 Greg Kroah-Hartman:
1795   o create the /etc/dev.d/ directories in 'make install'
1796   o actually have udev run files ending in .dev in the /etc/dev.d/ directory as documented
1797   o added RFC-dev.d document detailing how /etc/dev.d/ works
1798   o fixed up udev.spec to handle selinux stuff properly now
1799   o remove USE_DBUS and USE_SELINUX flags from the README as they are no longer present
1800   o remove selinux stuff from the main Makefile
1801   o move udev_selinux into extras/selinux
1802   o fix dbus build in the udev.spec file
1803   o remove dbus stuff from main Makefile
1804   o move udev_dbus to extras/dbus
1805   o udev_dbus can now compile properly, but linnking is another story
1806   o remove udev_dbus.h from Makefile
1807   o first cut at standalone udev_selinux program
1808   o remove selinux support from udev core as it's no longer needed
1809   o first cut at standalone udev_dbus program
1810   o add get_devnode() helper to udev_lib for udev_dbus program
1811   o remove dbus code from core udev code as it's no longer needed to be there
1812   o add /etc/dev.d/ support for udev add and remove events
1813   o fix build error in namedev.c caused by previous patch
1814   o 022_bk tag
1815   o fix 'make spotless' to really do that in klibc
1816   o add a question/answer about automounting usb devices to the FAQ
1817   o mark scsi-devfs.sh as executable
1818   o Increase the name size as requested by Richard Gooch <rgooch@ras.ucalgary.ca>
1819   o fix udevtest to build properly after the big udev_lib change
1820
1821 Olaf Hering:
1822   o uninitialized variable for mknod and friend
1823
1824 Richard Gooch:
1825   o SCSI logical and physical names for udev
1826
1827 Theodore Y. T'so:
1828   o Trivial man page typo fixes to udev
1829
1830
1831 Summary of changes from v021 to v022
1832 ============================================
1833
1834 <ananth:in.ibm.com>:
1835   o more Libsysfs updates
1836   o Libsysfs updates
1837
1838 <async:cc.gatech.edu>:
1839   o fix HOWTO-udev_for_dev for udevdir
1840
1841 Kay Sievers:
1842   o udev-test.pl cleanup
1843   o add dev node test to udev-test.pl
1844   o add permission tests
1845   o "symlink only" test
1846   o callout part selector tweak
1847   o cleanup callout fork
1848   o allow to specify node permissions in the rule
1849   o man page beauty
1850   o put symlink only rules to the man page
1851   o rename strn*() macros to strmax
1852   o conditional remove of trailing sysfs whitespace
1853   o clarify udevinfo text
1854   o better fix for NAME="foo-%c{N}" gets a truncated name
1855   o overall trivial trivial cleanup
1856   o fix NAME="foo-%c{N}" gets a truncated name
1857   o cleanup mult field string handling
1858
1859 <ken:cgi101.com>:
1860   o fix a type in docs/libsysfs.txt
1861   o Added line to udev.permissions.redhat
1862   o Include more examples in the docs area for gentoo and redhat
1863
1864 <md:linux.it>:
1865   o udevstart fixes
1866
1867 Greg Kroah-Hartman:
1868   o add big major tests to udev-test.pl
1869   o add a test for a minor over 255
1870   o udev-test.pl: print out major:minor and perm test "ok" if is ok
1871   o make perm and major:minor test errors be reported properly
1872   o remove extra ; in namedev_parse.c
1873   o Added multipath-tools 0.1.1 release
1874   o deleted current extras/multipath directory
1875   o 021_bk mark
1876   o fix the build for older versions of gcc
1877
1878 Hanna V. Linder:
1879   o Small fix to remove extra "will" in man page
1880
1881 Olaf Hering:
1882   o make spotless
1883   o udev* segfaults with new klibc
1884
1885 Patrick Mansfield:
1886   o add tests for NAME="foo-%c{N}"
1887
1888 Summary of changes from v020 to v021
1889 ============================================
1890
1891 Kay Sievers:
1892   o install udevinfo in /usr/bin
1893   o blacklist pcmcia_socket
1894
1895 Greg Kroah-Hartman:
1896   o fix udev.spec to find udevinfo now that it has moved to /usr/bin
1897   o Fix another problem with Makefile installing initscript
1898   o fix the Makefile to install the init script into the proper directory
1899   o make spec file turn off selinux support by default
1900
1901
1902 Summary of changes from v019 to v020
1903 ============================================
1904
1905 <christophe.varoqui:free.fr>:
1906   o multipath update
1907
1908 Kay Sievers:
1909   o man page udevstart
1910   o cleanup udevstart
1911   o bugfix for local user
1912   o unlink bugfix
1913   o TODO update
1914   o clarify udevinfo device walk
1915   o udevinfo symlink reverse query
1916   o fix stroul endptr use
1917   o add $local user spport for permissions
1918   o udev - man page update
1919   o udev - fix debug info for multiple rule file config
1920   o udev - kill udevd on install
1921   o udev - activate formt length attribute
1922   o udev - safer sprintf() use
1923
1924 <md:linux.it>:
1925   o no error on enoent
1926   o escape dashes in man pages
1927   o remove usage of expr in ide-devfs.sh
1928
1929 <rml:ximian.com>:
1930   o automatically install correct initscript
1931   o update documetation for $local
1932
1933 Andrey Borzenkov:
1934   o Add symlink only rules support
1935
1936 Greg Kroah-Hartman:
1937   o update the TODO list as we already have a devfs config file
1938   o make start_udev use udevstart binary
1939   o install udevstart
1940   o Remove Debian permission files as the Debian maintainer doesn't seem to want to share :(
1941   o update the Gentoo rules files
1942   o Add Red Hat rules and permissions files
1943   o add udevstart to the ignore list
1944   o add udevstart program based on a old patch from Harald Hoyer <harald@redhat.com>
1945   o unlink the file before we try to create it
1946   o Merge greg@bucket:/home/greg/src/udev into kroah.com:/home/greg/src/udev
1947
1948
1949 Summary of changes from v018 to v019
1950 ============================================
1951
1952 Kay Sievers:
1953   o TODO update
1954   o udev - correct relative symlink
1955   o udev - safer string handling - part four
1956   o udev - safer string handling - part three
1957   o udev - safer string handling - part two
1958   o udev - man page update
1959   o udev - safer string handling all over the place
1960   o manpage update
1961   o udev - allow all files in a directory as the config
1962   o udev - simple klibc textual uid/gid handling
1963
1964 Andrey Borzenkov:
1965   o do not remove real .udev.tdb during RPM build
1966
1967 Greg Kroah-Hartman:
1968   o add new TODO item about local user permissions
1969   o Add initial SELinux support for udev
1970   o fix build for very old versions of make
1971   o remove limit of the number of args passed to PROGRAM
1972   o force udev to include the internal version of libsysfs and never the external one
1973   o fix up libsysfs header file usage to fix bug reports from users that have sysfsutils installed already
1974   o remove udevtest on 'make clean'
1975   o remove udevd priority TODO item, as it's not needed at all
1976
1977 Patrick Mansfield:
1978   o update udev scsi_id to scsi_id 0.4
1979
1980
1981 Summary of changes from v017 to v018
1982 ============================================
1983
1984 <ext.devoteam.varoqui:sncf.fr>:
1985   o [PATCH] symlink dm-[0-9]* rule
1986   o update extras/multipath
1987
1988 <john-hotplug:fjellstad.org>:
1989   o init.d debian patch
1990
1991 Kay Sievers:
1992   o udev - TODO update
1993   o udev - add %s{filename} to man page
1994   o udev - udevd/udevsend man page
1995   o udev - switch callout part selector to {attribute}
1996   o udev - switch SYSFS_file to SYSFS{file}
1997   o udev - create all partitions of blockdevice
1998   o allow SYSFS{file}
1999   o Adding '%s' format specifier to NAME and SYMLINK
2000
2001 Greg Kroah-Hartman:
2002   o added some scsi_id files to the bk ignore file
2003   o added scsi_id and some more documentation to the udev.spec file
2004   o update udev.rules.gentoo with new config file format
2005   o Update the Gentoo udev.rules and udev.permissions files
2006   o Create a udev.rules.examples file to hold odd udev.rules
2007   o add udevd priority issue to the TODO list
2008   o more HOWTO cleanups
2009   o add HOWTO detailing how to use udev to manage /dev
2010   o mv libsysfs/libsysfs.h to libsysfs/sysfs/libsysfs.h to make it easier to use
2011   o add start_udev init script
2012   o add support for UDEV_NO_SLEEP env variable so Gentoo people will be happy
2013   o start up udevd ourselves in the init script to give it some good priorities
2014   o update the red hat init script to handle nodes that are not present
2015   o add a "old style" SYSFS_attribute test to udev-test.pl
2016   o Have udevsend report more info in debug mode
2017   o Have udevd report it's version in debug mode
2018   o fix up bug created for udevtest in previous partition creation patch
2019   o update the udev.spec to add udevtest and make some more Red Hat suggested changes
2020   o add ability to install udevtest to Makefile
2021   o 017_bk mark
2022   o Add another test to udev-test.pl and fix a bug when only running 1 test
2023   o Fix bug where we did not use the "converted" kernel name if we had no rule
2024
2025 Patrick Mansfield:
2026   o udev use new libsysfs header file location
2027   o udev add some ID tests
2028
2029
2030 Summary of changes from v016 to v017
2031 ============================================
2032
2033 <azarah:nosferatu.za.org>:
2034   o make logging a config option
2035
2036 <christophe.varoqui:free.fr>:
2037   o more udev-016/extras/multipath
2038   o more udev-016/extras/multipath
2039   o update extras/multipath
2040
2041 Kay Sievers:
2042   o udev - keep private data out of the database?
2043   o better credential patch
2044   o udevd - client access authorization
2045   o compile udevd with klibc
2046   o udev - fix "ignore method"
2047   o udev - fix cdrom symlink rule
2048   o convert udevsend/udevd to DGRAM and single-threaded
2049   o udevd - kill the lockfile
2050   o udevd - fix socket path length
2051   o udevd - switch socket path to abstract namespace
2052   o udevd - allow to bypass sequence number
2053   o include used function
2054
2055 Greg Kroah-Hartman:
2056   o add udev_log to the documentation
2057   o fix offsetof() define in klibc
2058   o add some .spec file changes from Red Hat
2059   o update the init.d udev script based on a patch from Red Hat
2060   o remove the .udev.tdb when installing or uninstalling to be safe
2061   o remove the database at startup
2062   o fix bug in permission handling
2063   o update klibc to version .107
2064   o update the bitkeeper ignore file list
2065   o add udevtest program to build
2066   o fix problem where usb devices can be either the main device or the interface
2067   o more logging.h cleanups to be a bit more flexible
2068   o stop using mode_t as different libcs define it in different ways :(
2069   o remove some more KLIBC fixups that are no longer needed
2070   o let udev-test.pl run an individual test if you ask it to
2071   o Handle the '!' character that some block devices have
2072   o add a block device with a ! in the name, and a test for this
2073   o fix up 'make release' to use bk to build the export tree
2074   o fix log option code so that it actually works for all udev programs
2075   o finish syncing up with klibc
2076   o sync with latest version of klibc (0.107)
2077   o fix up Makefile dependancies for udev_version.h
2078
2079 Patrick Mansfield:
2080   o udev add wild card compare for ID
2081   o udev kill extra bus_id compares in match_id
2082
2083
2084 Summary of changes from v015 to v016
2085 ============================================
2086
2087 <elkropac:students.zcu.cz>:
2088   o get_dev_number() in extras/ide-devfs.sh
2089
2090 <rrm3:rrm3.org>:
2091   o FAQ udev.rules.devfs
2092
2093 Greg Kroah-Hartman:
2094   o add udevd and udevsend to the spec file
2095   o make /etc/hotplug.d/default/udev.hotplug symlink point to udevsend now
2096   o add KERNEL_DIR option so that the distros will be happy
2097   o make udevsend binary even smaller
2098   o udevsend now almost compiles with klibc, struct sockaddr_un is only problem now
2099   o fix up logging code so that it can be built without it being enabled
2100   o rework the logging code so that each program logs with the proper name in the syslog
2101   o remove logging.c as it's no longer needed
2102   o kill the last examples that contained the %D option
2103   o remove a __KLIBC__ tests in libsysfs, as klibc now supports getpagesize()
2104   o udevd - remove stupid locking error I wrote
2105   o update to klibc version 0.101, fixing the stdin bug
2106   o fix Makefile typo for USE_LSB install
2107   o allow dbus code to actually build again
2108
2109 Kay Sievers:
2110   o let udevsend build with klibc
2111   o udevd - config cleanup
2112   o udevd - cleanup and better timeout handling
2113   o fix possible buffer overflow
2114   o udevd - next round of fixes
2115   o udevinfo - missing options for man page
2116   o udev - trivial style cleanup
2117
2118
2119 Summary of changes from v014 to v015
2120 ============================================
2121
2122 <mbuesch:freenet.de>:
2123   o LFS init script update
2124
2125 Greg Kroah-Hartman:
2126   o update klibc to version 0.98
2127   o clean up udevinfo on 'make clean'
2128   o add udevinfo man page to spec file
2129   o remove command line documentation from udev man page
2130   o create initial version of udevinfo man page
2131   o added URL to spec file
2132   o add udevinfo to udev.spec file
2133   o add udevinfo to install target of Makefile
2134   o rip out command line code from udev, now that we have udevinfo
2135   o udevinfo doesn't need to declare main_envp
2136   o move get_pair to udev_config.c because udevinfo doesn't need all of namedev.o
2137   o more makefile cleanups
2138   o move udevinfo into the main build and clean up the main Makefile a bit
2139   o clean up compiler warnings if building using klibc
2140   o make udevd only have one instance running at a time
2141   o new testd.block script for debugging
2142   o udevsnd : clean up message creation logic a bit
2143   o make bk ignore udevd and udevsend binaries
2144   o whitespace cleanups
2145   o remove TODO item about BUS value, as it is now done
2146   o add support for figuring out which device on the sysfs "chain" the rule applies to
2147
2148 Kay Sievers:
2149   o udevinfo - now a real program :)
2150   o udevd - cleanup and better timeout handling
2151   o udev - next round of udev event order daemon
2152   o fix udevd exec
2153   o udev - udevinfo with device chain walk
2154   o spilt udev into pieces
2155
2156
2157 Summary of changes from v013 to v014
2158 ============================================
2159
2160 <ananthmg:rediffmail.com>:
2161   o libsysfs update for refresh + namedev.c changes
2162
2163 <christophe.varoqui:free.fr>:
2164   o udev-013/extras/multipath update
2165
2166 <flamingice:sourmilk.net>:
2167   o minor patch for devfs rules
2168
2169 Kay Sievers:
2170   o udev - program to query all device attributes to build a rule
2171   o set default owner/group in db - update
2172   o udev - reverse user query options
2173   o udev - kill %D from udev-test.pl
2174   o add udev logging to info log
2175   o udev - mention format string escape char in man page
2176
2177 Greg Kroah-Hartman:
2178   o misc code cleanups
2179   o fixup logging.h to handle different logging options properly
2180   o clean up the logging patch a bit to make the option more like the other options
2181   o remove the %D modifier as it is not longer needed
2182   o remove unneeded keyboard rule
2183   o add usb_host and pci_bus to the class blacklist
2184   o added input device rules to udev.rules and udev.rules.devfs
2185   o 013_bk mark
2186
2187 Hanna V. Linder:
2188   o set default owner/group in db
2189   o small cut n paste error fix
2190
2191 Patrick Mansfield:
2192   o update udev scsi_id to scsi_id 0.3
2193
2194
2195 Summary of changes from v012 to v013
2196 ============================================
2197
2198 <eike-hotplug:sf-tec.de>:
2199   o LSB init script and other stuff
2200
2201 <elkropac:students.zcu.cz>:
2202   o fix udev directory for Debian init script
2203
2204 <tiggi:infa.abo.fi>:
2205   o udev 012 old gcc fixup
2206
2207 Christophe Saout:
2208   o add IGNORE rule type
2209   o small cleanup
2210
2211 Greg Kroah-Hartman:
2212   o update TODO with some new, small items
2213   o Cset exclude: greg@kroah.com|ChangeSet|20040113010256|48515
2214   o update the README in a few places
2215   o fix -d typo in the manpage update
2216   o Fix stupid gcc "optimization" of 1 character printk() calls.... Ick
2217   o oops, forgot to fix up the PROGRAM result from ID to RESULT in the config files
2218   o Add alsa device rules and a few other devfs rules
2219   o fix a few stale comments in namedev.c
2220   o convert the default rules files to the new format
2221   o convert the test shell scripts to the config file format
2222   o add bus test for usb-serial bus
2223   o Add some helpful messages if the user uses the older config file format
2224   o added dri rule to the default config file
2225   o added init.d udev script for debian
2226   o add a script that tests the IGNORE rule
2227   o add silly script that names cdrom drives based on the cd in them
2228   o add cdrom rule for ide cdrom
2229   o replace list_for_each with list_for_each_entry, saving a few lines of code
2230   o add a blacklist of class devices we do not want to look at
2231
2232 Kay Sievers:
2233   o fix klibc with printf() and gcc
2234   o udev - small script optimization
2235   o udev - introduce format escape char
2236   o udev - more CALLOUT is PROGRAM now
2237   o udev - CALLOUT is PROGRAM now
2238   o update documentation for new config file format
2239   o more advanced user query options
2240   o udev - simple debug tweak
2241   o udev - drop all methods :)
2242   o udev - advanced user query options
2243   o udev - Makefile error
2244   o udev - make exec_callout() reusable
2245   o udev - exec status fix for klibc
2246   o fix Silly udev script
2247
2248
2249 Summary of changes from v011 to v012
2250 ============================================
2251
2252 <azarah:nosferatu.za.org>:
2253   o make symlink work properly if there is already a file in its place
2254   o Fix udev gcc-2.95.4 compat
2255
2256 <christophe.varoqui:free.fr>:
2257   o extras multipath update
2258   o extras multipath update
2259
2260 Kay Sievers:
2261   o mention user callable udev + options in man page
2262   o make udev user callable to query the database
2263   o depend on all .h files
2264   o cleanup namedev_parse debug text
2265   o extend exec_program[]
2266   o ide-devfs.sh update
2267   o fix for apply_format()
2268   o check for empty symlink string
2269   o 'ide' missing in bus_files[]
2270   o small trivial cleanup of latest changes
2271
2272 <mbuesch:freenet.de>:
2273   o introduce signal handler
2274
2275 <rml:ximian.com>:
2276   o udev spec file update
2277
2278 Greg Kroah-Hartman:
2279   o minor grammer fixes for the udev_vs_devfs document
2280   o move the dbus config file to etc/dbus-1/system.d/
2281   o move the config files to etc/udev to clean up main directory a bit
2282   o add Gentoo versions of the rules and permissions files
2283   o if using glibc, link dynamically, as no one like 500Kb udev binaries
2284   o minor change to udev_vs_devfs document
2285   o added udev vs devfs supid document to the tree
2286   o move the signal handling registration to after we have initialized enough stuff
2287   o make ide-devfs.sh executable in the tree
2288   o udev.permissions.debian - forgot the dm nodes
2289   o update the udev.permissions.debian file with new entries
2290   o added udev.init script for the Linux From Scratch project
2291
2292
2293
2294 Summary of changes from v010 to v011
2295 ============================================
2296
2297 <mbuesch:freenet.de>:
2298   o proper cleanup on udevdb_init() failure
2299
2300 <mh:nadir.org>:
2301   o patch udev 009-010 rpm spec file
2302
2303 <svetljo:gmx.de>:
2304   o fix udev sed Makefile usage
2305
2306 Greg Kroah-Hartman:
2307   o add documentation about the BUS key being optional for the LABEL rule
2308   o add tests for LABEL rule with a device that has no bus
2309   o Don't require the BUS value for the LABEL rule
2310   o If a LABEL rule has a BUS id, then we must check to see if the device is on a bus
2311   o add documentation about the BUS key being optional for the CALLOUT rule
2312   o If a CALLOUT rule has a BUS id, then we must check to see if the device is on a bus
2313   o Don't require the BUS value for the CALLOUT rule
2314   o add test for callout rule with a device that has no bus
2315   o 010_bk stamp
2316   o added different build options to the rpm udev.spec file
2317   o add pci to the bus_files list
2318   o check for empty line a bit better in the parser
2319   o more init script cleanups, the stop target now calls udev to cleanup instead of just removing the whole /udev directory
2320   o make udev init script run udev in the background to let startup go much faster
2321   o fix long delay for all devices in namedev
2322
2323
2324 Summary of changes from v009 to v010
2325 ============================================
2326
2327 <ananth:in.ibm.com>:
2328   o change pgsize
2329
2330 <christophe.varoqui:free.fr>:
2331   o extras multipath update
2332   o extras multipath update
2333   o extras multipath update
2334   o extras multipath update
2335
2336 Kay Sievers:
2337   o fix udev-test.pl
2338   o small cleanup udev-remove.c
2339   o experimental CALLOUT script for devfs ide node creation with cd, disc, part
2340   o add any valid device
2341   o introduce format char 'k' for kernel-name
2342   o trivial make fixes
2343   o don't overwrite old config on install
2344   o udev-remove.c cleanups
2345   o bug in udev-remove.c
2346   o trivial cleanup parser changes
2347
2348 <roman.kagan:itep.ru>:
2349   o fix comment and whitespace handling in config files
2350
2351 Adam Kropelin:
2352   o Allow build with empty EXTRAS
2353
2354 Daniel E. F. Stekloff:
2355   o libsysfs 0.4.0 patch
2356   o fix scsi_id segfault with udev-009
2357   o add libsysfs docs
2358
2359 David T. Hollis:
2360   o mark config files as such in the rpm spec file
2361
2362 Greg Kroah-Hartman:
2363   o fix complier warning in namedev.c
2364   o add documentation for the new '%k' modifier (kernel name replacement)
2365   o add documentation about the multiple sysfs values that are now allowed for the LABEL rule
2366   o add tests for multi-file LABEL rules
2367   o add ability to have up to 5 SYSFS_ file/value pairs for the LABEL rule
2368   o Just live with a sleep(1) in namedev for now until libsysfs is fixed up
2369   o try to wait until the proper device file shows up in sysfs
2370   o remove unneeded TODO and FIXME entry
2371   o clean up the stand-alone tests to work properly on other people's machines
2372   o add tests to catch whitespace and comment config file parsing errors
2373
2374
2375 Summary of changes from v008 to v009
2376 ============================================
2377
2378 <christophe.varoqui:free.fr>:
2379   o more extras/multipath changes
2380   o and more extras/multipath updates
2381   o more extras/multipath updates
2382   o yet more extras/multipath
2383   o more extras/multipath updates
2384   o extras/multipath update
2385
2386 <david:fubar.dk>:
2387   o D-BUS patch for udev-008
2388
2389 <eike-hotplug:sf-tec.de>:
2390   o add init.d/udev to "make install"
2391   o add init.d/udev to the spec file
2392
2393 Kay Sievers:
2394   o don't rely on field order in namedev_parse
2395   o get part of callout return string
2396   o remove '\n' from end of callout return
2397   o man-page mention multiple symlinks
2398   o allow multiple symlinks
2399   o cleanup man & remove symlink comment
2400   o experimental (very simple) SYMLINK creation
2401   o man page beauty
2402   o pattern match for label method
2403   o a bug in linefeed removal
2404
2405 <rml:ximian.com>:
2406   o remove udev from runlevels on uninstall
2407   o install initscript in udev rpm
2408
2409 Daniel E. F. Stekloff:
2410   o pre-libsysfs-0.4.0 patch
2411
2412 Greg Kroah-Hartman:
2413   o signal fixes due to klibc update
2414   o sync klibc with release 0.95
2415   o add mol permissions to the debian permissions file
2416   o update the FAQ with info about bad modprobe events from the devfs scheme
2417   o some cleanups due to the need for LABEL rules to use "SYSFS_" now
2418   o Add restart target to the etc/init.d/udev script
2419   o tweak the config file generation portion of the Makefile a bit
2420   o change devfs disk name rule from 'disk' to 'disc'
2421   o add vc support to udev.rules.devfs
2422   o added a devfs udev config file from Marco d'Itri <md@Linux.IT>
2423   o set default mode to 0600 to be safer
2424   o Makefile tweaks for the DBUS build
2425   o update the FAQ due to the latest devfs mess on lkml and also due to symlinks now working
2426   o document the different Makefile config options that we have
2427   o change USE_DBUS to DBUS in Makefile, and disable it by default as it's still to hard to build on all systems
2428   o fix formatting of udev_dbus.c to use tabs.  Also get it to build properly now
2429   o move all of the DBUS logic into one file and remove all of the #ifdef crud from the main code
2430
2431 Olaf Hering:
2432   o dump latest klibc into the udev build tree
2433   o use udevdir in udev.conf
2434
2435 Patrick Mansfield:
2436   o better allow builds of extras programs under udev
2437   o update udev extras/scsi_id to version 0.2
2438
2439
2440 Summary of changes from v007 to v008
2441 ============================================
2442
2443 <azarah:nosferatu.za.org>:
2444   o more config file parsing robustness
2445
2446 <christophe.varoqui:free.fr>:
2447   o udev-007/extras/multipath update
2448
2449 Arnd Bergmann:
2450   o Build failure - missing linux/limits.h include?
2451   o Add format modifier for devfs like naming
2452   o klibc makefile fixes
2453
2454 Daniel E. F. Stekloff:
2455   o another patch for path problem
2456   o quick fix for libsysfs bus
2457   o libsysfs changes for sysfsutils 0.3.0
2458
2459 Greg Kroah-Hartman:
2460   o fix up some duplicated function compiler warnings in libsysfs
2461   o fix some compiler warnings in the tdb code
2462   o Added Kay's name to the man page
2463   o update the wildcard documentation in the man page to show the new styles supported
2464   o fix permission handling logic
2465   o enable default_mode ability to actually build
2466   o add support for the default_mode variable, as it is documented
2467   o show permissions and groups in the label_test
2468   o remove some items off of the TODO list, as they are now done
2469   o fix up the tests to work without all of the environ variables
2470   o get rid of the majority of the debug environment variables
2471   o Update the man page to show the new config file, it's format, and how to use it
2472   o fix up the tests to support the rules file name change
2473   o add support for a main udev config file, udev.conf
2474   o turn debugging messages off by default
2475   o split out the namedev config parsing logic to namedev_parse.c
2476   o rename namedev's get_attr() to be main namedev_name_device() as that's what it really is
2477   o add devfs like tty rules as an example in the default config file
2478   o operate on the rules in the order they are in the config file (within the rule type) instead of operating on them backwards.
2479   o Cset exclude: dsteklof@us.ibm.com|ChangeSet|20031126173159|56255
2480   o add test for checking the BUS value
2481   o fix problem where we were not looking at the BUS value
2482   o add scsi and pci bus links in the test sysfs tree
2483   o add test and documentation for new %D devfs format modifier
2484   o changed the default location of the database to /udev/.udev.tdb to be LSB compliant
2485   o get rid of functions in klibc_fixups that are now in klibc
2486   o sync up with the 0.84 version of klibc
2487   o fix udev init.d script to handle all class devices in sysfs
2488   o fix the test.block and test.tty scripts due to their moveing.  Also add a test.all script
2489   o 007_bk version change to Makefile
2490
2491 Kay Sievers:
2492   o pattern matching for namedev
2493   o catch replace device by wildcard
2494   o udev.8 tweak numeric id text
2495   o udev-test.pl add subdir test
2496   o namedev.c strcat tweak
2497   o overall whitespace + debug text conditioning
2498   o udev-test.pl - tweaks
2499
2500 Martin Hicks:
2501   o Add -nodefaultlibs while compiling against klibc
2502
2503 Olaf Hering:
2504   o ARCH detection for ppc
2505
2506 Patrick Mansfield:
2507   o fix udev parallel builds with klibc
2508
2509
2510 Summary of changes from v006 to v007
2511 ============================================
2512
2513 <md:linux.it>:
2514   o fix segfault in parsing bad udev.permissions file
2515
2516 Greg Kroah-Hartman:
2517   o update default config file with a CALLOUT rule, and more documentation
2518   o updated the man page with the latest format specifier changes
2519   o added ability to put format specifiers in the CALLOUT program string
2520   o tweak udev-test.pl to report '0' errors if that's what happened
2521   o only build klibc_fixups.c if we are actually using klibc
2522   o add support for string group and string user names in udev.permissions
2523   o add getgrnam and getpwnam to klibc_fixups files
2524   o remove Makefile.klibc
2525   o add udev-test perl script from Kay Sievers <kay.sievers@vrfy.org> which blows away my puny shell scripts
2526   o added debian's version of udev.permissions
2527   o change to 006_bk version
2528
2529 Kay Sievers:
2530   o format char for CALLOUT output
2531   o more namedev whitespace cleanups
2532   o support arguments in callout exec
2533   o namedev.c - change order of fields in CALLOUT
2534   o namedev.c whitespace + debug text cleanup
2535   o man page with udev.permissions wildcard
2536
2537 Olaf Hering:
2538   o static klibc udev does not link against crt0.o
2539
2540 Summary of changes from v005 to v006
2541 ============================================
2542
2543 <chris_friesen:sympatico.ca>:
2544   o faster test scripts
2545
2546 Arnd Bergmann:
2547   o more robust config file parsing in namedev.c
2548   o add bus id modifier
2549
2550 Daniel E. F. Stekloff:
2551   o patch for libsysfs sysfs directory handling
2552
2553 Greg Kroah-Hartman:
2554   o add another line to udev.permissions in the proper format
2555   o tweak replace_test
2556   o fix permissions to work properly now
2557   o add real udev.permissions file to test directory
2558   o fix namedev.c to build with older version of gcc
2559   o add dumb test for all of the different modifiers
2560   o update the TODO list with more items that people can easily do
2561   o move the test.block and test.tty scripts to the test/ directory
2562   o add remove actions to the test scripts
2563   o turn DEBUG_PARSER off by default
2564   o add some documentation for the %b modifier to the default config file
2565   o fix make install rule for when the udev symlink is already there
2566   o change release target in makefile
2567   o change debug level on printf values for now
2568   o updated demo config file
2569   o add some documentation of the modifiers to the default config file
2570   o add demo config file
2571   o updated bk ignore list for klibc generated files
2572   o add printf option to label test to verify it works
2573   o fix up printf-like functionality due to previous changes
2574   o get the major/minor number before we name the device
2575   o add scsi_id "extra" program from Patrick Mansfield <patmans@us.ibm.com>
2576   o Add multipath "extra" program from Christophe Varoqui, <christophe.varoqui@free.fr>
2577   o trailing whitespace cleanups
2578   o splig LABEL and NUMBER into separate functions
2579   o add TOPO regression test
2580   o move TOPOLOGY rule to it's own function
2581   o fix bug where NUMBER and TOPOLOGY would not work for partitions
2582   o clean up the way we find the sysdevice for a block device for namedev
2583   o updated label test script (tests for partitions now.)
2584   o split REPLACE and CALLOUT into separate functions
2585   o add debug line for REPLACE call
2586   o add replace test
2587   o add more sysfs test tree files
2588   o change UDEV_SYSFS_PATH environment variable due to libsysfs change
2589   o fix bug in klibc's isspace function
2590   o fix udev-add.c to build properly with older versions of gcc
2591   o add prototype for ftruncate to klibc
2592   o Remove a few items from the TODO list that are already done
2593   o version number to 005_bk
2594   o pull some klibc stuff into the make Makefile to try to stay in sync
2595   o klibc build fixes
2596
2597 Kay Sievers:
2598   o apply permissions.conf support for wildcard and default name
2599   o man page with included placeholder list
2600   o implement printf-like placeholder support for NAME
2601   o more manpage tweaks
2602   o add support for subdirs
2603   o add uid/gid to nodes
2604
2605 Olaf Hering:
2606   o DESTDIR for udev
2607
2608 Paul Mundt:
2609   o Fixup path for kernel includes when building with klibc
2610
2611 Robert Love:
2612   o udev init script
2613
2614
2615 Summary of changes from v004 to v005
2616 ============================================
2617
2618 <kay:vrfy.org>:
2619   o namedev.c comments + debug patch
2620   o man page update
2621
2622 Greg Kroah-Hartman:
2623   o ignore the klibc/linux symlink
2624   o add klibc linux symlink info to the README
2625   o get 'make release' to work properly again
2626   o added README info for how to build using klibc
2627   o turn off debugging if we are building with klibc
2628   o turn off debugging in namedev
2629   o added vsyslog support to klibc
2630   o add ftruncate to klibc
2631   o klibc specific tweaks
2632   o libsysfs does not need mntent.h in it's header file
2633   o udev build tweaks to tdb's spinlock code
2634   o klibc makefile changes
2635   o build tdb and libsysfs from the same makefile as udev
2636   o udev-add build cleanups for other libc versions
2637   o tweak tdb to build within udev better
2638   o make libsysfs spit debug messages to the same place as the rest of udev
2639   o make libsysfs build cleanly
2640   o updated bk ignore list
2641   o added klibc version 0.82 (cvs tree) to the udev tree
2642   o makefile fix for now
2643   o Merge greg@bucket:/home/greg/src/udev into kroah.com:/home/greg/src/udev
2644   o hm, makefile bug with so many files...  will fix later
2645   o regression tests starting to be added
2646   o fix LABEL bug for device files (not class files.)
2647   o more warning flags to the build
2648   o got rid of struct device_attr
2649   o rename namedev.permissions and namedev.config to udev.permissions and udev.config
2650   o fix dbg line in namedev.c
2651   o more overrides of config info with env variables if in test mode
2652   o Fix bug causing udev to sleep forever waiting for dev file to show up
2653   o change version to 004_bk
2654   o make config files, sysfs root, and udev root configurable from config variables
2655
2656 Robert Love:
2657   o udev: sleep_for_dev() bits
2658   o udev: another canidate for static
2659
2660
2661 Summary of changes from v003 to v004
2662 ============================================
2663
2664 Daniel E. F. Stekloff:
2665   o new version of libsysfs patch
2666
2667 Greg Kroah-Hartman:
2668   o 004 release
2669   o major database cleanups
2670   o Changed test.block and test.tty to take ACTION from the command line
2671   o don't sleep if 'dev' file is already present on device add
2672   o fix comment about how the "dev" file is made up
2673   o more database work.  Now we only store the info we really need right now
2674   o add BUS= bug to TODO list so it will not get forgotten
2675   o spec file changes
2676   o test.block changes
2677   o ok, rpm likes the "_" character instead of "-" better
2678   o change the version to 003-bk to keep things sane with people using the bk tree
2679   o got "remove of named devices" working
2680   o fix segfaults when dealing with partitions
2681
2682 Kay Sievers:
2683   o man file update
2684   o man page update
2685
2686 Robert Love:
2687   o udev: mode should be mode_t
2688   o udev: trivial trivialities
2689   o udev: cool test scripts again
2690   o udev spec file symlink support
2691   o udev: cool test scripts
2692   o udev spec file bits
2693
2694
2695 Summary of changes from v0.2 to v003
2696 ============================================
2697
2698 Daniel E. F. Stekloff:
2699   o udevdb patch
2700   o udevdb prototype
2701
2702 Greg Kroah-Hartman:
2703   o update the spec file for the new version and install process
2704   o fix makefile release rule to not drop tdb.h file
2705   o Add FAQ for udev
2706   o removed AUTHORS and INSTALL files as they were pretty pointless
2707   o copyright updates
2708   o Add AUTHORS and INSTALL files
2709   o TODO updates
2710   o Updatd the README
2711   o updated the TODO list
2712   o add udev man page (basically just a place holder for now.)
2713   o added uninstall support
2714   o added install target for makefile so people don't have to do it by hand anymore
2715   o add version to debug log on startup
2716   o tell the user what mknod() we are trying to do
2717   o add dbg_parse() to cut down on parse file debugging statements
2718   o put config files and database in /etc/udev by default
2719   o add ols 2003 udev paper to docs/
2720   o clean up some debugging stuff in namedev.c
2721   o do not build the tdb binary programs, only the objects
2722   o merge tdb into the build process
2723   o Added tdb code from latest cvs version in the samba tree
2724   o added my name to the .spec file
2725   o minor cleanups
2726   o cleanup the mknod code a bit
2727   o remove mknod callout
2728   o handle new major:minor format of dev files that showed up in 2.6.0-test2-bk3 or so
2729   o oops, everything was getting created as 000 mode, try to fix this up, but fail...
2730   o more test stuff
2731
2732 Olaf Hering:
2733   o print udev pid
2734
2735 Patrick Mansfield:
2736   o add callout config type to udev
2737
2738 Paul Mundt:
2739   o Fix TDB cross compilation
2740   o udev spec file
2741   o udev/libsysfs cross compile fixes
2742
2743
2744 Summary of changes from v0.1 to v0.2
2745 ============================================
2746
2747 Greg Kroah-Hartman:
2748   o more test stuff
2749   o removed unneeded stuff from udev.h
2750   o added 0.2 change log info
2751   o start working on label support, and fix some segfaults for block devices
2752   o test config file changes
2753   o add NUMBER support (basically same logic as TOPOLOGY, perhaps we should
2754     merge this...)
2755   o added topology support
2756   o got REPLACE to work properly
2757   o make struct config_device contain a struct device_attr instead of
2758     duplicating the mess
2759   o block test
2760   o split the tests up into different files
2761   o split udev main logic into udev-add and udev-remove
2762   o Clean up the namedev interface a bit, making the code smaller
2763   o bk: update ignore list
2764   o update the tests to handle block devices too
2765   o add initial libsysfs support
2766   o added libsysfs to the build
2767   o added libsysfs code from sysutils-0.1.1-071803 release
2768   o namedev config files are fully parsed
2769   o more permission tests
2770   o make log_message spit out warnings so I don't have to spend forever
2771     chasing down stupid bugs that aren't there...
2772   o added klibc makefile
2773   o Initial namedev parsing of config files
2774   o sleep for 2 seconds to give the kernel a chance to actually create the
2775     files we need
2776   o pick a better default UDEV_ROOT
2777   o fix up the test to actually work
2778   o added more documentation in README and TODO files
2779
2780
2781 Summary of changes up to v0.1
2782 ============================================
2783
2784 Greg Kroah-Hartman:
2785   o added more documentation in README and TODO files
2786   o updated the documentation
2787   o cleaned up the makefile a bit
2788   o remove now works!
2789   o restructure code to be able to actually get remove_node() to work
2790   o Creating nodes actually works
2791   o added stupid test script for debugging
2792   o added initial documentation and gpl license
2793   o enabled debugging
2794   o updated ignore list
2795   o added initial files
2796   o fixed up config
2797   o Initial repository create
2798   o BitKeeper file /home/greg/src/udev/udev/ChangeSet
2799