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