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