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