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