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