chiark / gitweb /
[PATCH] 043 release
[elogind.git] / ChangeLog
1 Summary of changes from v042 to v043
2 ============================================
3
4 Greg Kroah-Hartman:
5   o add test target to makefile
6   o add dumb script to show all sysfs devices in the system
7
8 Kay Sievers:
9   o Shut up wait_for_sysfs class/net failure messages, as it's not possible to
10     get that right for all net devices. Kernels later than 2.6.10-rc1 will
11     handle that by carrying the neccessary information in the hotplug event.  
12   o wait() for specific pid to return from fork()
13   o Don't use any syslog() in signal handler, cause it may deadlock
14   o Add support for highpoint ataraid to volume_id to suppress label reading on raid set members.
15   o Add a bunch of devices without "device" symlinks
16   o Exit, if udevtest cannot open the device (segfault)
17   o Patches from Harald Hoyer <harald@redhat.com>
18   o Apply the default permissions even if we found a entry in the permissions
19     file. Correct one test, as the default is applied correctly now and the
20     mode will no longer be 0000.
21   o add test for format chars in multiple symlinks to replace
22   o Add net/vmnet and class/zaptel to the list of devices without physical device
23
24
25 Summary of changes from v040 to v042
26 ============================================
27
28 Greg Kroah-Hartman:
29   o add inotify to the rules for gentoo
30
31 Kay Sievers:
32   o skip waiting for device if we get a bad event for class creation and not for a device underneath it
33   o add net/pan and net/bnep handling
34   o switch wait for bus_file to stat() instead of open() add net/tun device handling add ieee1394 device handling
35   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
36   o ignore *.rej files from failed patches
37   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.
38   o improve klibc fixup integration
39   o cleanup udevd/udevstart
40   o expose sysfs functions for sharing it
41
42
43 Summary of changes from v039 to v040
44 ============================================
45
46 <jk:blackdown.de>:
47   o wait_for_sysfs update for dm devices
48
49 Greg Kroah-Hartman:
50   o sparse cleanups on the tree
51   o fix stupid cut-and-paste error for msr devices on gentoo boxes
52   o add *~ to bk ignore list
53   o delete udevruler.c as per Kay's request
54   o fix up the wait_for_sysfs_test script a bit
55
56 Kay Sievers:
57   o fix debug in volume id / fix clashing global var name
58   o volume_id fix
59   o $local user
60   o cleanup netif handling and netif-dev.d/ events
61   o big cleanup of internal udev api
62   o don't wait for dummy devices
63   o close the syslog
64   o Fix ppp net devices in wait_for_sysfs
65   o Fix wait_for_sysfs messages (more debugging info)
66
67
68 Summary of changes from v038 to v039
69 ============================================
70
71 Greg Kroah-Hartman:
72   o Hopefully fix the vcs issue in wait_for_sysfs
73   o take out & from wait_for_sysfs_test that I previously missed
74   o add very nice cdsymlinks scripts
75   o add some helper scripts for dvb and input devices
76   o add debian config files
77   o let the extras/ programs build "pretty" also
78   o tweak the ccdv program to handle files in subdirectories being built
79   o crap, I messed up the 'sed' instances pretty badly, this fixes the config and man page mess
80   o fix broken 'make -j5' functionality
81
82 Kay Sievers:
83   o swich attribute open() to simple stat()
84   o wait_for_sysfs update for /class/firmware and /class/net/irda devices
85   o fix unusual sysfs behavior for pcmcia_socket
86   o remove sleeps from udev as it is external now
87   o delete udevruler?
88   o Makefile fix
89
90 Patrick Mansfield:
91   o update udev to scsi_id 0.7
92   o pass SYSFS setting down for extras builds
93   o move assignments past local variables
94
95
96 Summary of changes from v037 to v038
97 ============================================
98
99 <andrew.patterson:hp.com>:
100   o Re: Problem parsing %s in udev rules
101
102 Greg Kroah-Hartman:
103   o fix up error in building extras and libsysfs
104
105 Summary of changes from v036 to v037
106 ============================================
107
108 <md:linux.it>:
109   o small udev patch
110
111 Greg Kroah-Hartman:
112   o fix compilation warning in tdb log message
113   o Fix build error with klibc due to recent changes
114   o merge
115   o add wait_for_sysfs test script to the tarball to help people debug their boxes
116   o add ipsec to wait_for_sysfs ignore list
117   o added ccdv to bk ignore list
118   o a few more Makefile tweaks for the quiet feature
119   o Make the build silent, thanks to a helper program from ncftp
120   o rename files to have '_' instead of '-' in them
121   o change max time to wait in wait_for_sysfs to 10 seconds to hopefully handle some slow machines
122   o add support for class/raw/ to wait_for_sysfs
123   o fix up Makefile for wait_for_sysfs udev_version.h dependancy
124   o remove the debian specific file, as they don't want to share with the rest of the world :(
125
126 Kay Sievers:
127   o prevent deadlocks on an corrupt udev database
128   o wait_for_sysfs_update
129
130 Michael Buesch:
131   o fix asmlinkage
132   o fix incompatible pointer type warning
133
134
135 Summary of changes from v035 to v036
136 ============================================
137
138 Greg Kroah-Hartman:
139   o add the error number to the error message in wait_for_sysfs to help out in debugging problems
140
141 Summary of changes from v034 to v035
142 ============================================
143
144 Greg Kroah-Hartman:
145   o added ieee1394 support to wait_for_sysfs
146   o update wait_for_sysfs with a bunch more devices thanks to user reports
147
148 Summary of changes from v033 to v034
149 ============================================
150
151 Kay Sievers:
152   o wait_for_sysfs bluetooth class update
153
154 Greg Kroah-Hartman:
155   o add comment in wait_for_sysfs to explain the structure better
156   o Revert previous dev_d.c change, it's not what is causing HAL problems
157   o hm, somethings odd with DEVPATH, see if this fixes it
158   o 33_bk mark for the makefile
159   o wait_for_sysfs: clean up the logic for the list of devices that we do not expect device symlinks for
160   o get rid of annoying extra lines in the syslog for some libsysfs debug messages
161   o added support for i2c devices in wait_for_sysfs.c
162   o add support for i2c-adapter devices to wait_for_sysfs.c
163
164 Summary of changes from v032 to v033
165 ============================================
166
167 <harald:redhat.com>:
168   o udev close on exec
169   o some cleanups and security fixes
170   o some cleanups and security fixes
171   o selinux for udev
172   o cleanup PATCH for extras/chassis_id/Makefile
173
174 <kpfleming:backtobasicsmgmt.com>:
175   o respect prefix= setting in built udev.conf (updated)
176
177 Greg Kroah-Hartman:
178   o add support for usb interfaces to wait_for_sysfs to keep it quiet
179   o enable native tdb spinlocks on i386 platforms
180   o delete extras/multipath-tools as per the author's request
181   o be paranoid in dev_d.c
182   o add USE_SELINUX to README documentation so people have a chance to see what is going on
183   o update the selinux.h file to start to look sane
184   o update bk ignore list for the wait_for_sysfs binary
185   o kdetv wants to see device nodes in /dev
186   o update comments in scsi-devfs.sh
187   o fix up Makefiles to get the klibc build working properly
188   o update bk ignore list for new klibc generated files
189   o oops forgot to add the new klibc/include directory
190   o update klibc to version 0.181
191
192 Kay Sievers:
193   o fix problems with dev.d and udevstart
194   o wait_for_sysfs debug cleanup
195   o fix problems using scsi_id with udevstart
196   o update volume_id
197   o finally solve the bad sysfs-timing for all of us
198   o volume-id build fix and update
199   o switch udev's seqnum to u64
200   o add enum tests
201   o fix udev segfaults with bad permissions file
202
203 Patrick Mansfield:
204   o update udev to include scsi_id 0.6
205
206
207 Summary of changes from v031 to v032
208 ============================================
209
210 <harald:redhat.com>:
211   o udev parse bug
212
213 Kay Sievers:
214   o handle only block and class devices
215   o fix udevstart badly broken in udev 031
216
217
218 Summary of changes from v030 to v031
219 ============================================
220
221 <arun:codemovers.org>:
222   o udev - read long lines from config files overflow fix
223
224 <ballarin.marc:gmx.de>:
225   o Update the FAQ with info about hardlink security
226
227 <david:fubar.dk>:
228   o compatibility symlinks for udev
229
230 David Weinehall:
231   o Minor POSIX-fixes for udev
232
233 Greg Kroah-Hartman:
234   o add symlink for video rule
235   o add a "first" list to udevstart and make it contain the class/mem/ devices
236   o fix compiler warning in udevtest.c
237   o Fix old-style pty breakage in rules file for tty device
238   o add rules for i386 cpu devices
239   o add permission for legotower usb devices
240
241 Kay Sievers:
242   o Fix naming ethernet devices in udevstart
243   o update udev_volume_id
244   o let /sbin/hotplug execute udev earlier
245   o pass SEQNUM trough udevd
246   o fix manpages based on esr's spambot
247
248 Martin Schlemmer:
249   o add microcode rule to permissions.gentoo file
250
251 Michael Buesch:
252   o Try to provide a bit of security for hardlinks to /dev entries
253
254 Olaf Hering:
255   o udevsend depends on udev_lib.o
256
257 Tom Rini:
258   o fix UDEV_NO_SLEEP
259   o clean up start_udev a bit
260   o Make udev/udevstart be one binary
261   o Add 'asmlinkage' to udev-030
262
263
264 Summary of changes from v029 to v030
265 ============================================
266
267 Greg Kroah-Hartman:
268   o fix stupid off-by-one bug that caused udevstart to die on x86-64 boxes
269
270
271 Summary of changes from v028 to v029
272 ============================================
273
274 Greg Kroah-Hartman:
275   o add permission rule for jogdial device
276   o fix dumb bug I added to udevstart
277   o make a "last list" of devices for udevstart to operate on last
278   o fix permission problem with input event and ts nodes for gentoo
279   o change default perms of misc/rtc to be readable by anyone
280
281 Olaf Hering:
282   o allow NAME_SIZE > SYSFS_PATH_MAX
283
284
285 Summary of changes from v027 to v028
286 ============================================
287
288 <atul.sabharwal:intel.com>:
289   o Patch for chassis_id exras module
290
291 Daniel Drake:
292   o Writing udev rules doc update
293
294 Greg Kroah-Hartman:
295   o clean up block whitelist search logic a bit
296   o reverse order of scanning of udevstart to look at class before block
297
298 Kay Sievers:
299   o update udev_volume_id
300
301 Leann Ogasawara:
302   o udevstart performance increase
303
304 Patrick Mansfield:
305   o update udev scsi_id to scsi_id 0.5
306
307
308 Summary of changes from v026 to v027
309 ============================================
310
311 <fork0:users.sf.net>:
312   o fix handle leak in udev_lib.c
313
314 Greg Kroah-Hartman:
315   o tweak the gentoo default permission rules as they are wrong for tty and misc devices
316
317
318 Summary of changes from v025 to v026
319 ============================================
320
321 Arnd Bergmann:
322   o udev rpm fix
323
324 Greg Kroah-Hartman:
325   o add test for ! in partition name
326   o 025_bk mark
327   o Update to version 117 of klibc (from version 108)
328   o add volume_id ignore rule for bk
329   o add volume_id support to the udev.spec file
330   o remove dbus and selinux stuff from the udev.spec file
331   o delete udev_selinux as it doesn't work properly and is the wrong way to do it
332   o Deleted the udev_dbus extra as it didn't really work properly and HAL has a real solution now
333   o add udev.permissions.slackware file
334   o udevstart: close open directories
335
336 Kay Sievers:
337   o fix udevd zombies
338   o catchup with recent klibc
339   o Re: udevsend fallback
340   o udev_volume_id update
341   o udev callout for reading filesystem labels
342   o udev callout for reading filesystem labels
343   o udev default config layout changes
344
345 Leann Ogasawara:
346   o evaluate getenv() return value for udev_config.c
347
348 Summary of changes from v024 to v025
349 ============================================
350
351 <md:linux.it>:
352   o devfs.sh-ide-floppy
353
354 <sjoerd:spring.luon.net>:
355   o DEVNODE -> DEVNAME transition fixes
356
357 Daniel Drake:
358   o Update writing udev rules docs
359
360 Greg Kroah-Hartman:
361   o make dev.d call each directory in the directory chain of the device name, instead of just the whole name
362   o add devd_test script
363   o add more permissions based on SuSE's recommendations
364   o added rules for tun and raw devices
365   o add udev conf.d file
366   o Switch the default config to point to a directory for the rules and permission files
367   o update the Red Hat .dev files to work on other distros
368   o add dbus.dev, pam_console.dev and selinux.dev files for /etc/dev.d/default/ usage
369   o add hints for red hat users from Leann Ogasawara <ogasawara@osdl.org>
370   o add scripts to run gcov for udev from Leann Ogasawara <ogasawara@osdl.org>
371   o change permissions on udevd test scripts
372   o Fix build process for users who have LC_ALL set to a non-english language
373   o Added expanded tests to the test framework from Leann Ogasawara <ogasawara@osdl.org>
374   o added execelent "writing udev rules" document from Daniel Drake <dan@reactivated.net>
375   o added rule to put USB printers in their proper places
376   o added rules for CAPI devices
377   o added a dev.d alsa script to help people out
378
379 Kay Sievers:
380   o fix test regressions
381   o udev_selinux changes
382   o udevd test script
383   o udev_dbus changes
384   o fix devpath for netdev
385
386 Leann Ogasawara:
387   o gcov for udev
388
389
390 Summary of changes from v023 to v024
391 ============================================
392
393 <atul.sabharwal:intel.com>:
394   o Add README for chassis_id
395   o Add chassis_id program to extras directory
396
397 <chris_friesen:sympatico.ca>:
398   o udevd race conditions and performance,  assorted cleanups
399
400 <hare:suse.de>:
401   o fix SEGV in libsysfs/dlist.c
402
403 <maryedie:osdl.org>:
404   o add OSDL documentation for persistent naming
405
406 <md:linux.it>:
407   o small ide-devfs.sh fix
408
409 Greg Kroah-Hartman:
410   o remove compiler warning from udevd.c
411   o only generate udev.8 on the fly, not all other man pages
412   o update bk ignore list some more
413   o update bk ignore list
414   o switch to generate the man pages during the normal build, not during the install
415   o convert udev.8.in to use @udevdir@ macro for make install
416   o first step of making man pages dynamically generated
417   o add install and uninstall the etc/dev.d/net/hotplug.dev file to the Makefile
418   o tweak net_test a bit
419   o fix some segfaults when running udevtest for network devices
420   o make a net_test test script using udevtest
421   o handle the subsytem if provided in udevtest
422   o add hotplug.dev script to handle renamed network devices
423   o add a bunch of network class devices to the test sysfs tree
424   o add udevruler to the bk ignore list
425   o update RFC-dev.d docs due to DEVNODE to DEVNAME change
426   o clean up chassis_id coding style
427   o clean up the OSDL document formatting a bit
428   o add netlink rules to devfs and gentoo rules files
429   o added USB device rules to rules files
430   o clean up the gentoo rules file a bit more, adding dri rules
431   o fix up udev.rules to handle oss rules better
432   o 023_bk mark
433   o fix udev.spec file for where udevtest should be placed
434
435 Kay Sievers:
436   o tweak node unlink handling
437   o switch udevd's msg_dump() to #define
438   o handle netdev in udevruler
439   o man page cleanup
440   o put config info in db for netdev
441   o increase udevd event timeout
442   o udevstart fix
443   o put netdev handling and dev.d/ in manpages
444   o DEVPATH for netdev
445   o netdev - udevdb+dev.d changes
446   o udevd race conditions and performance,  assorted cleanups - take 2
447   o udevinfo patch
448   o dev_d.c file sorting and cleanup
449   o apply all_partitions rule to main block device only
450
451
452 Summary of changes from v022 to v023
453 ============================================
454
455 Kay Sievers:
456   o hmm, handle net devices with udev?
457   o correct apply_format() for symlink only rules
458   o don't init namedev on remove
459   o first stupid try for a rule compose gui
460   o replace fgets() with mmap() and introduce udev_lib.[hc]
461   o make udevtest a real program :)
462
463 Daniel E. F. Stekloff:
464   o udevinfo patch
465
466 Greg Kroah-Hartman:
467   o create the /etc/dev.d/ directories in 'make install'
468   o actually have udev run files ending in .dev in the /etc/dev.d/ directory as documented
469   o added RFC-dev.d document detailing how /etc/dev.d/ works
470   o fixed up udev.spec to handle selinux stuff properly now
471   o remove USE_DBUS and USE_SELINUX flags from the README as they are no longer present
472   o remove selinux stuff from the main Makefile
473   o move udev_selinux into extras/selinux
474   o fix dbus build in the udev.spec file
475   o remove dbus stuff from main Makefile
476   o move udev_dbus to extras/dbus
477   o udev_dbus can now compile properly, but linnking is another story
478   o remove udev_dbus.h from Makefile
479   o first cut at standalone udev_selinux program
480   o remove selinux support from udev core as it's no longer needed
481   o first cut at standalone udev_dbus program
482   o add get_devnode() helper to udev_lib for udev_dbus program
483   o remove dbus code from core udev code as it's no longer needed to be there
484   o add /etc/dev.d/ support for udev add and remove events
485   o fix build error in namedev.c caused by previous patch
486   o 022_bk tag
487   o fix 'make spotless' to really do that in klibc
488   o add a question/answer about automounting usb devices to the FAQ
489   o mark scsi-devfs.sh as executable
490   o Increase the name size as requested by Richard Gooch <rgooch@ras.ucalgary.ca>
491   o fix udevtest to build properly after the big udev_lib change
492
493 Olaf Hering:
494   o uninitialized variable for mknod and friend
495
496 Richard Gooch:
497   o SCSI logical and physical names for udev
498
499 Theodore Y. T'so:
500   o Trivial man page typo fixes to udev
501
502
503 Summary of changes from v021 to v022
504 ============================================
505
506 <ananth:in.ibm.com>:
507   o more Libsysfs updates
508   o Libsysfs updates
509
510 <async:cc.gatech.edu>:
511   o fix HOWTO-udev_for_dev for udevdir
512
513 Kay Sievers:
514   o udev-test.pl cleanup
515   o add dev node test to udev-test.pl
516   o add permission tests
517   o "symlink only" test
518   o callout part selector tweak
519   o cleanup callout fork
520   o allow to specify node permissions in the rule
521   o man page beauty
522   o put symlink only rules to the man page
523   o rename strn*() macros to strmax
524   o conditional remove of trailing sysfs whitespace
525   o clarify udevinfo text
526   o better fix for NAME="foo-%c{N}" gets a truncated name
527   o overall trivial trivial cleanup
528   o fix NAME="foo-%c{N}" gets a truncated name
529   o cleanup mult field string handling
530
531 <ken:cgi101.com>:
532   o fix a type in docs/libsysfs.txt
533   o Added line to udev.permissions.redhat
534   o Include more examples in the docs area for gentoo and redhat
535
536 <md:linux.it>:
537   o udevstart fixes
538
539 Greg Kroah-Hartman:
540   o add big major tests to udev-test.pl
541   o add a test for a minor over 255
542   o udev-test.pl: print out major:minor and perm test "ok" if is ok
543   o make perm and major:minor test errors be reported properly
544   o remove extra ; in namedev_parse.c
545   o Added multipath-tools 0.1.1 release
546   o deleted current extras/multipath directory
547   o 021_bk mark
548   o fix the build for older versions of gcc
549
550 Hanna V. Linder:
551   o Small fix to remove extra "will" in man page
552
553 Olaf Hering:
554   o make spotless
555   o udev* segfaults with new klibc
556
557 Patrick Mansfield:
558   o add tests for NAME="foo-%c{N}"
559
560 Summary of changes from v020 to v021
561 ============================================
562
563 Kay Sievers:
564   o install udevinfo in /usr/bin
565   o blacklist pcmcia_socket
566
567 Greg Kroah-Hartman:
568   o fix udev.spec to find udevinfo now that it has moved to /usr/bin
569   o Fix another problem with Makefile installing initscript
570   o fix the Makefile to install the init script into the proper directory
571   o make spec file turn off selinux support by default
572
573
574 Summary of changes from v019 to v020
575 ============================================
576
577 <christophe.varoqui:free.fr>:
578   o multipath update
579
580 Kay Sievers:
581   o man page udevstart
582   o cleanup udevstart
583   o bugfix for local user
584   o unlink bugfix
585   o TODO update
586   o clarify udevinfo device walk
587   o udevinfo symlink reverse query
588   o fix stroul endptr use
589   o add $local user spport for permissions
590   o udev - man page update
591   o udev - fix debug info for multiple rule file config
592   o udev - kill udevd on install
593   o udev - activate formt length attribute
594   o udev - safer sprintf() use
595
596 <md:linux.it>:
597   o no error on enoent
598   o escape dashes in man pages
599   o remove usage of expr in ide-devfs.sh
600
601 <rml:ximian.com>:
602   o automatically install correct initscript
603   o update documetation for $local
604
605 Andrey Borzenkov:
606   o Add symlink only rules support
607
608 Greg Kroah-Hartman:
609   o update the TODO list as we already have a devfs config file
610   o make start_udev use udevstart binary
611   o install udevstart
612   o Remove Debian permission files as the Debian maintainer doesn't seem to want to share :(
613   o update the Gentoo rules files
614   o Add Red Hat rules and permissions files
615   o add udevstart to the ignore list
616   o add udevstart program based on a old patch from Harald Hoyer <harald@redhat.com>
617   o unlink the file before we try to create it
618   o Merge greg@bucket:/home/greg/src/udev into kroah.com:/home/greg/src/udev
619
620
621 Summary of changes from v018 to v019
622 ============================================
623
624 Kay Sievers:
625   o TODO update
626   o udev - correct relative symlink
627   o udev - safer string handling - part four
628   o udev - safer string handling - part three
629   o udev - safer string handling - part two
630   o udev - man page update
631   o udev - safer string handling all over the place
632   o manpage update
633   o udev - allow all files in a directory as the config
634   o udev - simple klibc textual uid/gid handling
635
636 Andrey Borzenkov:
637   o do not remove real .udev.tdb during RPM build
638
639 Greg Kroah-Hartman:
640   o add new TODO item about local user permissions
641   o Add initial SELinux support for udev
642   o fix build for very old versions of make
643   o remove limit of the number of args passed to PROGRAM
644   o force udev to include the internal version of libsysfs and never the external one
645   o fix up libsysfs header file usage to fix bug reports from users that have sysfsutils installed already
646   o remove udevtest on 'make clean'
647   o remove udevd priority TODO item, as it's not needed at all
648
649 Patrick Mansfield:
650   o update udev scsi_id to scsi_id 0.4
651
652
653 Summary of changes from v017 to v018
654 ============================================
655
656 <ext.devoteam.varoqui:sncf.fr>:
657   o [PATCH] symlink dm-[0-9]* rule
658   o update extras/multipath
659
660 <john-hotplug:fjellstad.org>:
661   o init.d debian patch
662
663 Kay Sievers:
664   o udev - TODO update
665   o udev - add %s{filename} to man page
666   o udev - udevd/udevsend man page
667   o udev - switch callout part selector to {attribute}
668   o udev - switch SYSFS_file to SYSFS{file}
669   o udev - create all partitions of blockdevice
670   o allow SYSFS{file}
671   o Adding '%s' format specifier to NAME and SYMLINK
672
673 Greg Kroah-Hartman:
674   o added some scsi_id files to the bk ignore file
675   o added scsi_id and some more documentation to the udev.spec file
676   o update udev.rules.gentoo with new config file format
677   o Update the Gentoo udev.rules and udev.permissions files
678   o Create a udev.rules.examples file to hold odd udev.rules
679   o add udevd priority issue to the TODO list
680   o more HOWTO cleanups
681   o add HOWTO detailing how to use udev to manage /dev
682   o mv libsysfs/libsysfs.h to libsysfs/sysfs/libsysfs.h to make it easier to use
683   o add start_udev init script
684   o add support for UDEV_NO_SLEEP env variable so Gentoo people will be happy
685   o start up udevd ourselves in the init script to give it some good priorities
686   o update the red hat init script to handle nodes that are not present
687   o add a "old style" SYSFS_attribute test to udev-test.pl
688   o Have udevsend report more info in debug mode
689   o Have udevd report it's version in debug mode
690   o fix up bug created for udevtest in previous partition creation patch
691   o update the udev.spec to add udevtest and make some more Red Hat suggested changes
692   o add ability to install udevtest to Makefile
693   o 017_bk mark
694   o Add another test to udev-test.pl and fix a bug when only running 1 test
695   o Fix bug where we did not use the "converted" kernel name if we had no rule
696
697 Patrick Mansfield:
698   o udev use new libsysfs header file location
699   o udev add some ID tests
700
701
702 Summary of changes from v016 to v017
703 ============================================
704
705 <azarah:nosferatu.za.org>:
706   o make logging a config option
707
708 <christophe.varoqui:free.fr>:
709   o more udev-016/extras/multipath
710   o more udev-016/extras/multipath
711   o update extras/multipath
712
713 Kay Sievers:
714   o udev - keep private data out of the database?
715   o better credential patch
716   o udevd - client access authorization
717   o compile udevd with klibc
718   o udev - fix "ignore method"
719   o udev - fix cdrom symlink rule
720   o convert udevsend/udevd to DGRAM and single-threaded
721   o udevd - kill the lockfile
722   o udevd - fix socket path length
723   o udevd - switch socket path to abstract namespace
724   o udevd - allow to bypass sequence number
725   o include used function
726
727 Greg Kroah-Hartman:
728   o add udev_log to the documentation
729   o fix offsetof() define in klibc
730   o add some .spec file changes from Red Hat
731   o update the init.d udev script based on a patch from Red Hat
732   o remove the .udev.tdb when installing or uninstalling to be safe
733   o remove the database at startup
734   o fix bug in permission handling
735   o update klibc to version .107
736   o update the bitkeeper ignore file list
737   o add udevtest program to build
738   o fix problem where usb devices can be either the main device or the interface
739   o more logging.h cleanups to be a bit more flexible
740   o stop using mode_t as different libcs define it in different ways :(
741   o remove some more KLIBC fixups that are no longer needed
742   o let udev-test.pl run an individual test if you ask it to
743   o Handle the '!' character that some block devices have
744   o add a block device with a ! in the name, and a test for this
745   o fix up 'make release' to use bk to build the export tree
746   o fix log option code so that it actually works for all udev programs
747   o finish syncing up with klibc
748   o sync with latest version of klibc (0.107)
749   o fix up Makefile dependancies for udev_version.h
750
751 Patrick Mansfield:
752   o udev add wild card compare for ID
753   o udev kill extra bus_id compares in match_id
754
755
756 Summary of changes from v015 to v016
757 ============================================
758
759 <elkropac:students.zcu.cz>:
760   o get_dev_number() in extras/ide-devfs.sh
761
762 <rrm3:rrm3.org>:
763   o FAQ udev.rules.devfs
764
765 Greg Kroah-Hartman:
766   o add udevd and udevsend to the spec file
767   o make /etc/hotplug.d/default/udev.hotplug symlink point to udevsend now
768   o add KERNEL_DIR option so that the distros will be happy
769   o make udevsend binary even smaller
770   o udevsend now almost compiles with klibc, struct sockaddr_un is only problem now
771   o fix up logging code so that it can be built without it being enabled
772   o rework the logging code so that each program logs with the proper name in the syslog
773   o remove logging.c as it's no longer needed
774   o kill the last examples that contained the %D option
775   o remove a __KLIBC__ tests in libsysfs, as klibc now supports getpagesize()
776   o udevd - remove stupid locking error I wrote
777   o update to klibc version 0.101, fixing the stdin bug
778   o fix Makefile typo for USE_LSB install
779   o allow dbus code to actually build again
780
781 Kay Sievers:
782   o let udevsend build with klibc
783   o udevd - config cleanup
784   o udevd - cleanup and better timeout handling
785   o fix possible buffer overflow
786   o udevd - next round of fixes
787   o udevinfo - missing options for man page
788   o udev - trivial style cleanup
789
790
791 Summary of changes from v014 to v015
792 ============================================
793
794 <mbuesch:freenet.de>:
795   o LFS init script update
796
797 Greg Kroah-Hartman:
798   o update klibc to version 0.98
799   o clean up udevinfo on 'make clean'
800   o add udevinfo man page to spec file
801   o remove command line documentation from udev man page
802   o create initial version of udevinfo man page
803   o added URL to spec file
804   o add udevinfo to udev.spec file
805   o add udevinfo to install target of Makefile
806   o rip out command line code from udev, now that we have udevinfo
807   o udevinfo doesn't need to declare main_envp
808   o move get_pair to udev_config.c because udevinfo doesn't need all of namedev.o
809   o more makefile cleanups
810   o move udevinfo into the main build and clean up the main Makefile a bit
811   o clean up compiler warnings if building using klibc
812   o make udevd only have one instance running at a time
813   o new testd.block script for debugging
814   o udevsnd : clean up message creation logic a bit
815   o make bk ignore udevd and udevsend binaries
816   o whitespace cleanups
817   o remove TODO item about BUS value, as it is now done
818   o add support for figuring out which device on the sysfs "chain" the rule applies to
819
820 Kay Sievers:
821   o udevinfo - now a real program :)
822   o udevd - cleanup and better timeout handling
823   o udev - next round of udev event order daemon
824   o fix udevd exec
825   o udev - udevinfo with device chain walk
826   o spilt udev into pieces
827
828
829 Summary of changes from v013 to v014
830 ============================================
831
832 <ananthmg:rediffmail.com>:
833   o libsysfs update for refresh + namedev.c changes
834
835 <christophe.varoqui:free.fr>:
836   o udev-013/extras/multipath update
837
838 <flamingice:sourmilk.net>:
839   o minor patch for devfs rules
840
841 Kay Sievers:
842   o udev - program to query all device attributes to build a rule
843   o set default owner/group in db - update
844   o udev - reverse user query options
845   o udev - kill %D from udev-test.pl
846   o add udev logging to info log
847   o udev - mention format string escape char in man page
848
849 Greg Kroah-Hartman:
850   o misc code cleanups
851   o fixup logging.h to handle different logging options properly
852   o clean up the logging patch a bit to make the option more like the other options
853   o remove the %D modifier as it is not longer needed
854   o remove unneeded keyboard rule
855   o add usb_host and pci_bus to the class blacklist
856   o added input device rules to udev.rules and udev.rules.devfs
857   o 013_bk mark
858
859 Hanna V. Linder:
860   o set default owner/group in db
861   o small cut n paste error fix
862
863 Patrick Mansfield:
864   o update udev scsi_id to scsi_id 0.3
865
866
867 Summary of changes from v012 to v013
868 ============================================
869
870 <eike-hotplug:sf-tec.de>:
871   o LSB init script and other stuff
872
873 <elkropac:students.zcu.cz>:
874   o fix udev directory for Debian init script
875
876 <tiggi:infa.abo.fi>:
877   o udev 012 old gcc fixup
878
879 Christophe Saout:
880   o add IGNORE rule type
881   o small cleanup
882
883 Greg Kroah-Hartman:
884   o update TODO with some new, small items
885   o Cset exclude: greg@kroah.com|ChangeSet|20040113010256|48515
886   o update the README in a few places
887   o fix -d typo in the manpage update
888   o Fix stupid gcc "optimization" of 1 character printk() calls.... Ick
889   o oops, forgot to fix up the PROGRAM result from ID to RESULT in the config files
890   o Add alsa device rules and a few other devfs rules
891   o fix a few stale comments in namedev.c
892   o convert the default rules files to the new format
893   o convert the test shell scripts to the config file format
894   o add bus test for usb-serial bus
895   o Add some helpful messages if the user uses the older config file format
896   o added dri rule to the default config file
897   o added init.d udev script for debian
898   o add a script that tests the IGNORE rule
899   o add silly script that names cdrom drives based on the cd in them
900   o add cdrom rule for ide cdrom
901   o replace list_for_each with list_for_each_entry, saving a few lines of code
902   o add a blacklist of class devices we do not want to look at
903
904 Kay Sievers:
905   o fix klibc with printf() and gcc
906   o udev - small script optimization
907   o udev - introduce format escape char
908   o udev - more CALLOUT is PROGRAM now
909   o udev - CALLOUT is PROGRAM now
910   o update documentation for new config file format
911   o more advanced user query options
912   o udev - simple debug tweak
913   o udev - drop all methods :)
914   o udev - advanced user query options
915   o udev - Makefile error
916   o udev - make exec_callout() reusable
917   o udev - exec status fix for klibc
918   o fix Silly udev script
919
920
921 Summary of changes from v011 to v012
922 ============================================
923
924 <azarah:nosferatu.za.org>:
925   o make symlink work properly if there is already a file in its place
926   o Fix udev gcc-2.95.4 compat
927
928 <christophe.varoqui:free.fr>:
929   o extras multipath update
930   o extras multipath update
931
932 Kay Sievers:
933   o mention user callable udev + options in man page
934   o make udev user callable to query the database
935   o depend on all .h files
936   o cleanup namedev_parse debug text
937   o extend exec_program[]
938   o ide-devfs.sh update
939   o fix for apply_format()
940   o check for empty symlink string
941   o 'ide' missing in bus_files[]
942   o small trivial cleanup of latest changes
943
944 <mbuesch:freenet.de>:
945   o introduce signal handler
946
947 <rml:ximian.com>:
948   o udev spec file update
949
950 Greg Kroah-Hartman:
951   o minor grammer fixes for the udev_vs_devfs document
952   o move the dbus config file to etc/dbus-1/system.d/
953   o move the config files to etc/udev to clean up main directory a bit
954   o add Gentoo versions of the rules and permissions files
955   o if using glibc, link dynamically, as no one like 500Kb udev binaries
956   o minor change to udev_vs_devfs document
957   o added udev vs devfs supid document to the tree
958   o move the signal handling registration to after we have initialized enough stuff
959   o make ide-devfs.sh executable in the tree
960   o udev.permissions.debian - forgot the dm nodes
961   o update the udev.permissions.debian file with new entries
962   o added udev.init script for the Linux From Scratch project
963
964
965
966 Summary of changes from v010 to v011
967 ============================================
968
969 <mbuesch:freenet.de>:
970   o proper cleanup on udevdb_init() failure
971
972 <mh:nadir.org>:
973   o patch udev 009-010 rpm spec file
974
975 <svetljo:gmx.de>:
976   o fix udev sed Makefile usage
977
978 Greg Kroah-Hartman:
979   o add documentation about the BUS key being optional for the LABEL rule
980   o add tests for LABEL rule with a device that has no bus
981   o Don't require the BUS value for the LABEL rule
982   o If a LABEL rule has a BUS id, then we must check to see if the device is on a bus
983   o add documentation about the BUS key being optional for the CALLOUT rule
984   o If a CALLOUT rule has a BUS id, then we must check to see if the device is on a bus
985   o Don't require the BUS value for the CALLOUT rule
986   o add test for callout rule with a device that has no bus
987   o 010_bk stamp
988   o added different build options to the rpm udev.spec file
989   o add pci to the bus_files list
990   o check for empty line a bit better in the parser
991   o more init script cleanups, the stop target now calls udev to cleanup instead of just removing the whole /udev directory
992   o make udev init script run udev in the background to let startup go much faster
993   o fix long delay for all devices in namedev
994
995
996 Summary of changes from v009 to v010
997 ============================================
998
999 <ananth:in.ibm.com>:
1000   o change pgsize
1001
1002 <christophe.varoqui:free.fr>:
1003   o extras multipath update
1004   o extras multipath update
1005   o extras multipath update
1006   o extras multipath update
1007
1008 Kay Sievers:
1009   o fix udev-test.pl
1010   o small cleanup udev-remove.c
1011   o experimental CALLOUT script for devfs ide node creation with cd, disc, part
1012   o add any valid device
1013   o introduce format char 'k' for kernel-name
1014   o trivial make fixes
1015   o don't overwrite old config on install
1016   o udev-remove.c cleanups
1017   o bug in udev-remove.c
1018   o trivial cleanup parser changes
1019
1020 <roman.kagan:itep.ru>:
1021   o fix comment and whitespace handling in config files
1022
1023 Adam Kropelin:
1024   o Allow build with empty EXTRAS
1025
1026 Daniel E. F. Stekloff:
1027   o libsysfs 0.4.0 patch
1028   o fix scsi_id segfault with udev-009
1029   o add libsysfs docs
1030
1031 David T. Hollis:
1032   o mark config files as such in the rpm spec file
1033
1034 Greg Kroah-Hartman:
1035   o fix complier warning in namedev.c
1036   o add documentation for the new '%k' modifier (kernel name replacement)
1037   o add documentation about the multiple sysfs values that are now allowed for the LABEL rule
1038   o add tests for multi-file LABEL rules
1039   o add ability to have up to 5 SYSFS_ file/value pairs for the LABEL rule
1040   o Just live with a sleep(1) in namedev for now until libsysfs is fixed up
1041   o try to wait until the proper device file shows up in sysfs
1042   o remove unneeded TODO and FIXME entry
1043   o clean up the stand-alone tests to work properly on other people's machines
1044   o add tests to catch whitespace and comment config file parsing errors
1045
1046
1047 Summary of changes from v008 to v009
1048 ============================================
1049
1050 <christophe.varoqui:free.fr>:
1051   o more extras/multipath changes
1052   o and more extras/multipath updates
1053   o more extras/multipath updates
1054   o yet more extras/multipath
1055   o more extras/multipath updates
1056   o extras/multipath update
1057
1058 <david:fubar.dk>:
1059   o D-BUS patch for udev-008
1060
1061 <eike-hotplug:sf-tec.de>:
1062   o add init.d/udev to "make install"
1063   o add init.d/udev to the spec file
1064
1065 Kay Sievers:
1066   o don't rely on field order in namedev_parse
1067   o get part of callout return string
1068   o remove '\n' from end of callout return
1069   o man-page mention multiple symlinks
1070   o allow multiple symlinks
1071   o cleanup man & remove symlink comment
1072   o experimental (very simple) SYMLINK creation
1073   o man page beauty
1074   o pattern match for label method
1075   o a bug in linefeed removal
1076
1077 <rml:ximian.com>:
1078   o remove udev from runlevels on uninstall
1079   o install initscript in udev rpm
1080
1081 Daniel E. F. Stekloff:
1082   o pre-libsysfs-0.4.0 patch
1083
1084 Greg Kroah-Hartman:
1085   o signal fixes due to klibc update
1086   o sync klibc with release 0.95
1087   o add mol permissions to the debian permissions file
1088   o update the FAQ with info about bad modprobe events from the devfs scheme
1089   o some cleanups due to the need for LABEL rules to use "SYSFS_" now
1090   o Add restart target to the etc/init.d/udev script
1091   o tweak the config file generation portion of the Makefile a bit
1092   o change devfs disk name rule from 'disk' to 'disc'
1093   o add vc support to udev.rules.devfs
1094   o added a devfs udev config file from Marco d'Itri <md@Linux.IT>
1095   o set default mode to 0600 to be safer
1096   o Makefile tweaks for the DBUS build
1097   o update the FAQ due to the latest devfs mess on lkml and also due to symlinks now working
1098   o document the different Makefile config options that we have
1099   o change USE_DBUS to DBUS in Makefile, and disable it by default as it's still to hard to build on all systems
1100   o fix formatting of udev_dbus.c to use tabs.  Also get it to build properly now
1101   o move all of the DBUS logic into one file and remove all of the #ifdef crud from the main code
1102
1103 Olaf Hering:
1104   o dump latest klibc into the udev build tree
1105   o use udevdir in udev.conf
1106
1107 Patrick Mansfield:
1108   o better allow builds of extras programs under udev
1109   o update udev extras/scsi_id to version 0.2
1110
1111
1112 Summary of changes from v007 to v008
1113 ============================================
1114
1115 <azarah:nosferatu.za.org>:
1116   o more config file parsing robustness
1117
1118 <christophe.varoqui:free.fr>:
1119   o udev-007/extras/multipath update
1120
1121 Arnd Bergmann:
1122   o Build failure - missing linux/limits.h include?
1123   o Add format modifier for devfs like naming
1124   o klibc makefile fixes
1125
1126 Daniel E. F. Stekloff:
1127   o another patch for path problem
1128   o quick fix for libsysfs bus
1129   o libsysfs changes for sysfsutils 0.3.0
1130
1131 Greg Kroah-Hartman:
1132   o fix up some duplicated function compiler warnings in libsysfs
1133   o fix some compiler warnings in the tdb code
1134   o Added Kay's name to the man page
1135   o update the wildcard documentation in the man page to show the new styles supported
1136   o fix permission handling logic
1137   o enable default_mode ability to actually build
1138   o add support for the default_mode variable, as it is documented
1139   o show permissions and groups in the label_test
1140   o remove some items off of the TODO list, as they are now done
1141   o fix up the tests to work without all of the environ variables
1142   o get rid of the majority of the debug environment variables
1143   o Update the man page to show the new config file, it's format, and how to use it
1144   o fix up the tests to support the rules file name change
1145   o add support for a main udev config file, udev.conf
1146   o turn debugging messages off by default
1147   o split out the namedev config parsing logic to namedev_parse.c
1148   o rename namedev's get_attr() to be main namedev_name_device() as that's what it really is
1149   o add devfs like tty rules as an example in the default config file
1150   o operate on the rules in the order they are in the config file (within the rule type) instead of operating on them backwards.
1151   o Cset exclude: dsteklof@us.ibm.com|ChangeSet|20031126173159|56255
1152   o add test for checking the BUS value
1153   o fix problem where we were not looking at the BUS value
1154   o add scsi and pci bus links in the test sysfs tree
1155   o add test and documentation for new %D devfs format modifier
1156   o changed the default location of the database to /udev/.udev.tdb to be LSB compliant
1157   o get rid of functions in klibc_fixups that are now in klibc
1158   o sync up with the 0.84 version of klibc
1159   o fix udev init.d script to handle all class devices in sysfs
1160   o fix the test.block and test.tty scripts due to their moveing.  Also add a test.all script
1161   o 007_bk version change to Makefile
1162
1163 Kay Sievers:
1164   o pattern matching for namedev
1165   o catch replace device by wildcard
1166   o udev.8 tweak numeric id text
1167   o udev-test.pl add subdir test
1168   o namedev.c strcat tweak
1169   o overall whitespace + debug text conditioning
1170   o udev-test.pl - tweaks
1171
1172 Martin Hicks:
1173   o Add -nodefaultlibs while compiling against klibc
1174
1175 Olaf Hering:
1176   o ARCH detection for ppc
1177
1178 Patrick Mansfield:
1179   o fix udev parallel builds with klibc
1180
1181
1182 Summary of changes from v006 to v007
1183 ============================================
1184
1185 <md:linux.it>:
1186   o fix segfault in parsing bad udev.permissions file
1187
1188 Greg Kroah-Hartman:
1189   o update default config file with a CALLOUT rule, and more documentation
1190   o updated the man page with the latest format specifier changes
1191   o added ability to put format specifiers in the CALLOUT program string
1192   o tweak udev-test.pl to report '0' errors if that's what happened
1193   o only build klibc_fixups.c if we are actually using klibc
1194   o add support for string group and string user names in udev.permissions
1195   o add getgrnam and getpwnam to klibc_fixups files
1196   o remove Makefile.klibc
1197   o add udev-test perl script from Kay Sievers <kay.sievers@vrfy.org> which blows away my puny shell scripts
1198   o added debian's version of udev.permissions
1199   o change to 006_bk version
1200
1201 Kay Sievers:
1202   o format char for CALLOUT output
1203   o more namedev whitespace cleanups
1204   o support arguments in callout exec
1205   o namedev.c - change order of fields in CALLOUT
1206   o namedev.c whitespace + debug text cleanup
1207   o man page with udev.permissions wildcard
1208
1209 Olaf Hering:
1210   o static klibc udev does not link against crt0.o
1211
1212 Summary of changes from v005 to v006
1213 ============================================
1214
1215 <chris_friesen:sympatico.ca>:
1216   o faster test scripts
1217
1218 Arnd Bergmann:
1219   o more robust config file parsing in namedev.c
1220   o add bus id modifier
1221
1222 Daniel E. F. Stekloff:
1223   o patch for libsysfs sysfs directory handling
1224
1225 Greg Kroah-Hartman:
1226   o add another line to udev.permissions in the proper format
1227   o tweak replace_test
1228   o fix permissions to work properly now
1229   o add real udev.permissions file to test directory
1230   o fix namedev.c to build with older version of gcc
1231   o add dumb test for all of the different modifiers
1232   o update the TODO list with more items that people can easily do
1233   o move the test.block and test.tty scripts to the test/ directory
1234   o add remove actions to the test scripts
1235   o turn DEBUG_PARSER off by default
1236   o add some documentation for the %b modifier to the default config file
1237   o fix make install rule for when the udev symlink is already there
1238   o change release target in makefile
1239   o change debug level on printf values for now
1240   o updated demo config file
1241   o add some documentation of the modifiers to the default config file
1242   o add demo config file
1243   o updated bk ignore list for klibc generated files
1244   o add printf option to label test to verify it works
1245   o fix up printf-like functionality due to previous changes
1246   o get the major/minor number before we name the device
1247   o add scsi_id "extra" program from Patrick Mansfield <patmans@us.ibm.com>
1248   o Add multipath "extra" program from Christophe Varoqui, <christophe.varoqui@free.fr>
1249   o trailing whitespace cleanups
1250   o splig LABEL and NUMBER into separate functions
1251   o add TOPO regression test
1252   o move TOPOLOGY rule to it's own function
1253   o fix bug where NUMBER and TOPOLOGY would not work for partitions
1254   o clean up the way we find the sysdevice for a block device for namedev
1255   o updated label test script (tests for partitions now.)
1256   o split REPLACE and CALLOUT into separate functions
1257   o add debug line for REPLACE call
1258   o add replace test
1259   o add more sysfs test tree files
1260   o change UDEV_SYSFS_PATH environment variable due to libsysfs change
1261   o fix bug in klibc's isspace function
1262   o fix udev-add.c to build properly with older versions of gcc
1263   o add prototype for ftruncate to klibc
1264   o Remove a few items from the TODO list that are already done
1265   o version number to 005_bk
1266   o pull some klibc stuff into the make Makefile to try to stay in sync
1267   o klibc build fixes
1268
1269 Kay Sievers:
1270   o apply permissions.conf support for wildcard and default name
1271   o man page with included placeholder list
1272   o implement printf-like placeholder support for NAME
1273   o more manpage tweaks
1274   o add support for subdirs
1275   o add uid/gid to nodes
1276
1277 Olaf Hering:
1278   o DESTDIR for udev
1279
1280 Paul Mundt:
1281   o Fixup path for kernel includes when building with klibc
1282
1283 Robert Love:
1284   o udev init script
1285
1286
1287 Summary of changes from v004 to v005
1288 ============================================
1289
1290 <kay:vrfy.org>:
1291   o namedev.c comments + debug patch
1292   o man page update
1293
1294 Greg Kroah-Hartman:
1295   o ignore the klibc/linux symlink
1296   o add klibc linux symlink info to the README
1297   o get 'make release' to work properly again
1298   o added README info for how to build using klibc
1299   o turn off debugging if we are building with klibc
1300   o turn off debugging in namedev
1301   o added vsyslog support to klibc
1302   o add ftruncate to klibc
1303   o klibc specific tweaks
1304   o libsysfs does not need mntent.h in it's header file
1305   o udev build tweaks to tdb's spinlock code
1306   o klibc makefile changes
1307   o build tdb and libsysfs from the same makefile as udev
1308   o udev-add build cleanups for other libc versions
1309   o tweak tdb to build within udev better
1310   o make libsysfs spit debug messages to the same place as the rest of udev
1311   o make libsysfs build cleanly
1312   o updated bk ignore list
1313   o added klibc version 0.82 (cvs tree) to the udev tree
1314   o makefile fix for now
1315   o Merge greg@bucket:/home/greg/src/udev into kroah.com:/home/greg/src/udev
1316   o hm, makefile bug with so many files...  will fix later
1317   o regression tests starting to be added
1318   o fix LABEL bug for device files (not class files.)
1319   o more warning flags to the build
1320   o got rid of struct device_attr
1321   o rename namedev.permissions and namedev.config to udev.permissions and udev.config
1322   o fix dbg line in namedev.c
1323   o more overrides of config info with env variables if in test mode
1324   o Fix bug causing udev to sleep forever waiting for dev file to show up
1325   o change version to 004_bk
1326   o make config files, sysfs root, and udev root configurable from config variables
1327
1328 Robert Love:
1329   o udev: sleep_for_dev() bits
1330   o udev: another canidate for static
1331
1332
1333 Summary of changes from v003 to v004
1334 ============================================
1335
1336 Daniel E. F. Stekloff:
1337   o new version of libsysfs patch
1338
1339 Greg Kroah-Hartman:
1340   o 004 release
1341   o major database cleanups
1342   o Changed test.block and test.tty to take ACTION from the command line
1343   o don't sleep if 'dev' file is already present on device add
1344   o fix comment about how the "dev" file is made up
1345   o more database work.  Now we only store the info we really need right now
1346   o add BUS= bug to TODO list so it will not get forgotten
1347   o spec file changes
1348   o test.block changes
1349   o ok, rpm likes the "_" character instead of "-" better
1350   o change the version to 003-bk to keep things sane with people using the bk tree
1351   o got "remove of named devices" working
1352   o fix segfaults when dealing with partitions
1353
1354 Kay Sievers:
1355   o man file update
1356   o man page update
1357
1358 Robert Love:
1359   o udev: mode should be mode_t
1360   o udev: trivial trivialities
1361   o udev: cool test scripts again
1362   o udev spec file symlink support
1363   o udev: cool test scripts
1364   o udev spec file bits
1365
1366
1367 Summary of changes from v0.2 to v003
1368 ============================================
1369
1370 Daniel E. F. Stekloff:
1371   o udevdb patch
1372   o udevdb prototype
1373
1374 Greg Kroah-Hartman:
1375   o update the spec file for the new version and install process
1376   o fix makefile release rule to not drop tdb.h file
1377   o Add FAQ for udev
1378   o removed AUTHORS and INSTALL files as they were pretty pointless
1379   o copyright updates
1380   o Add AUTHORS and INSTALL files
1381   o TODO updates
1382   o Updatd the README
1383   o updated the TODO list
1384   o add udev man page (basically just a place holder for now.)
1385   o added uninstall support
1386   o added install target for makefile so people don't have to do it by hand anymore
1387   o add version to debug log on startup
1388   o tell the user what mknod() we are trying to do
1389   o add dbg_parse() to cut down on parse file debugging statements
1390   o put config files and database in /etc/udev by default
1391   o add ols 2003 udev paper to docs/
1392   o clean up some debugging stuff in namedev.c
1393   o do not build the tdb binary programs, only the objects
1394   o merge tdb into the build process
1395   o Added tdb code from latest cvs version in the samba tree
1396   o added my name to the .spec file
1397   o minor cleanups
1398   o cleanup the mknod code a bit
1399   o remove mknod callout
1400   o handle new major:minor format of dev files that showed up in 2.6.0-test2-bk3 or so
1401   o oops, everything was getting created as 000 mode, try to fix this up, but fail...
1402   o more test stuff
1403
1404 Olaf Hering:
1405   o print udev pid
1406
1407 Patrick Mansfield:
1408   o add callout config type to udev
1409
1410 Paul Mundt:
1411   o Fix TDB cross compilation
1412   o udev spec file
1413   o udev/libsysfs cross compile fixes
1414
1415
1416 Summary of changes from v0.1 to v0.2
1417 ============================================
1418
1419 Greg Kroah-Hartman:
1420   o more test stuff
1421   o removed unneeded stuff from udev.h
1422   o added 0.2 change log info
1423   o start working on label support, and fix some segfaults for block devices
1424   o test config file changes
1425   o add NUMBER support (basically same logic as TOPOLOGY, perhaps we should
1426     merge this...)
1427   o added topology support
1428   o got REPLACE to work properly
1429   o make struct config_device contain a struct device_attr instead of
1430     duplicating the mess
1431   o block test
1432   o split the tests up into different files
1433   o split udev main logic into udev-add and udev-remove
1434   o Clean up the namedev interface a bit, making the code smaller
1435   o bk: update ignore list
1436   o update the tests to handle block devices too
1437   o add initial libsysfs support
1438   o added libsysfs to the build
1439   o added libsysfs code from sysutils-0.1.1-071803 release
1440   o namedev config files are fully parsed
1441   o more permission tests
1442   o make log_message spit out warnings so I don't have to spend forever
1443     chasing down stupid bugs that aren't there...
1444   o added klibc makefile
1445   o Initial namedev parsing of config files
1446   o sleep for 2 seconds to give the kernel a chance to actually create the
1447     files we need
1448   o pick a better default UDEV_ROOT
1449   o fix up the test to actually work
1450   o added more documentation in README and TODO files
1451
1452
1453 Summary of changes up to v0.1
1454 ============================================
1455
1456 Greg Kroah-Hartman:
1457   o added more documentation in README and TODO files
1458   o updated the documentation
1459   o cleaned up the makefile a bit
1460   o remove now works!
1461   o restructure code to be able to actually get remove_node() to work
1462   o Creating nodes actually works
1463   o added stupid test script for debugging
1464   o added initial documentation and gpl license
1465   o enabled debugging
1466   o updated ignore list
1467   o added initial files
1468   o fixed up config
1469   o Initial repository create
1470   o BitKeeper file /home/greg/src/udev/udev/ChangeSet
1471