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