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