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