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