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