chiark / gitweb /
[PATCH] TODO update
[elogind.git] / ChangeLog
1 Summary of changes from v018 to v019
2 ============================================
3
4 Kay Sievers:
5   o TODO update
6   o udev - correct relative symlink
7   o udev - safer string handling - part four
8   o udev - safer string handling - part three
9   o udev - safer string handling - part two
10   o udev - man page update
11   o udev - safer string handling all over the place
12   o manpage update
13   o udev - allow all files in a directory as the config
14   o udev - simple klibc textual uid/gid handling
15
16 Andrey Borzenkov:
17   o do not remove real .udev.tdb during RPM build
18
19 Greg Kroah-Hartman:
20   o add new TODO item about local user permissions
21   o Add initial SELinux support for udev
22   o fix build for very old versions of make
23   o remove limit of the number of args passed to PROGRAM
24   o force udev to include the internal version of libsysfs and never the external one
25   o fix up libsysfs header file usage to fix bug reports from users that have sysfsutils installed already
26   o remove udevtest on 'make clean'
27   o remove udevd priority TODO item, as it's not needed at all
28
29 Patrick Mansfield:
30   o update udev scsi_id to scsi_id 0.4
31
32
33 Summary of changes from v017 to v018
34 ============================================
35
36 <ext.devoteam.varoqui:sncf.fr>:
37   o [PATCH] symlink dm-[0-9]* rule
38   o update extras/multipath
39
40 <john-hotplug:fjellstad.org>:
41   o init.d debian patch
42
43 Kay Sievers:
44   o udev - TODO update
45   o udev - add %s{filename} to man page
46   o udev - udevd/udevsend man page
47   o udev - switch callout part selector to {attribute}
48   o udev - switch SYSFS_file to SYSFS{file}
49   o udev - create all partitions of blockdevice
50   o allow SYSFS{file}
51   o Adding '%s' format specifier to NAME and SYMLINK
52
53 Greg Kroah-Hartman:
54   o added some scsi_id files to the bk ignore file
55   o added scsi_id and some more documentation to the udev.spec file
56   o update udev.rules.gentoo with new config file format
57   o Update the Gentoo udev.rules and udev.permissions files
58   o Create a udev.rules.examples file to hold odd udev.rules
59   o add udevd priority issue to the TODO list
60   o more HOWTO cleanups
61   o add HOWTO detailing how to use udev to manage /dev
62   o mv libsysfs/libsysfs.h to libsysfs/sysfs/libsysfs.h to make it easier to use
63   o add start_udev init script
64   o add support for UDEV_NO_SLEEP env variable so Gentoo people will be happy
65   o start up udevd ourselves in the init script to give it some good priorities
66   o update the red hat init script to handle nodes that are not present
67   o add a "old style" SYSFS_attribute test to udev-test.pl
68   o Have udevsend report more info in debug mode
69   o Have udevd report it's version in debug mode
70   o fix up bug created for udevtest in previous partition creation patch
71   o update the udev.spec to add udevtest and make some more Red Hat suggested changes
72   o add ability to install udevtest to Makefile
73   o 017_bk mark
74   o Add another test to udev-test.pl and fix a bug when only running 1 test
75   o Fix bug where we did not use the "converted" kernel name if we had no rule
76   o v017 release TAG: v017
77
78 Patrick Mansfield:
79   o udev use new libsysfs header file location
80   o udev add some ID tests
81
82
83 Summary of changes from v016 to v017
84 ============================================
85
86 <azarah:nosferatu.za.org>:
87   o make logging a config option
88
89 <christophe.varoqui:free.fr>:
90   o more udev-016/extras/multipath
91   o more udev-016/extras/multipath
92   o update extras/multipath
93
94 Kay Sievers:
95   o udev - keep private data out of the database?
96   o better credential patch
97   o udevd - client access authorization
98   o compile udevd with klibc
99   o udev - fix "ignore method"
100   o udev - fix cdrom symlink rule
101   o convert udevsend/udevd to DGRAM and single-threaded
102   o udevd - kill the lockfile
103   o udevd - fix socket path length
104   o udevd - switch socket path to abstract namespace
105   o udevd - allow to bypass sequence number
106   o include used function
107
108 Greg Kroah-Hartman:
109   o add udev_log to the documentation
110   o fix offsetof() define in klibc
111   o add some .spec file changes from Red Hat
112   o update the init.d udev script based on a patch from Red Hat
113   o remove the .udev.tdb when installing or uninstalling to be safe
114   o remove the database at startup
115   o fix bug in permission handling
116   o update klibc to version .107
117   o update the bitkeeper ignore file list
118   o add udevtest program to build
119   o fix problem where usb devices can be either the main device or the interface
120   o more logging.h cleanups to be a bit more flexible
121   o stop using mode_t as different libcs define it in different ways :(
122   o remove some more KLIBC fixups that are no longer needed
123   o let udev-test.pl run an individual test if you ask it to
124   o Handle the '!' character that some block devices have
125   o add a block device with a ! in the name, and a test for this
126   o fix up 'make release' to use bk to build the export tree
127   o fix log option code so that it actually works for all udev programs
128   o finish syncing up with klibc
129   o sync with latest version of klibc (0.107)
130   o fix up Makefile dependancies for udev_version.h
131
132 Patrick Mansfield:
133   o udev add wild card compare for ID
134   o udev kill extra bus_id compares in match_id
135
136
137 Summary of changes from v015 to v016
138 ============================================
139
140 <elkropac:students.zcu.cz>:
141   o get_dev_number() in extras/ide-devfs.sh
142
143 <rrm3:rrm3.org>:
144   o FAQ udev.rules.devfs
145
146 Greg Kroah-Hartman:
147   o add udevd and udevsend to the spec file
148   o make /etc/hotplug.d/default/udev.hotplug symlink point to udevsend now
149   o add KERNEL_DIR option so that the distros will be happy
150   o make udevsend binary even smaller
151   o udevsend now almost compiles with klibc, struct sockaddr_un is only problem now
152   o fix up logging code so that it can be built without it being enabled
153   o rework the logging code so that each program logs with the proper name in the syslog
154   o remove logging.c as it's no longer needed
155   o kill the last examples that contained the %D option
156   o remove a __KLIBC__ tests in libsysfs, as klibc now supports getpagesize()
157   o udevd - remove stupid locking error I wrote
158   o update to klibc version 0.101, fixing the stdin bug
159   o fix Makefile typo for USE_LSB install
160   o allow dbus code to actually build again
161
162 Kay Sievers:
163   o let udevsend build with klibc
164   o udevd - config cleanup
165   o udevd - cleanup and better timeout handling
166   o fix possible buffer overflow
167   o udevd - next round of fixes
168   o udevinfo - missing options for man page
169   o udev - trivial style cleanup
170
171
172 Summary of changes from v014 to v015
173 ============================================
174
175 <mbuesch:freenet.de>:
176   o LFS init script update
177
178 Greg Kroah-Hartman:
179   o update klibc to version 0.98
180   o clean up udevinfo on 'make clean'
181   o add udevinfo man page to spec file
182   o remove command line documentation from udev man page
183   o create initial version of udevinfo man page
184   o added URL to spec file
185   o add udevinfo to udev.spec file
186   o add udevinfo to install target of Makefile
187   o rip out command line code from udev, now that we have udevinfo
188   o udevinfo doesn't need to declare main_envp
189   o move get_pair to udev_config.c because udevinfo doesn't need all of namedev.o
190   o more makefile cleanups
191   o move udevinfo into the main build and clean up the main Makefile a bit
192   o clean up compiler warnings if building using klibc
193   o make udevd only have one instance running at a time
194   o new testd.block script for debugging
195   o udevsnd : clean up message creation logic a bit
196   o make bk ignore udevd and udevsend binaries
197   o whitespace cleanups
198   o remove TODO item about BUS value, as it is now done
199   o add support for figuring out which device on the sysfs "chain" the rule applies to
200
201 Kay Sievers:
202   o udevinfo - now a real program :)
203   o udevd - cleanup and better timeout handling
204   o udev - next round of udev event order daemon
205   o fix udevd exec
206   o udev - udevinfo with device chain walk
207   o spilt udev into pieces
208
209
210 Summary of changes from v013 to v014
211 ============================================
212
213 <ananthmg:rediffmail.com>:
214   o libsysfs update for refresh + namedev.c changes
215
216 <christophe.varoqui:free.fr>:
217   o udev-013/extras/multipath update
218
219 <flamingice:sourmilk.net>:
220   o minor patch for devfs rules
221
222 Kay Sievers:
223   o udev - program to query all device attributes to build a rule
224   o set default owner/group in db - update
225   o udev - reverse user query options
226   o udev - kill %D from udev-test.pl
227   o add udev logging to info log
228   o udev - mention format string escape char in man page
229
230 Greg Kroah-Hartman:
231   o misc code cleanups
232   o fixup logging.h to handle different logging options properly
233   o clean up the logging patch a bit to make the option more like the other options
234   o remove the %D modifier as it is not longer needed
235   o remove unneeded keyboard rule
236   o add usb_host and pci_bus to the class blacklist
237   o added input device rules to udev.rules and udev.rules.devfs
238   o 013_bk mark
239   o v013 release TAG: v013
240
241 Hanna V. Linder:
242   o set default owner/group in db
243   o small cut n paste error fix
244
245 Patrick Mansfield:
246   o update udev scsi_id to scsi_id 0.3
247
248
249 Summary of changes from v012 to v013
250 ============================================
251
252 <eike-hotplug:sf-tec.de>:
253   o LSB init script and other stuff
254
255 <elkropac:students.zcu.cz>:
256   o fix udev directory for Debian init script
257
258 <tiggi:infa.abo.fi>:
259   o udev 012 old gcc fixup
260
261 Christophe Saout:
262   o add IGNORE rule type
263   o small cleanup
264
265 Greg Kroah-Hartman:
266   o update TODO with some new, small items
267   o Cset exclude: greg@kroah.com|ChangeSet|20040113010256|48515
268   o update the README in a few places
269   o fix -d typo in the manpage update
270   o Fix stupid gcc "optimization" of 1 character printk() calls.... Ick
271   o oops, forgot to fix up the PROGRAM result from ID to RESULT in the config files
272   o Add alsa device rules and a few other devfs rules
273   o fix a few stale comments in namedev.c
274   o convert the default rules files to the new format
275   o convert the test shell scripts to the config file format
276   o add bus test for usb-serial bus
277   o Add some helpful messages if the user uses the older config file format
278   o added dri rule to the default config file
279   o added init.d udev script for debian
280   o add a script that tests the IGNORE rule
281   o add silly script that names cdrom drives based on the cd in them
282   o add cdrom rule for ide cdrom
283   o replace list_for_each with list_for_each_entry, saving a few lines of code
284   o add a blacklist of class devices we do not want to look at
285
286 Kay Sievers:
287   o fix klibc with printf() and gcc
288   o udev - small script optimization
289   o udev - introduce format escape char
290   o udev - more CALLOUT is PROGRAM now
291   o udev - CALLOUT is PROGRAM now
292   o update documentation for new config file format
293   o more advanced user query options
294   o udev - simple debug tweak
295   o udev - drop all methods :)
296   o udev - advanced user query options
297   o udev - Makefile error
298   o udev - make exec_callout() reusable
299   o udev - exec status fix for klibc
300   o fix Silly udev script
301
302
303 Summary of changes from v011 to v012
304 ============================================
305
306 <azarah:nosferatu.za.org>:
307   o make symlink work properly if there is already a file in its place
308   o Fix udev gcc-2.95.4 compat
309
310 <christophe.varoqui:free.fr>:
311   o extras multipath update
312   o extras multipath update
313
314 Kay Sievers:
315   o mention user callable udev + options in man page
316   o make udev user callable to query the database
317   o depend on all .h files
318   o cleanup namedev_parse debug text
319   o extend exec_program[]
320   o ide-devfs.sh update
321   o fix for apply_format()
322   o check for empty symlink string
323   o 'ide' missing in bus_files[]
324   o small trivial cleanup of latest changes
325
326 <mbuesch:freenet.de>:
327   o introduce signal handler
328
329 <rml:ximian.com>:
330   o udev spec file update
331
332 Greg Kroah-Hartman:
333   o minor grammer fixes for the udev_vs_devfs document
334   o move the dbus config file to etc/dbus-1/system.d/
335   o move the config files to etc/udev to clean up main directory a bit
336   o add Gentoo versions of the rules and permissions files
337   o if using glibc, link dynamically, as no one like 500Kb udev binaries
338   o minor change to udev_vs_devfs document
339   o added udev vs devfs supid document to the tree
340   o move the signal handling registration to after we have initialized enough stuff
341   o make ide-devfs.sh executable in the tree
342   o udev.permissions.debian - forgot the dm nodes
343   o update the udev.permissions.debian file with new entries
344   o added udev.init script for the Linux From Scratch project
345
346
347
348 Summary of changes from v010 to v011
349 ============================================
350
351 <mbuesch:freenet.de>:
352   o proper cleanup on udevdb_init() failure
353
354 <mh:nadir.org>:
355   o patch udev 009-010 rpm spec file
356
357 <svetljo:gmx.de>:
358   o fix udev sed Makefile usage
359
360 Greg Kroah-Hartman:
361   o add documentation about the BUS key being optional for the LABEL rule
362   o add tests for LABEL rule with a device that has no bus
363   o Don't require the BUS value for the LABEL rule
364   o If a LABEL rule has a BUS id, then we must check to see if the device is on a bus
365   o add documentation about the BUS key being optional for the CALLOUT rule
366   o If a CALLOUT rule has a BUS id, then we must check to see if the device is on a bus
367   o Don't require the BUS value for the CALLOUT rule
368   o add test for callout rule with a device that has no bus
369   o 010_bk stamp
370   o added different build options to the rpm udev.spec file
371   o add pci to the bus_files list
372   o check for empty line a bit better in the parser
373   o more init script cleanups, the stop target now calls udev to cleanup instead of just removing the whole /udev directory
374   o make udev init script run udev in the background to let startup go much faster
375   o fix long delay for all devices in namedev
376
377
378 Summary of changes from v009 to v010
379 ============================================
380
381 <ananth:in.ibm.com>:
382   o change pgsize
383
384 <christophe.varoqui:free.fr>:
385   o extras multipath update
386   o extras multipath update
387   o extras multipath update
388   o extras multipath update
389
390 Kay Sievers:
391   o fix udev-test.pl
392   o small cleanup udev-remove.c
393   o experimental CALLOUT script for devfs ide node creation with cd, disc, part
394   o add any valid device
395   o introduce format char 'k' for kernel-name
396   o trivial make fixes
397   o don't overwrite old config on install
398   o udev-remove.c cleanups
399   o bug in udev-remove.c
400   o trivial cleanup parser changes
401
402 <roman.kagan:itep.ru>:
403   o fix comment and whitespace handling in config files
404
405 Adam Kropelin:
406   o Allow build with empty EXTRAS
407
408 Daniel E. F. Stekloff:
409   o libsysfs 0.4.0 patch
410   o fix scsi_id segfault with udev-009
411   o add libsysfs docs
412
413 David T. Hollis:
414   o mark config files as such in the rpm spec file
415
416 Greg Kroah-Hartman:
417   o fix complier warning in namedev.c
418   o add documentation for the new '%k' modifier (kernel name replacement)
419   o add documentation about the multiple sysfs values that are now allowed for the LABEL rule
420   o add tests for multi-file LABEL rules
421   o add ability to have up to 5 SYSFS_ file/value pairs for the LABEL rule
422   o Just live with a sleep(1) in namedev for now until libsysfs is fixed up
423   o try to wait until the proper device file shows up in sysfs
424   o remove unneeded TODO and FIXME entry
425   o clean up the stand-alone tests to work properly on other people's machines
426   o add tests to catch whitespace and comment config file parsing errors
427
428
429 Summary of changes from v008 to v009
430 ============================================
431
432 <christophe.varoqui:free.fr>:
433   o more extras/multipath changes
434   o and more extras/multipath updates
435   o more extras/multipath updates
436   o yet more extras/multipath
437   o more extras/multipath updates
438   o extras/multipath update
439
440 <david:fubar.dk>:
441   o D-BUS patch for udev-008
442
443 <eike-hotplug:sf-tec.de>:
444   o add init.d/udev to "make install"
445   o add init.d/udev to the spec file
446
447 Kay Sievers:
448   o don't rely on field order in namedev_parse
449   o get part of callout return string
450   o remove '\n' from end of callout return
451   o man-page mention multiple symlinks
452   o allow multiple symlinks
453   o cleanup man & remove symlink comment
454   o experimental (very simple) SYMLINK creation
455   o man page beauty
456   o pattern match for label method
457   o a bug in linefeed removal
458
459 <rml:ximian.com>:
460   o remove udev from runlevels on uninstall
461   o install initscript in udev rpm
462
463 Daniel E. F. Stekloff:
464   o pre-libsysfs-0.4.0 patch
465
466 Greg Kroah-Hartman:
467   o signal fixes due to klibc update
468   o sync klibc with release 0.95
469   o add mol permissions to the debian permissions file
470   o update the FAQ with info about bad modprobe events from the devfs scheme
471   o some cleanups due to the need for LABEL rules to use "SYSFS_" now
472   o Add restart target to the etc/init.d/udev script
473   o tweak the config file generation portion of the Makefile a bit
474   o change devfs disk name rule from 'disk' to 'disc'
475   o add vc support to udev.rules.devfs
476   o added a devfs udev config file from Marco d'Itri <md@Linux.IT>
477   o set default mode to 0600 to be safer
478   o Makefile tweaks for the DBUS build
479   o update the FAQ due to the latest devfs mess on lkml and also due to symlinks now working
480   o document the different Makefile config options that we have
481   o change USE_DBUS to DBUS in Makefile, and disable it by default as it's still to hard to build on all systems
482   o fix formatting of udev_dbus.c to use tabs.  Also get it to build properly now
483   o move all of the DBUS logic into one file and remove all of the #ifdef crud from the main code
484
485 Olaf Hering:
486   o dump latest klibc into the udev build tree
487   o use udevdir in udev.conf
488
489 Patrick Mansfield:
490   o better allow builds of extras programs under udev
491   o update udev extras/scsi_id to version 0.2
492
493
494 Summary of changes from v007 to v008
495 ============================================
496
497 <azarah:nosferatu.za.org>:
498   o more config file parsing robustness
499
500 <christophe.varoqui:free.fr>:
501   o udev-007/extras/multipath update
502
503 Arnd Bergmann:
504   o Build failure - missing linux/limits.h include?
505   o Add format modifier for devfs like naming
506   o klibc makefile fixes
507
508 Daniel E. F. Stekloff:
509   o another patch for path problem
510   o quick fix for libsysfs bus
511   o libsysfs changes for sysfsutils 0.3.0
512
513 Greg Kroah-Hartman:
514   o fix up some duplicated function compiler warnings in libsysfs
515   o fix some compiler warnings in the tdb code
516   o Added Kay's name to the man page
517   o update the wildcard documentation in the man page to show the new styles supported
518   o fix permission handling logic
519   o enable default_mode ability to actually build
520   o add support for the default_mode variable, as it is documented
521   o show permissions and groups in the label_test
522   o remove some items off of the TODO list, as they are now done
523   o fix up the tests to work without all of the environ variables
524   o get rid of the majority of the debug environment variables
525   o Update the man page to show the new config file, it's format, and how to use it
526   o fix up the tests to support the rules file name change
527   o add support for a main udev config file, udev.conf
528   o turn debugging messages off by default
529   o split out the namedev config parsing logic to namedev_parse.c
530   o rename namedev's get_attr() to be main namedev_name_device() as that's what it really is
531   o add devfs like tty rules as an example in the default config file
532   o operate on the rules in the order they are in the config file (within the rule type) instead of operating on them backwards.
533   o Cset exclude: dsteklof@us.ibm.com|ChangeSet|20031126173159|56255
534   o add test for checking the BUS value
535   o fix problem where we were not looking at the BUS value
536   o add scsi and pci bus links in the test sysfs tree
537   o add test and documentation for new %D devfs format modifier
538   o changed the default location of the database to /udev/.udev.tdb to be LSB compliant
539   o get rid of functions in klibc_fixups that are now in klibc
540   o sync up with the 0.84 version of klibc
541   o fix udev init.d script to handle all class devices in sysfs
542   o fix the test.block and test.tty scripts due to their moveing.  Also add a test.all script
543   o 007_bk version change to Makefile
544
545 Kay Sievers:
546   o pattern matching for namedev
547   o catch replace device by wildcard
548   o udev.8 tweak numeric id text
549   o udev-test.pl add subdir test
550   o namedev.c strcat tweak
551   o overall whitespace + debug text conditioning
552   o udev-test.pl - tweaks
553
554 Martin Hicks:
555   o Add -nodefaultlibs while compiling against klibc
556
557 Olaf Hering:
558   o ARCH detection for ppc
559
560 Patrick Mansfield:
561   o fix udev parallel builds with klibc
562
563
564 Summary of changes from v006 to v007
565 ============================================
566
567 <md:linux.it>:
568   o fix segfault in parsing bad udev.permissions file
569
570 Greg Kroah-Hartman:
571   o update default config file with a CALLOUT rule, and more documentation
572   o updated the man page with the latest format specifier changes
573   o added ability to put format specifiers in the CALLOUT program string
574   o tweak udev-test.pl to report '0' errors if that's what happened
575   o only build klibc_fixups.c if we are actually using klibc
576   o add support for string group and string user names in udev.permissions
577   o add getgrnam and getpwnam to klibc_fixups files
578   o remove Makefile.klibc
579   o add udev-test perl script from Kay Sievers <kay.sievers@vrfy.org> which blows away my puny shell scripts
580   o added debian's version of udev.permissions
581   o change to 006_bk version
582
583 Kay Sievers:
584   o format char for CALLOUT output
585   o more namedev whitespace cleanups
586   o support arguments in callout exec
587   o namedev.c - change order of fields in CALLOUT
588   o namedev.c whitespace + debug text cleanup
589   o man page with udev.permissions wildcard
590
591 Olaf Hering:
592   o static klibc udev does not link against crt0.o
593
594 Summary of changes from v005 to v006
595 ============================================
596
597 <chris_friesen:sympatico.ca>:
598   o faster test scripts
599
600 Arnd Bergmann:
601   o more robust config file parsing in namedev.c
602   o add bus id modifier
603
604 Daniel E. F. Stekloff:
605   o patch for libsysfs sysfs directory handling
606
607 Greg Kroah-Hartman:
608   o add another line to udev.permissions in the proper format
609   o tweak replace_test
610   o fix permissions to work properly now
611   o add real udev.permissions file to test directory
612   o fix namedev.c to build with older version of gcc
613   o add dumb test for all of the different modifiers
614   o update the TODO list with more items that people can easily do
615   o move the test.block and test.tty scripts to the test/ directory
616   o add remove actions to the test scripts
617   o turn DEBUG_PARSER off by default
618   o add some documentation for the %b modifier to the default config file
619   o fix make install rule for when the udev symlink is already there
620   o change release target in makefile
621   o change debug level on printf values for now
622   o updated demo config file
623   o add some documentation of the modifiers to the default config file
624   o add demo config file
625   o updated bk ignore list for klibc generated files
626   o add printf option to label test to verify it works
627   o fix up printf-like functionality due to previous changes
628   o get the major/minor number before we name the device
629   o add scsi_id "extra" program from Patrick Mansfield <patmans@us.ibm.com>
630   o Add multipath "extra" program from Christophe Varoqui, <christophe.varoqui@free.fr>
631   o trailing whitespace cleanups
632   o splig LABEL and NUMBER into separate functions
633   o add TOPO regression test
634   o move TOPOLOGY rule to it's own function
635   o fix bug where NUMBER and TOPOLOGY would not work for partitions
636   o clean up the way we find the sysdevice for a block device for namedev
637   o updated label test script (tests for partitions now.)
638   o split REPLACE and CALLOUT into separate functions
639   o add debug line for REPLACE call
640   o add replace test
641   o add more sysfs test tree files
642   o change UDEV_SYSFS_PATH environment variable due to libsysfs change
643   o fix bug in klibc's isspace function
644   o fix udev-add.c to build properly with older versions of gcc
645   o add prototype for ftruncate to klibc
646   o Remove a few items from the TODO list that are already done
647   o version number to 005_bk
648   o pull some klibc stuff into the make Makefile to try to stay in sync
649   o klibc build fixes
650
651 Kay Sievers:
652   o apply permissions.conf support for wildcard and default name
653   o man page with included placeholder list
654   o implement printf-like placeholder support for NAME
655   o more manpage tweaks
656   o add support for subdirs
657   o add uid/gid to nodes
658
659 Olaf Hering:
660   o DESTDIR for udev
661
662 Paul Mundt:
663   o Fixup path for kernel includes when building with klibc
664
665 Robert Love:
666   o udev init script
667
668
669 Summary of changes from v004 to v005
670 ============================================
671
672 <kay:vrfy.org>:
673   o namedev.c comments + debug patch
674   o man page update
675
676 Greg Kroah-Hartman:
677   o ignore the klibc/linux symlink
678   o add klibc linux symlink info to the README
679   o get 'make release' to work properly again
680   o added README info for how to build using klibc
681   o turn off debugging if we are building with klibc
682   o turn off debugging in namedev
683   o added vsyslog support to klibc
684   o add ftruncate to klibc
685   o klibc specific tweaks
686   o libsysfs does not need mntent.h in it's header file
687   o udev build tweaks to tdb's spinlock code
688   o klibc makefile changes
689   o build tdb and libsysfs from the same makefile as udev
690   o udev-add build cleanups for other libc versions
691   o tweak tdb to build within udev better
692   o make libsysfs spit debug messages to the same place as the rest of udev
693   o make libsysfs build cleanly
694   o updated bk ignore list
695   o added klibc version 0.82 (cvs tree) to the udev tree
696   o makefile fix for now
697   o Merge greg@bucket:/home/greg/src/udev into kroah.com:/home/greg/src/udev
698   o hm, makefile bug with so many files...  will fix later
699   o regression tests starting to be added
700   o fix LABEL bug for device files (not class files.)
701   o more warning flags to the build
702   o got rid of struct device_attr
703   o rename namedev.permissions and namedev.config to udev.permissions and udev.config
704   o fix dbg line in namedev.c
705   o more overrides of config info with env variables if in test mode
706   o Fix bug causing udev to sleep forever waiting for dev file to show up
707   o change version to 004_bk
708   o make config files, sysfs root, and udev root configurable from config variables
709   o 004 changelog entrys TAG: v004
710
711 Robert Love:
712   o udev: sleep_for_dev() bits
713   o udev: another canidate for static
714
715
716 Summary of changes from v003 to v004
717 ============================================
718
719 Daniel E. F. Stekloff:
720   o new version of libsysfs patch
721
722 Greg Kroah-Hartman:
723   o 004 release
724   o major database cleanups
725   o Changed test.block and test.tty to take ACTION from the command line
726   o don't sleep if 'dev' file is already present on device add
727   o fix comment about how the "dev" file is made up
728   o more database work.  Now we only store the info we really need right now
729   o add BUS= bug to TODO list so it will not get forgotten
730   o spec file changes
731   o test.block changes
732   o ok, rpm likes the "_" character instead of "-" better
733   o change the version to 003-bk to keep things sane with people using the bk tree
734   o got "remove of named devices" working
735   o fix segfaults when dealing with partitions
736   o update changelog for 003 release TAG: v003
737
738 Kay Sievers:
739   o man file update
740   o man page update
741
742 Robert Love:
743   o udev: mode should be mode_t
744   o udev: trivial trivialities
745   o udev: cool test scripts again
746   o udev spec file symlink support
747   o udev: cool test scripts
748   o udev spec file bits
749
750
751 Summary of changes from v0.2 to v003
752 ============================================
753
754 Daniel E. F. Stekloff:
755   o udevdb patch
756   o udevdb prototype
757
758 Greg Kroah-Hartman:
759   o update the spec file for the new version and install process
760   o fix makefile release rule to not drop tdb.h file
761   o Add FAQ for udev
762   o removed AUTHORS and INSTALL files as they were pretty pointless
763   o copyright updates
764   o Add AUTHORS and INSTALL files
765   o TODO updates
766   o Updatd the README
767   o updated the TODO list
768   o add udev man page (basically just a place holder for now.)
769   o added uninstall support
770   o added install target for makefile so people don't have to do it by hand anymore
771   o add version to debug log on startup
772   o tell the user what mknod() we are trying to do
773   o add dbg_parse() to cut down on parse file debugging statements
774   o put config files and database in /etc/udev by default
775   o add ols 2003 udev paper to docs/
776   o clean up some debugging stuff in namedev.c
777   o do not build the tdb binary programs, only the objects
778   o merge tdb into the build process
779   o Added tdb code from latest cvs version in the samba tree
780   o added my name to the .spec file
781   o minor cleanups
782   o cleanup the mknod code a bit
783   o remove mknod callout
784   o handle new major:minor format of dev files that showed up in 2.6.0-test2-bk3 or so
785   o oops, everything was getting created as 000 mode, try to fix this up, but fail...
786   o more test stuff
787
788 Olaf Hering:
789   o print udev pid
790
791 Patrick Mansfield:
792   o add callout config type to udev
793
794 Paul Mundt:
795   o Fix TDB cross compilation
796   o udev spec file
797   o udev/libsysfs cross compile fixes
798
799
800 Summary of changes from v0.1 to v0.2
801 ============================================
802
803 Greg Kroah-Hartman:
804   o more test stuff
805   o removed unneeded stuff from udev.h
806   o added 0.2 change log info
807   o start working on label support, and fix some segfaults for block devices
808   o test config file changes
809   o add NUMBER support (basically same logic as TOPOLOGY, perhaps we should
810     merge this...)
811   o added topology support
812   o got REPLACE to work properly
813   o make struct config_device contain a struct device_attr instead of
814     duplicating the mess
815   o block test
816   o split the tests up into different files
817   o split udev main logic into udev-add and udev-remove
818   o Clean up the namedev interface a bit, making the code smaller
819   o bk: update ignore list
820   o update the tests to handle block devices too
821   o add initial libsysfs support
822   o added libsysfs to the build
823   o added libsysfs code from sysutils-0.1.1-071803 release
824   o namedev config files are fully parsed
825   o more permission tests
826   o make log_message spit out warnings so I don't have to spend forever
827     chasing down stupid bugs that aren't there...
828   o added klibc makefile
829   o Initial namedev parsing of config files
830   o sleep for 2 seconds to give the kernel a chance to actually create the
831     files we need
832   o pick a better default UDEV_ROOT
833   o fix up the test to actually work
834   o added more documentation in README and TODO files
835
836
837 Summary of changes up to v0.1
838 ============================================
839
840 Greg Kroah-Hartman:
841   o added more documentation in README and TODO files
842   o updated the documentation
843   o cleaned up the makefile a bit
844   o remove now works!
845   o restructure code to be able to actually get remove_node() to work
846   o Creating nodes actually works
847   o added stupid test script for debugging
848   o added initial documentation and gpl license
849   o enabled debugging
850   o updated ignore list
851   o added initial files
852   o fixed up config
853   o Initial repository create
854   o BitKeeper file /home/greg/src/udev/udev/ChangeSet
855