chiark / gitweb /
release 131
[elogind.git] / ChangeLog
1 Summary of changes from v130 to v131
2 ============================================
3
4 Alan Jenkins (17):
5       libudev: fix sysnum logic for digit-only device names
6       udevd: avoid overhead of calling rmdir on non-empty directories
7       use more appropriate alternatives to malloc()
8       libudev: util - optimize path_encode()
9       libudev: allocate udev_device->envp[] dynamically
10       replace strncpy() with strlcpy()
11       use re-entrant variants of getpwnam and getgrnam
12       udevd: fix memory leak
13       udevd: fix WAIT_FOR_SYSFS execution order
14       fix handling of string_escape option
15       udevd: use a tighter loop for compare_devpath()
16       udevd: avoid implicit memset in match_attr()
17       kerneldoc comment fixes
18       udevd: simplify rules execution loop
19       udevd: fix termination of rule execution
20       udevd: be more careful when matching against parents
21       udevd: shrink struct token to 12 bytes
22
23 Kay Sievers (113):
24       remove outdated docs/README-gcov_for_udev
25       libudev: device - add device lookup by subsystem:sysname
26       libudev: also prefix non-exported functions with udev_*
27       libudev: add udev_monitor_send_device()
28       libudev: list - add flag
29       libudev: device - generate DEVNAME and DEVLINKS properties
30       vol_id: update README
31       libudev: handle ! in sysname, add sysnum, return allocated list_entry on add
32       delete simple-build-check.sh
33       test: move global ENV{ENV_KEY_TEST}="test" to local rule
34       libudev: monitor - fix send_device() property copying
35       libudev: device - add get_envp() to construct envp from property list
36       libudev: do not include ctrl in libudev.so
37       libudev: monitor - do not mangle DEVLINKS property
38       libudev: update DEVLINKS property when properties are read
39       libudev: device - lookup "subsystem" and "driver" only once
40       libudev: device - export properties when values are set
41       libudev: list - handle update of key with NULL value
42       libudev: ctrl - fix typo in set_env()
43       libudev: add global property list
44       libudev: device - copy global properties, unset empty properties
45       volume_id: btrfs - update magic to latest disk format
46       udevd: use libudev
47       move udev_device_db to libudev
48       rename udev source files
49       libudev: always add UDEV_LOG
50       libudev: monitor - export MAJOR/MINOR only if available
51       udev-node: name_list -> udev_list
52       udev-rules-parse: name_list -> udev_list
53       delete name_list, move common file functions
54       fix sorting of rules files
55       run_program: prevent empty last argv entry
56       update IMPORT= file/stdout property parsing
57       update rules file parsing
58       delete udev-util-file.c
59       libudev: list - prepend udev_* to all functions
60       libudev: add sysnum to test program
61       test: fix a few unintentially wrongly written rules which cause parse errors
62       libudev: monitor - add set_receive_buffer_size()
63       libudev: ctrl - change magic to integer
64       libudev: make list_node functions available
65       udevd: use udev_list_node
66       collect: use udev_list
67       delete list.h
68       merge udev-rules.c and udev-rules-parse.c
69       make struct udev_rules opaque
70       move run_program to util
71       udev_event_run() -> udev_event_execute_rules()
72       udev_rules_run() -> udev_event_execute_run();
73       move udev_rules_apply_format() to udev-event.c
74       udev_list_cleanup() -> udev_list_cleanup_entries()
75       selinux_init(udev) -> udev_selinux_init(udev)
76       prefix udev-util.c functions with util_*
77       pass make distcheck
78       libudev: device - get_attr_value() -> get_sysattr_value()
79       cdrom_id: remove ARRAY_SIZE() declaration
80       replace missing get_attr_value() -> get_sysattr_value()
81       add "root" == 0 shortcuts to lookup_user/group()
82       do not use the new work-in-progress parser rule matcher
83       libudev: device - 128 -> ENVP_SIZE
84       add util_resolve_subsys_kernel()
85       handle numerical owner/group string in lookup_user/group()
86       replace in-memory rules array with match/action token list
87       do not create temporary node ($tempnode) if node already exists
88       shrink struct udev_event
89       shrink struct udev_event
90       rule_generator: fix netif NAME= value extraction regex
91       skip SYMLINK rules for devices without a device node
92       rules: let empty strings added to buffer always return offset 0
93       fix uninitialized variable warnings
94       cache uid/gid during rule parsing
95       distinguish "match" from "assign" by (op < OP_MATCH_MAX)
96       determine at rule parse time if we need to call fnmatch()
97       special-case "?*" match to skip fnmatch()
98       libudev: monitor - replace far too expensive snprintf() with strlcpy()
99       libudev: monitor - cache result of monitor send buffer
100       fix "unused" warnings
101       remove debug printf
102       match KEY="A|B" without temporary string copy
103       match_attr() - copy attr value only when needed
104       do not init string arrays, just clear first byte
105       fix $attr{[<subsystem>/<sysname>]<attribute>} substitution
106       libudev: device - fill envp array while composing monitor buffer
107       test: add RUN+="socket: ..." to a test to run monitor code
108       libudev: device - allocate envp array only once
109       update NEWS
110       udevd: merge exec and run queue to minimize devpath string compares
111       ATTR{}== always fails if the attribute does not exist
112       rules: remove SCSI timeouts
113       rules: remove "add" match from usb device node rule
114       edd_id: add "change" event match
115       fstab_import: add "change" event match
116       write trace log to stderr
117       log rules file and line number when NAME, SYMLINK, OWNER, GROUP, MODE, RUN is applied
118       skip entire rule containing device naming keys, if no device can be named
119       fix udev_node_update_old_links() logic
120       move some info() to dbg()
121       add "devel" and "install" switches to autogen.sh
122       move debugging strings inside #ifdef DEBUG
123       firmware.sh: record missing files in /dev/.udev/firmware-missing/
124       fix list handling in enumerate and rules file sorting
125       volume_id: btrfs update
126       info() PROGRAM and IMPORT execution
127       fix $links substitution
128       fix cleanup of possible left-over symlinks
129       do not import the "uevent" file when we only read the db to get old symlinks
130       usb_id: MassStorage SubClass 6 is "scsi" not "disk"
131       unify string replacement
132       $links should be relative
133       fix indentation
134       rules: md - add mdadm 3 device naming
135       cleanup /dev/.udev/queue on startup and exit
136       udevadm: settle - exit if udevd exits
137
138 Matthias Koenig (1):
139       volume_id: swap - larger PAGE_SIZE support
140
141 Steven Whitehouse (1):
142       volume_id: support for GFS2 UUIDs
143
144
145 Summary of changes from v129 to v130
146 ============================================
147
148 Kay Sievers (26):
149       fix compile error with --disable-logging
150       libudev: enumerate - add_device() -> add_syspath()
151       volume_id: hpfs - read label and uuid
152       use no_argument, required_argument, optional_argument in longopts
153       libudev: get rid of selinux
154       libudev: device - add get_parent_with_subsystem()
155       usb_id: use libudev
156       udevadm: info - fix --query=all for devices without a device node
157       vol_id: add size= option
158       move selinux noops to udev.h
159       volume_id: add dbg() as noop to check for compile errors
160       vol_id: fix logging glue
161       vol_id: always use the safe string versions for unencoded label and uuid
162       volume_id: better DDF raid detection
163       volume_id: add btrfs
164       volume_id: use PRIu64i, PRIx64 macros
165       udevd: clarify deprecated sysfs layout warning
166       libudev: fix --enable-debug
167       don not print error if GOTO jumps just to next rule
168       volume_id: add more vfat debugging information
169       libudev: libudev.pc remove selinux
170       store node name and symlinks into db symlink target if they are small enough
171       volume_id: more fat debugging
172       libudev: fix typo in "multiple entries in symlink" handling
173       connect /sys and /dev with /sys/dev/{block,char}/<maj>:<min> and /dev/{block,char}/<maj>:<min>
174       replace spaces in dm and md name symlinks
175
176
177 Summary of changes from v128 to v129
178 ============================================
179
180 Alan Jenkins (7):
181       udev-test.pl: set non-zero exitcode if tests fail
182       scsi_id: compiler warning on 32-bit
183       trivial cleanup in udev_rules_iter
184       avoid repeated scans for goto targets (udev_iter_find_label)
185       replace strerror() usage with threadsafe "%m" format string
186       fix messages (inc. debug compile failure) introduced when optimizing "goto"
187       allow compiler to check dbg() arguments on non-debug builds
188
189 Kay Sievers (46):
190       libudev: switch to "udev_device_get_parent"
191       libudev: udev_device - add attribute cache
192       libudev: handle "device" link as parent, handle "class" "block" as "subsystem"
193       udevadm: info - fix lookup-by-name
194       libudev: switch API from devpath to syspath
195       libudev: rename ctrl_msg to ctrl_msg_wire
196       vol_id: fix lib logging glue
197       fix broken symlink resolving
198       fix udevadm trigger
199       libudev: pass udev_device in enumerate
200       libudev: fix "subsystem" value
201       always include config.h from Makefile
202       libudev: udev_device_get_devname -> udev_device_get_devnode
203       libudev: add udev_device_new_from_devnum()
204       libudev: also import "uevent" file when reading udev database
205       libudev: add userdata pointer
206       libudev: replace awkward callback list interfaces with list iterators
207       libudev: get devnum from uevent file
208       libudev: enumerate_get_devices_list -> enumerate_get_list
209       libudev: initialize selinux only when needed
210       libudev: device - read database only when needed
211       libudev: rework list handling
212       libudev: more list rework
213       lubudev: accept more sys directories as devices, and parent devices
214       libudev: enumerate - accept list of subsystems to scan, or skip
215       libudev: enumerate "subsystem"
216       libudev: enumerate - scan /sys/block/ if needed
217       libudev: enumerate - split new() and scan()
218       test: replace ancient sysfs tree with recent one
219       test: add missing pci directory because of .gitignore *.7
220       gitignore: move *.8 to subdirs
221       test: replace last reference of "/class/*" devpath
222       fix dbg() callers
223       libudev: enumerate - scan devices and subsystems, add subsystem and attribute filter
224       udevadm: trigger: use libudev
225       fix segfault caused by wrong pointer used in dbg()
226       libudev: device_init() -> device_new()
227       udevadm: trigger fix long option --type=
228       libudev: add queue interface
229       udevadm: settle - use libudev queue
230       libudev: device - handle /sys/block/<disk-device-link>/<partition>
231       libudev: enumerate - ignore regular files while scanning
232       udevadm: trigger --type=failed - use libudev queue
233       rules: ieee1394 - create both, by-id/scsi-* and by-id/ieee-* links
234       build: include Makefile.am.inc in all Makefile.am
235       udevd: print warning if CONFIG_SYSFS_DEPRECATED is used
236
237
238 Summary of changes from v127 to v128
239 ============================================
240
241 Alan Jenkins (8):
242       fix uninitialized name_list error::ignore_error
243       do not needlessly declare some local variables in udev_rules_parse.c as static
244       remove deprecated envp[] in main()
245       fix name compare bug name_list_key_add()
246       remove redundant string copy in udev_rules_apply_format()
247       remove redundant "remove trailing newlines" in udevadm info
248       threadsafe rules iteration
249       fix off-by-one in pass_env_to_socket()
250
251 Kay Sievers (53):
252       libudev: add monitor documentation
253       libudev: fix --disable-log
254       autogen.sh: add --with-selinux
255       volume_id: hfs - calculate proper uuid
256       fix dangling pointer returned by attr_get_by_subsys_id()
257       udev-test.pl: add --valgrind option
258       libudev: libudev.pc add Libs.private
259       volume_id: fail on undefined __BYTE_ORDER
260       remove FAQ
261       libudev: fix monitor documentation
262       libudev: add udev_device_get_syspath()
263       udev_device_init() remove statically allocated device support
264       udevadm: info - fix broken --device-id-of-file=
265       udevadm: control - use getopt_long()
266       udevadm: print warning to stderr if udevadm is called by symlink
267       udev-test.pl: remove left-over comment from --valgrind option
268       udevadm: rename source files
269       udevadm: rename internal functions to udevadm_*
270       udevadm: split out control functions
271       udevadm: move init from commands to udevadm
272       autogen.sh: add debug
273       use libudev code, unify logging, pass udev context around everywhere
274       volume_id: linux_raid - fix logic for volumes with size == 0
275       vol_id: add --debug option
276       udevadm: add --version --help options to man page, hide them as commands
277       move udev_ctrl to libudev-private
278       udev-test.pl: set udev_log="err"
279       test-udev: cleanup libudev context and overridden rules file string
280       test-udev: remove unused var
281       add a bunch of private device properties to udev_device
282       udevadm: monitor - use libudev for udev monitor
283       libudev: monitor - add event properties to udev_device
284       udevadm: log message if udevadm link is used
285       udevd: remove max_childs_running logic
286       libudev: monitor- add netlink uevent support
287       udevadm: monitor - use libudev code to retrieve device data
288       libudev: udev_device - read "driver" value
289       libudev: rename enumerate function
290       libudev: add selinux
291       libudev: initialize selinux after logging
292       volume_id: merge util.h in libvolume_id-private.h
293       update file headers
294       libudev: udev_device - add more properties
295       libudev: do not use udev_db.c
296       libudev: get rid of udev_sysfs.c
297       libudev: get rid of udev_utils.c
298       libudev: rename libudev-utils.c libudev-util.c
299       libudev: do not use any udev source file
300       extras: use libudev code
301       convert to libudev and delete udev_utils_string.c
302       get rid of udev_sysdeps.c
303       use size definitions from libudev
304       udevadm: info - use "udev_device"
305
306
307 Summary of changes from v126 to v127
308 ============================================
309
310 Karel Zak (2):
311       build-sys: don't duplicate file names
312       build-sys: remove non-POSIX variable names
313
314 Kay Sievers (26):
315       add inotify dummy definitions if inotify is not available
316       build: remove autopoint check
317       udevadm: trigger - add missing attr filter to synthesized "subsystem" register events
318       ignore duplicated rules file names
319       fix .gitignore
320       rules: delete all distro rules which do not use default rules
321       rules: add nvram
322       rules: add isdn rules
323       rules: Gentoo update
324       add missing includes
325       add some warnings
326       update .gitignore
327       add missing 'v' for "make changelog"
328       build: fix "make dist"
329       vol_id: make the --offset= argument optional
330       rules: optical drives - probe at last session offset, do not probe for raid
331       libudev: add library to access udev information
332       libudev: split source files
333       update INSTALL
334       libudev: add udev event monitor API
335       volume_id: remove deprecated functions and bump major version
336       volume_id: remove left-over fd close()
337       split udev_device.c to leave out rules handling from libudev
338       libudev: link against selinux if needed
339       firmware.sh: lookup lookup kernel provided firmware directory
340       libudev: require LIBUDEV_I_KNOW_THE_API_IS_SUBJECT_TO_CHANGE
341
342 Michal Soltys (1):
343       rules: fix md rules for partitioned devices
344
345
346 Summary of changes from v125 to v126
347 ============================================
348
349 Kay Sievers (9):
350       delete all Makefiles and move udev source to udev/
351       use autotools
352       rules: mode 0660 for group "disk"
353       rules: update Fedora rules
354       update ChangeLog
355       INSTALL: --enable-selinux not --with-selinux
356       volume_id: move static lib to $prefix
357       volume_id: create relative links
358       rules: run vol_id on opticals only if media is found
359
360 Marco d'Itri (1):
361       rules: Debian update
362
363 Thomas Koeller (1):
364       use proper directory lib/lib64 for libvolume_id
365
366
367 Summary of changes from v124 to v125
368 ============================================
369
370 John Huttley (1):
371       rules: tape rules - add nst to usb and 1394 links
372
373 Karl O. Pinc (1):
374       man: clarify $attr{} parent searching
375
376 Kay Sievers (14):
377       collect: fix size_t printf
378       path_id: suppress trailing '-' like 'ID_PATH=pci-0000:05:01.0-'
379       rules: add v4l persistent links
380       docs: update some docs and delete outdated stuff
381       scsi_id: fix fallback to sg v3 for sg nodes
382       rules: fix cciss rules for partition numbers > 9
383       udev.conf: udevcontrol -> udevadm control
384       rules: use consistently OPTIONS+=
385       scsi_id: the fallback fix broke error handling
386       man: rebuild from xml
387       do not touch node ownership and permissions, if already correct
388       rules: tape rules - add nst to by-path/ links
389       udevadm: info - add --export format to --device-id-of-file=
390       move default rules from /etc/udev/rules.d/ to /lib/udev/rules.d/
391
392 Marco d'Itri (7):
393       rules_generator: net rules - do not print error if file is missing and ignore commented rules
394       man: add link_priority default value
395       scsi_id: man page fix
396       udevadm: settle - add verbose output when running into timeout
397       rules: Debian update
398       rules: Debian update
399       ignore rule with GOTO to a non-existent label
400
401 Thomas Koeller (1):
402       scsi_id: include sys/stat.h
403
404 Tobias Klauser (1):
405       collect: check realloc return value
406
407
408 Summary of changes from v123 to v124
409 ============================================
410
411 Kay Sievers (1):
412       cdrom_id: fix recognition of blank media
413
414
415 Summary of changes from v122 to v123
416 ============================================
417
418 Erik van Konijnenburg (3):
419       add substitution in MODE= field
420       Makefile: use udevdir in "make install"
421       volume_id: support for oracleasm
422
423 Harald Hoyer (1):
424       scsi_id: retry open() on -EBUSY
425
426 Karel Zak (2):
427       volume_id: remove unnecessary global variable
428       volume_id: enable GFS probing code, add LABEL support
429
430 Kay Sievers (5):
431       edd_id: call it only for sd* and hd*
432       rename WAIT_FOR_SYSFS to WAIT_FOR and accept an absolute path
433       rules: tape rules - use bsg device nodes for SG_IO
434       rules: persistent net - handle "locally administered" ibmveth MAC addresses
435       cdrom_id: export ID_CDROM_MEDIA_TRACK_COUNT_AUDIO=, ID_CDROM_MEDIA_TRACK_COUNT_DATA=
436
437 Michal Soltys (1):
438       man: add NAME== match entry
439
440 Xinwei Hu (2):
441       collect: realloc buffer, if needed
442       udevd: export .udev/queue/$seqnum before .udev/uevent_seqnum
443
444
445 Summary of changes from v121 to v122
446 ============================================
447
448 Hannes Reinecke (2):
449       scsi_id: remove all sysfs dependencies
450       scsi_id: add SGv4 support
451
452 Karel Zak (1):
453       volume_id: clean up linux_raid code
454
455 Kay Sievers (8):
456       scsi_id:  update man page
457       scsi_id: remove bus_id option
458       scsi_id: add --sg-version= option
459       rules: adapt to new scsi_id
460       rules: adapt tape rules to new scsi_id
461       scsi_id: add bsg.h
462       volume_id: bump version
463       Makefile: do not create udevcontrol, udevtrigger symlinks
464
465 MUNEDA Takahiro (2):
466       man: udevd- fix udev(8) reference
467       man: scsi_id
468
469 Matthias Schwarzott (1):
470       cdrom_id: fix segfault
471
472
473 Summary of changes from v120 to v121
474 ============================================
475
476 Damjan Georgievski (1):
477       libvolume_id: recognize swap partitions with a tuxonice hibernate image
478
479 Daniel Drake (1):
480       writing udev rules: fix rule typos
481
482 David Woodhouse (1):
483       rules_generator: net rules - add "dev_id" value to generated rules
484
485 Harald Hoyer (1):
486       selinux: more context settings
487
488 Kay Sievers (21):
489       udevinfo: do not replace chars when printing ATTR== matches
490       vol_id: add --offset option
491       cdrom_id: replace with version which also exports media properties
492       udevd: at startup write message including version number to kernel log
493       rules_generator: net rules - always add KERNEL== match to generated rules
494       selinux: fix missing includes
495       allow setting of MODE="0000"
496       path_id: remove subsystem whitelist
497       logging: add trailing newline to all strings
498       scsi_id: initialize serial strings
499       persistent device naming: also read unpartitioned media
500       cdrom_id: add more help text
501       add $links substitution
502       fstab_import: add program to IMPORT matching fstab entry
503       add OPTIONS+="event_timeout=<seconds>"
504       write "event_timeout" to db
505       udevadm: trigger - add --env= option
506       udevadm: control - fix --env key to accept --env=<KEY>=<value>
507       udevadm: info - do not print ATTR{dev}==
508       persistent device naming: update tape rules
509       rules: update md rules
510
511
512 Summary of changes from v119 to v120
513 ============================================
514
515 Kay Sievers (9):
516       test: remove duplicated EXTRA entry
517       rules: remove last WAIT_FOR_SYSFS, load ppdev, switch scsi_device
518       udevadm: trigger - option to synthesize events and pass them to a socket
519       udevadm: info - resolve devpath if symlink is given
520       udevadm: remove old man page links and compat links for debugging tools
521       udevadm: trigger - fix broken socket option check
522       udevadm: trigger - fix --socket== + --verbose
523       also accept real socket files for RUN+="socket:<path>"
524       persistent device naming: cleanup storage rules
525
526 Michael Kralka (1):
527       udevd: serialize events if they refer to the same major:minor number
528
529
530 Summary of changes from v118 to v119
531 ============================================
532
533 Anthony L. Awtrey (1):
534       do not skip RUN execution if device node removal fails
535
536 Harald Hoyer (2):
537       rules: Fedora update
538       rules: do not set GROUP="disk" for scanners
539
540 Jiri Slaby (1):
541       rules_generator: add missing write_net_rules unlock
542
543 Karel Zak (2):
544       volume_id: fix UUID raw buffer usage
545       volume_id: fix typo in function documentation
546
547 Kay Sievers (10):
548       switch mailing lists to linux-hotplug@vger.kernel.org
549       rules: remove tty rule which can never run because of an earlier "last_rule"
550       volume_id: update ext detection
551       selinux: set context for real file name not the temp name
552       hack to allow ATTR{block/*/uevent}="change"
553       rules_generator: add KERNEL=="<netifname>*" to generated rules
554       persistent device naming: also run on "change" event
555       test: add "subsystem" links to all devices
556       sysfs: depend on "subsystem" link
557       extend hack to allow TEST=="*/start"
558
559 Matthias Schwarzott (1):
560       volume_id: respect LDFLAGS
561
562 Neil Williams (1):
563       volume_id: add prefix=, exec_prefix=
564
565 Roy Marples (1):
566       Makefile: do not require GNU install
567
568
569 Summary of changes from v117 to v118
570 ============================================
571
572 Daniel Drake (1):
573       doc: update "writing udev rules"
574
575 Hannes Reinecke (1):
576       volume_id: LVM - add uuid
577
578 Kay Sievers (9):
579       remove udevstart
580       rules_generator: do not create rules with insufficient matches
581       man: udevadm settle - mention 180 seconds default timeout
582       libvolume_id: squashfs - add endianess support for LZMA compression
583       rules: add AOE rule
584       volume_id: md - add metadata minor version
585       volume_id: run only once into a timeout for unreadable devices
586       create_floppy_devices: fix logic for more than one floppy device
587       volume_id: also add readable check to probe_all()
588
589 Matthias Schwarzott (1):
590       rules: Gentoo update
591
592 Michael Prokop (1):
593       libvolume_id: squashfs+LZMA compression detection
594
595
596 Summary of changes from v116 to v117
597 ============================================
598
599 Dan Nicholson (2):
600       extras: ignore built and generated files
601       volume_id: create relative symlink when $(libdir) = $(usrlibdir)
602
603 Kay Sievers (15):
604       usb_id: fail if vendor/product can not be retrieved
605       rules: SUSE update
606       firmware: do not print error if logger is missing
607       volume_id: vfat - allow all possible sector sizes
608       volume_id: LUKS - export version
609       volume_id: ntfs - rely on valid master file table
610       volume_id: bump version
611       udevinfo: exclude "uevent" file from --attribute-walk
612       udevadm: merge all udev tools into a single binary
613       udevadm: accept command as option, like --help, --version
614       udevadm: add info option --device-id-of-file=<file>
615       Makefile: fix bogus version number than got committed
616       udevadm: also return major==0 results for --device-id-of-file
617       man: udevd.8 - remove udevcontrol section
618       udevadm: control - allow command to be passed as option
619
620 MUNEDA Takahiro (1):
621       man: fix udevadm.8 typo
622
623 Matthias Schwarzott (2):
624       firmware: remove hardcoded path to logger
625       rules: Gentoo update
626
627 VMiklos (1):
628       rules: Frugalware update
629
630
631 Summary of changes from v115 to v116
632 ============================================
633
634 Bryan Kadzban (1):
635       rules: fix typos
636
637 Harald Hoyer (3):
638       check line length after comment check and whitespace strip
639       only install *.rules
640       remove extra space from udevinfo symlink output
641
642 Kay Sievers (29):
643       rules: fix two trivial typos
644       rules: random and urandom are 0666
645       rules: add REMOVE_CMD rule
646       track "move" events to rename database and failed files
647       rules: Gentoo update
648       rules: add i2o driver rule
649       man: recreate man pages
650       volume_id: fix linux_raid metadata version 1.0 detection
651       add $name substitution
652       do not delete the device node with ignore_remove, but handle the event
653       print warning for invalid TEST operations
654       rules: do not delete /lib/udev/devices/ nodes on "remove"
655       rules: remove broken nvram group assignment without any permission
656       add /dev/rtc symlink if new rtc drivers are used
657       increase WAIT_FOR_SYSFS timeout to 10 seconds
658       rules: put bsd nodes in /dev/bsd/ directory
659       path_id: fix for stacked class devices
660       ignore device node names while restoring symlinks from the stack
661       use SEQNUM in /dev/.udev/queue/ instead of devpath
662       rules: add memstick module loading
663       udevinfo: simplify symlink printing logic
664       prevent wrong symlink creation if database disagress with current rules
665       fix wrong variable used in logged string
666       update README
667       rule_generator: move all policy from write_net_rules to the rules file
668       rules: call usb_id only for SUBSYSTEMS=="usb"
669       rules: split out and fix persistent tape rules
670       fix debug output string
671       rule_generator: always match netif type in generated rule
672
673 Matthias Schwarzott (3):
674       rules: Gentoo update
675       rules: Gentoo update
676       rules: Gentoo update
677
678 Michael Morony (1):
679       set buffer size if strlcpy/strlcat indicate truncation
680
681 maximilian attems (1):
682       correct includes in udev_selinux.c
683
684
685 Summary of changes from v114 to v115
686 ============================================
687
688 Harald Hoyer (1):
689       rules: fix typo in 80-drivers.rules
690
691 Kay Sievers (15):
692       rules: add default rules
693       rules: update SUSE rules
694       rules: add packages rules
695       rules: add ia64 rules
696       rules: move md-raid rules to packages dir
697       rules: run vol_id only for partitions
698       rules: update Fedora rules
699       edd_id: move persistent rules to its own file
700       accept relative path for TEST
701       rules: add iowarrior rule
702       volume_id: fix sqashfs detection
703       do not ignore dynamic rule if it is the last one in the list
704       rule_generator: fix wrong DRIVERS!= logic
705       rules: update Fedora
706       Makefile: install default rules
707
708 Marco d'Itri (3):
709       rules_generator: remove policy from write_cd_rules
710       rules_generator: fix write_cd_rules when similar names exist in the root directory
711       rules: Debian update
712
713
714 Summary of changes from v113 to v114
715 ============================================
716
717 Hannes Reinecke (3):
718       collect: extra to synchronize actions across events
719       add $driver subtitution
720       rules_generator: add S/390 persistent network support
721
722 Kay Sievers (24):
723       rules_generator: remove executable flag from include file
724       always unlink temporary file before creating new one
725       rules: SUSE update
726       volume_id: ext4 detection
727       udevtrigger: allow to specify action string
728       add option to RUN key to ignore the return value of the program
729       use global udev_log variable instead of parameter in run_program
730       add udev_rules_run() to handle RUN list
731       move udev_utils_run.c into udev_rules.c
732       rules: SUSE update
733       name_list: rename loop_name -> name_loop
734       handle dynamic rules created in /dev/.udev/rules.d/
735       allow SYMLINK== match
736       libvolume_id: use /usr/$libdir in pc file
737       Makefile: add --as-needed flag to ld
738       restore behavior of NAME==
739       rules_generator: remove "installation" function
740       udevtrigger: trigger "driver" events
741       rules: update SUSE
742       rules: Fedora update
743       rules: add "do not edit" comment
744       rules: Fedora update
745       rules_generator: skip random MAC addresses
746       write changed network interface names to the kernel log
747
748 Matthias Schwarzott (3):
749       rules: Gentoo update
750       fix inotify to work not only once
751       rules: Gentoo update
752
753 Richard Hughes (1):
754       Makefile: add "make dist" for nightly snapshots
755
756
757 Summary of changes from v112 to v113
758 ============================================
759
760 David Zeuthen (1):
761       vol_id: do not fail if unable to drop privileges
762
763 Kay Sievers (12):
764       add missing ChangeLog
765       make ATTR{[$SUBSYSTEM/$KERNEL]<attr>}="<value>" working
766       rules: recognize partitions and disk devices properly
767       rules: SUSE update
768       atomically replace existing nodes and symlinks
769       do not try to create existing file
770       info() for ignore_remove
771       rules: SUSE update
772       Makefile: check for missing ChangeLog or RELEASE-NOTES at release
773       allow to disable the replacement of unusual characters
774       no newline in log messages
775       udevd: do not use syslog if --verbose (debugging) is used
776
777 Tobias Klauser (1):
778       fix typo in udev_utils_run.c
779
780
781 Summary of changes from v111 to v112
782 ============================================
783
784 Fabio Massimo Di Nitto (1):
785       rules: ignore partitons that span the entire disk
786
787 Hannes Reinecke (1):
788       cciss device support
789
790 Kay Sievers (34):
791       udevd: close /proc/meminfo after reading
792       create_floppy_devices: remove dead "unlink" code
793       volume_id: add function documentation
794       udev_db: escape path names with \x00 instead of %00
795       udevsettle: use long options
796       replace_chars: replace spaces in node name
797       volume_id: add and export string encoding function
798       vol_id: export encoded strings
799       rules: use encoded strings instead of skipping characters
800       udevtest: print message before log output
801       volume_id: escape % character
802       replace_chars: replace % character
803       IMPORT: do not mangle whitespace
804       scsi_id: do not install symlink in /sbin
805       rules: SUSE update
806       volume_id: terminate overlong label strings
807       scsi_id: add long options
808       rules: use long options for scsi_id
809       path_id: skip subsystem directory
810       rules: fix cciss rule
811       rules: SUSE update
812       scsi_id: fix typo in help text
813       fix "do not access parent" warning for ATTR{}
814       sysfs: add device lookup by $SUBSYSYTEM:$KERNEL
815       events for "bus" and "class" registration must be matched as "subsystem"
816       udevtest: add --subsystem option
817       sysfs: change order of subsystem lookup
818       add $sys substitution
819       add TEST=="<file>" key
820       add "[$SUBSYSTEM/$KERNEL]<attribute>" lookup
821       sysfs: handle bus/class top-level directories
822       sysfs: skip unknown sysfs directories
823       rules: SUSE update
824       release 112
825
826 Miklos Vajna (2):
827       create_floppy_devices: add man page
828       path_id: remove on make uninstall
829
830 Ryan Lortie (1):
831       volume_id: support for long-filename based labels
832
833 Scott James Remnant (2):
834       replace_untrusted_chars: replace all whitespace with space
835       run_program: log "info" not "error" if program is missing
836
837
838 Summary of changes from v110 to v111
839 ============================================
840
841 Kay Sievers (19):
842       rules: SUSE update
843       rules: Fedora update
844       volume_id: use md native uuid format
845       vol_id: use long options
846       volume_id: add volume_id_get_* functions
847       vol_id: use volume_id_get_*
848       udevd: use fgets() to read /proc files
849       volume_id: add internal UUID_STRING
850       volume_id: add DDF support
851       vol_id: README update
852       volume_id: rename UUID_64BIT_LE/BE
853       vol_id: add ID_FS_UUID_SAFE
854       rules: use ID_FS_UUID_SAFE
855       rules: SUSE update
856       volume_id: give access to list of all available probers
857       vol_id: use libvolume_id prober list for --probe-all
858       volume_id: add remaining names for prober lookup by type
859       rules: SUSE update
860       volume_id: vol_id depends on libvolume_id
861
862 Matthias Schwarzott (2):
863       volume_id: fix Makefile for parallel make
864       rules: Gentoo update
865
866
867 Summary of changes from v109 to v110
868 ============================================
869
870 Harald Hoyer (1):
871       udevcontrol: allow to set global variables in udevd
872
873 Kay Sievers (13):
874       remove eventrecorder.sh
875       update SUSE rules
876       volume_id: add md metadata 1.0, 1.1, 1.2 support
877       unset variable with ENV{VAR}=""
878       delete copies of default rules in SUSE rules
879       volume_id: ext - fix endianess in version number
880       rules: Fedora update
881       volume_id: old md metadata has only 32 bit for the uuid
882       volume_id: minix version 3 support
883       don't create $tempnode for devices without major
884       usb_id: add <devpath> to help text
885       ata_id: use getopt_long()
886       rules: SUSE update
887
888 Matthias Schwarzott (3):
889       Makefile: respect CFLAGS/LDFLAGS
890       rules: Gentoo update
891       ata_id: don't log error for libata devices on older kernels
892
893
894 Summary of changes from v108 to v109
895 ============================================
896
897 Harald Hoyer (1):
898       create_floppy_devices: create nodes with correct selinux context
899
900 Kay Sievers (11):
901       udevtest: export ACTION string if given as option
902       update SUSE rules
903       make ACTION!="add|change" working
904       udevtest: import uevent variables if possible
905       udevinfo: export all information stored in database
906       default rules: add libata compat links
907       create_path: don't fail if something else created the directory
908       udevd: fix serialization of events
909       path_id: remove broken example
910       libvolume_id: do not install static library
911       update SUSE rules
912
913 Matthias Schwarzott (2):
914       update Gentoo rules
915       persistent device naming: add joystick links
916
917 VMiklos (1):
918       path_id: add man page
919
920
921 Summary of changes from v107 to v108
922 ============================================
923
924 Kay Sievers (3):
925       udevinfo: relax check for the correct device if looked up by name
926       don't write to sysfs files during test run
927       finally remove the directory event-multiplexer crap
928
929 Matthias Schwarzott (2):
930       write_cd_rules: set default link type to "by-id" for usb and ieee1394 devices
931       update Gentoo rules
932
933 Pozsar Balazs (1):
934       udevsettle: read udev not kernel seqnum first
935
936
937 Summary of changes from v106 to v107
938 ============================================
939
940 Jean Tourrilhes (1):
941       udevtest: export UDEV_LOG if we changed it
942
943 Kay Sievers (33):
944       man: add missing options to various man pages
945       man: fix typo
946       create_floppy_devices: apply specified mode without umask
947       man: spelling fixes
948       udevmonitor: add switch for kernel and udev events
949       default rules: wait for 0:0:0:0 scsi devices only
950       update Fedora rules
951       delete dasd_id, it moved to s390-tools
952       update Gentoo rules
953       encode db-file names, instead of just replacing '/'
954       update internal variables if we see $DEVPATH during IMPORT
955       increase /proc/stat buffer
956       maintain index over device-names to devpath relation
957       restore overwritten symlinks when the device goes away
958       store devpath with the usual leading slash
959       add link_priority to rule options, and store it in database
960       pick actual valid device in udev_db_lookup_name
961       cleanup already existing db-entries and db-index on device update
962       selinux: move selinux_exit() to the main programs
963       remove old error message
964       read list of devices from index, make index private to database
965       priority based symlink handling
966       volume_id: get rid of compiler warning
967       udevinfo: remove -d option
968       update %n on netif name change
969       if a node goes away, possibly restore a waiting symlink
970       update TODO
971       man: add "link_priority" option
972       update SUSE rules
973       udevtest: add --force mode
974       udevinfo: print link priority
975       usb_id: append target:lun to storage device serial
976       run_directory: add final warning before removal
977
978 Marco d'Itri (1):
979       update Debian rules
980
981 Matthias Schwarzott (2):
982       udevd: cleanup std{in,our,err} on startup
983       udevmonitor: fix swapped event switch descriptions
984
985
986 Summary of changes from v105 to v106
987 ============================================
988
989 A. Costa (1):
990       man: fix typos in scsi_id and udevd
991
992 Andrey Borzenkov (2):
993       vol_id: add -L to print raw partition label
994       vol_id: document -L
995
996 Jamie Wellnitz (1):
997       persistent device naming: tape devices and medium changers
998
999 Kay Sievers (15):
1000       exclude parent devices from DRIVER== match
1001       volume_id: really fix endianess bug in linux_raid detection
1002       release 105
1003       man: correct udevinfo --export-db
1004       path_id: append LUN to iSCSI path
1005       create_floppy_devices: add option for owner/group
1006       update example rules
1007       apply format chars to ATTR before writing to sysfs
1008       add (subsystem) to udevmonitor output
1009       update DRIVER== changes
1010       remove --version from the udevinfo man page
1011       add test for an attribute which contains an operator char
1012       man: add note about parent matching behavior
1013       scsi_id: accept tabs in /etc/scsi_id.conf
1014       remove dead rule in persistent tape rules
1015
1016 Matthias Schwarzott (4):
1017       correct typo in extras/scsi_id/scsi_id.conf
1018       fix retry-loop in netif-rename code
1019       add option --version to udevd
1020       rule_generator: fix for creating rules on read-only filesystem
1021
1022 Peter Breitenlohner (1):
1023       fix INSTALL_PROGRAM vs. INSTALL_SCRIPT
1024
1025 Sergey Vlasov (3):
1026       udevd: init signal pipe before daemonizing
1027       unlink old database file before creating a new one
1028       fix %c $string substitution
1029
1030 Theodoros V. Kalamatianos (1):
1031       fix udev attribute names with a colon
1032
1033
1034 Summary of changes from v104 to v105
1035 ============================================
1036
1037 A. Costa (1):
1038       man: fix typos in scsi_id and udevd
1039
1040 Andrey Borzenkov (2):
1041       vol_id: add -L to print raw partition label
1042       vol_id: document -L
1043
1044 Kay Sievers (2):
1045       exclude parent devices from DRIVER== match
1046       volume_id: really fix endianess bug in linux_raid detection
1047
1048 Matthias Schwarzott (2):
1049       correct typo in extras/scsi_id/scsi_id.conf
1050       fix retry-loop in netif-rename code
1051
1052 Peter Breitenlohner (1):
1053       fix INSTALL_PROGRAM vs. INSTALL_SCRIPT
1054
1055 Sergey Vlasov (3):
1056       udevd: init signal pipe before daemonizing
1057       unlink old database file before creating a new one
1058       fix %c $string substitution
1059
1060
1061 Summary of changes from v103 to v104
1062 ============================================
1063
1064 Kay Sievers (12):
1065       update Fedora rules
1066       update example rules
1067       update SUSE rules
1068       update SUSE rules
1069       volume_id: fix endianess bug in linux_raid detection
1070       man: fix udevmonitor text
1071       man: recreate from xml
1072       rename config "filename" to "dir"
1073       remove outdated documentation
1074       rename "udev.c" to "test-udev.c" - it is only for testing
1075       update Fedora rules
1076       use git-archive instead of git-tar-tree
1077
1078 Kazuhiro Inaoka (1):
1079       inotify syscall definitions for M32R
1080
1081 Marco d'Itri (2):
1082       write_cd_rules: identity-based persistence
1083       scsi_id: remove trailing garbage from ID_SERIAL_SHORT
1084
1085 Russell Coker (1):
1086       SELinux: label created symlink instead of node
1087
1088
1089 Summary of changes from v102 to v103
1090 ============================================
1091
1092 Kay Sievers:
1093       persistent storage rules: skip gnbd devices
1094       volume_id: add checksum check to via_raid
1095       volume_id: add comment about hfs uuid conversion
1096       update SUSE rules
1097       update Fedora rules
1098
1099
1100 Summary of changes from v101 to v102
1101 ============================================
1102
1103 Daniel Drake:
1104       writing_udev_rules: fix typo in example rule
1105
1106 Kay Sievers:
1107       create missing ChangeLog for version 101
1108       update SUSE rules
1109       update default rules
1110       first try "subsystem" link at a parent device, before guessing
1111       if /sys/subsystem exists, skip class, bus, block scanning
1112       scsi_id: export ID_SERIAL_SHORT without vendor/product
1113       update SUSE rules
1114
1115 MUNEDA Takahiro:
1116       path_id: fix SAS disk handling
1117
1118
1119 Summary of changes from v100 to v101
1120 ============================================
1121
1122 Arjan Opmeer:
1123       fix udevinfo help text typo
1124
1125 Bryan Kadzban:
1126       cleanup default rules
1127       add IMPORT operations to the udev man page
1128
1129 Kay Sievers:
1130       remove Makefile magic for leading '0' in version
1131       udevd: use getopt_long()
1132       udevd: add --verbose option to log also to stdout
1133       udevd: add --debug-trace option
1134       rule_generator: improve net rule comment generation
1135       volume_id: correct iso9660 high sierra header
1136       warn if a PHYSEDV* key, the "device" link, or a parent attribute is used
1137       don't print PHYSDEV* warnings for old WAIT_FOR_SYSFS rules
1138       udevinfo: print error in --attribute-walk
1139       udev_sysfs: unify symlink resolving
1140       udevtrigger: trigger devices sorted by their dependency
1141       fix spelling in deprecation warning
1142       release 101
1143
1144 MichaÅ‚ Bartoszkiewicz:
1145       udevtrigger: fix typo that prevents partition events
1146
1147 Miles Lane:
1148       clarify "specified user/group unknown" error
1149
1150 Piter PUNK:
1151       update slackware rules
1152
1153 VMiklos:
1154       update Frugalware rules
1155
1156
1157 Summary of changes from v099 to v100
1158 ============================================
1159
1160 Kay Sievers:
1161       update SUSE rules
1162       fix messed up ChangeLog from release 099
1163       man: add $attr{} section about symlinks
1164       revert persistent-storage ata-serial '_' '-' replacement
1165
1166
1167 Summary of changes from v098 to v099
1168 ============================================
1169
1170 Greg KH:
1171       update Gentoo rules
1172
1173 Kay Sievers:
1174       udev_db.c: include <sys/stat.h>
1175       use fnmatch() instead of our own pattern match code
1176       rename major/minor variable to maj/min to avoid warning
1177       update source file headers
1178       udevtest: print header that ENV{} can't work
1179       update TODO
1180       udevtrigger: options to filter by subsystem and sysfs attribute
1181       udevtrigger: remove unused longindex
1182       udevinfo: use long options
1183       udevd: use files instead of symlinks for /dev/.udev/queue,failed
1184       udevtrigger: fix pattern match
1185       reorder options in udevinfo man page
1186       udevinfo: fix SUBSYTEMS spelling error
1187       fix ENV{TEST}="Test: $env{TEST}"
1188       let $attr{symlink} return the last element of the path
1189       cdrom_id: add rules file to call cdrom_id
1190       udevinfo: do not show symlinks as attributes in --attribute-walk
1191       remove broken name_cdrom.pl
1192
1193 Marco d'Itri:
1194       update Debian rules
1195       run_program: close pipe fd's which are connected to child process
1196       add persistent rules generator for net devices and optical drives
1197
1198 MUNEDA Takahiro:
1199       changes rules for ata disk from '_' to '-'
1200
1201 Sergey Vlasov:
1202       make struct option arrays static const
1203       fix "subsytem" typo
1204
1205
1206 Summary of changes from v097 to v098
1207 ============================================
1208
1209 Alex Merry:
1210       udevtest: allow /sys in the devpath paramter
1211
1212 Harald Hoyer:
1213       selinux: init once in the daemon, not in every event process
1214
1215 Kay Sievers:
1216       udevd: remove huge socket buffer on the control socket
1217       man page: fix typo
1218       rename udev_libc_wrapper -> udev_sysdeps
1219       db: store devpath - node relationship for all devices
1220       udevinfo: allow -a -n <node>
1221       udevinfo, udevtest: simplify '/sys' stripping from devpath argument
1222       lookup_user, lookup_group: report "unknown user" and "lookup failed"
1223       consistent key naming to match only the event device or include all parent devices
1224       skip rule, if too may keys of the same type are used
1225       introduce ATTR{file}="value" to set sysfs attributes
1226       update SUSE rules
1227       update default rules
1228       export DRIVER for older kernels as a replacement for PHYSDEVDRIVER
1229       fix typo in SUBSYSTEMS key parsing
1230       udevtrigger: add --retry-failed
1231       volume_id: add suspend partition detection
1232       vol_id: use primary group of 'nobody' instead of 'nogroup'
1233       remove built-in /etc/passwd /etc/group parser
1234       always expect KEY{value} on ATTR, ATTRS, ENV keys
1235       use new key names in test programs
1236       cleanup commandline argument handling
1237       db: don't create a db file for only a node name to store
1238       man: add ATTR{file}="value" assignment
1239
1240 Lennart Poettering:
1241       volume_id: fix fat32 cluster chain traversal
1242
1243 Marco d'Itri:
1244       fix 'unknow user' error from getpwnam/getgrnam
1245       fix rc when using udev --daemon
1246       update Debian rules
1247
1248 MichaÅ‚ Bartoszkiewicz:
1249       man pages: fix typos
1250
1251
1252 Summary of changes from v096 to v097
1253 ============================================
1254
1255 Anssi Hannula:
1256       add joystick support to persistent input rules
1257
1258 Kay Sievers:
1259       firmware.sh: remove needless '/'
1260       vol_id: add --skip-raid and --probe-all option
1261       switch uevent netlink socket to group 1 only
1262       increase /proc/stat read buffer
1263       use "change" instead of "online" events
1264       remove 'static' from local variable
1265       libvolume_id: add parameter 'size' to all probe functions
1266       man pages: replace 'device-path' by 'devpath'
1267       man pages: work around xmlto which tries to be smart
1268       refresh vol_id man page
1269       udevinfo: add DRIVER==
1270       Makefile: fix dependency
1271       libvolume_id: read ufs2 label
1272       switch ifdef __KLIBC__ to ifndef __GLIBC__
1273       report failing getpwnam/getgrnam as error
1274       rename udevcontrol message types and variables
1275       initialize unused sockets to -1
1276       udevd: remove useless udevinitsend parameter
1277       update README
1278       udevd: autotune max_childs/max_childs_running
1279       update frugalware rules
1280       update SUSE rules
1281       move default rules to etc/udev/rules.d/
1282       add 'crypto' devices to persistent storage rules
1283       add late.rules to default rules
1284       update Fedora rules
1285       don't report an error on overlong comment lines
1286       update SUSE rules
1287       udevd: read DRIVER from the environment
1288
1289 Marco d'Itri:
1290       make rename_netif() error messages useful
1291       path_id: fix an harmless syntax error
1292
1293 Piter PUNK:
1294       update slackware rules
1295
1296 Richard Purdie:
1297       Fix inotify syscalls on ARM
1298
1299
1300 Summary of changes from v095 to v096
1301 ============================================
1302
1303 Kay Sievers:
1304       Makefiles: fix .PHONY for man page target
1305       allow longer devpath values
1306       path_id: prepare for new sysfs layout
1307
1308
1309 Summary of changes from v094 to v095
1310 ============================================
1311
1312 Kay Sievers:
1313       update SUSE rules
1314       don't remove symlinks if they are already there
1315       allow "online" events to create/update symlinks
1316       udevinfo: clarify parent device attribute use
1317       update SUSE rules
1318       netif rename: optimistic loop for the name to become free
1319       remove broken %e enumeration
1320
1321 Tobias Klauser:
1322       print usage of udevcontrol when no or invalid command is given
1323
1324
1325 Summary of changes from v093 to v094
1326 ============================================
1327
1328 Daniel Drake:
1329       update "writing udev rules"
1330
1331 Kay Sievers:
1332       libvolume_id: gfs + gfs2 support
1333       remove MODALIAS key and substitution
1334       add persistent-input.rules
1335
1336 Marco d'Itri:
1337       update Debian rules
1338
1339
1340 Summary of changes from v092 to v093
1341 ============================================
1342
1343 Hannes Reinecke:
1344       path_id: add support for iSCSI devices
1345
1346 Kay Sievers:
1347       libvolume_id: fat - check for signature at end of sector
1348       libvolume_id: add more software raid signatures
1349       update Fedora rules
1350       path_id: prevent endless loop for SAS devices on older kernels
1351       remove udevsend
1352       replace binary firmware helper with shell script
1353       skip device mapper devices for persistent links
1354
1355
1356 Summary of changes from v091 to v092
1357 ============================================
1358
1359 Kay Sievers:
1360       don't include stropts.h, some libc's don't like it
1361       udevd: create leading directories for /dev/.udev/uevent_seqnum
1362       vol_id: fix logging from libvolume_id's log function
1363       update SUSE rules
1364       update SUSE rules
1365       add more warnings for invalid key operations
1366       fix offsetof() build issue with recent glibc
1367       selinux: fix typo in block device node selection
1368       vol_id: add NetWare volume detection
1369       edd_id: fix "(null)" output if "mbr_signature" does not exist
1370       update Fedora rules
1371       libvolume_id: nss - use different uuid
1372
1373 Libor Klepac:
1374       path_id: add platform and serio support
1375
1376 Marco d'Itri:
1377       update Debian rules
1378       path_id: fix bashism
1379
1380
1381 Summary of changes from v090 to v091
1382 ============================================
1383
1384 Hannes Reinecke:
1385       path_id: fix SAS device path generation
1386
1387 Kay Sievers:
1388       udevtest: don't try to delete symlinks
1389       persistent rules: fix typo in dm rule
1390       allow NAME=="value" to check for already assigned value
1391       udevd: export initial sequence number on startup
1392
1393
1394 Summary of changes from v089 to v090
1395 ============================================
1396
1397 Kay Sievers:
1398       udevd: export current seqnum and add udevsettle
1399       volume_id: fix endianess conversion typo for FAT32
1400       merge device event handling and make database content available on "remove"
1401       set default udevsettle timeout to 3 minutes
1402       export INTERFACE_OLD if we renamed a netif
1403       let udevmonitor show the possibly renamed devpath
1404       volume_id: move some debug to info level
1405       udevtrigger: fix event order
1406       usb_id: remove uneeded code
1407       remove old symlinks before creating current ones
1408       path_id: fix loop for SAS devices
1409       apply format char to variables exported by ENV
1410
1411 Marco d'Itri:
1412       add inotify support for hppa and MIPS and log if inotify is not available
1413
1414 Matt Kraai:
1415       fix typo in error message
1416
1417
1418 Summary of changes from v088 to v089
1419 ============================================
1420
1421 Hannes Reinecke:
1422       path_id: add bus to USB path
1423
1424 Kay Sievers:
1425       change rule to skip removable IDE devices
1426       don't create uuid/label links for raid members
1427       volume_id: provide library
1428       fix rule order for persistent tape links
1429       update man page
1430       volume_id: provide a custom debug function
1431       volume_id: rename subdirectory
1432       volume_id: use shared library by default
1433       because is better than cause
1434       volume_id: remove some global symbols
1435       volume_id: define exported symbols
1436       remove all stripping code
1437       man pages: mention udev(7) not udev(8)
1438       update Debian rules
1439       move all *_id programs to /lib/udev/
1440       update Red Hat rules
1441       update SUSE rules
1442       pass CROSS_COMPILE to AR and RANLIB down to extras/
1443       volume_id: update README
1444       volume_id: generate man page from xml source
1445       update README
1446       fix symlink targets in Makefiles
1447
1448
1449 Summary of changes from v087 to v088
1450 ============================================
1451
1452 Hannes Reinecke:
1453       persistent links: add scsi tape links and usb path support
1454
1455 Kay Sievers:
1456       volume_id: add squashfs detection
1457       reset signal handler in event process
1458       correct use of fcntl()
1459       add udevtrigger to request events for coldplug
1460       add ',' to trusted chars
1461       volume_id: remove partition table parsing code
1462       volume_id: remove all partition table support
1463       fix spelling error in debug string
1464       rename "persistent disk" to "persistent storage"
1465       fix output for USB path
1466
1467
1468 Summary of changes from v086 to v087
1469 ============================================
1470
1471 Hannes Reinecke:
1472       path_id: support SAS devices
1473
1474 Kay Sievers:
1475       fix persistent disk rules to exclude removable IDE drives
1476       warn about %e, MODALIAS, $modalias
1477       remove devfs rules and scripts
1478
1479 Masatake YAMATO:
1480       typo in debug text in udev_run_hotplugd.c
1481
1482
1483 Summary of changes from v085 to v086
1484 ============================================
1485
1486 Kay Sievers:
1487       volume_id: replace __packed__ by PACKED macro
1488       volume_id: split raid and filesystem detection
1489       volume_id: add missing return
1490       udevd: fix queue export for multiple events for the same device
1491
1492 Kyle McMartin:
1493       workaround missing kernel headers for some architectures
1494
1495 Nix:
1496       update to udev-084/doc/writing_udev_rules
1497
1498
1499 Summary of changes from v084 to v085
1500 ============================================
1501
1502 Andrey Borzenkov:
1503       Fix trivial spelling errors in RELEASE-NOTES
1504
1505 Jeroen Roovers:
1506       fix typo in parisc support to path_id
1507
1508 Kay Sievers:
1509       make WAIT_FOR_SYSFS usable in non "wait-only" rules
1510       fix typo in man page
1511       include sys/socket.h for klibc build
1512       cramfs detection for bigendian
1513       exit WAIT_FOR_SYSFS if the whole device goes away
1514       update SUSE rules
1515       update Red Hat rules
1516       update Gentoo rules
1517       include errno.h in udev_libc_wrapper.c
1518
1519
1520 Summary of changes from v083 to v084
1521 ============================================
1522
1523 Kay Sievers:
1524       update SUSE rules
1525       switch CROSS to CROSS_COMPILE
1526       replace fancy silent build program by simple kernel build like logic
1527       move manpages to top level
1528       remove UDEVD_UEVENT_INITSEND
1529       whitespace fixes
1530       scsi_id: remove dead files
1531       optimize sysfs device and attribute cache
1532       let SYSFS{} look at the device, not only the parent device
1533       add debug output to sysfs operations
1534
1535
1536 Summary of changes from v082 to v083
1537 ============================================
1538
1539 Andrey Borzenkov:
1540       man page: document when substitutions are applied for RUN and other keys
1541       check for ignore_device in loop looks redundant
1542
1543 Kay Sievers:
1544       udevstart: fix NAME="" which prevents RUN from being executed
1545       find programs in /lib/udev for IMPORT if {program} is not given
1546       don't add $SUBSYSTEM automatically as $1 to programs
1547       remove redundant substitution of RUN key
1548
1549
1550 Summary of changes from v081 to v082
1551 ============================================
1552
1553 Andrey Borzenkov:
1554       substitute format chars in RUN after rule matching
1555
1556 Kay Sievers:
1557       scsi_id, usb_id: request device parent by subsystem
1558       path_id: work with "all devices in /sys/devices"
1559       ignore all messages with missing devpath or action
1560       Makefile: remove dynamic config file generation
1561       path_id: handle fiber channel (Hannes Reinecke <hare@suse.de>)
1562       usb_id: don't fail on other subsytems than "scsi"
1563       don't do RUN if "ignore_device" is given
1564       increase kernel uevent buffer size
1565       move udev(8) manpage to udev(7)
1566       recreate man pages from xml source
1567       remove udev, udevstart, udevsend from the default installation
1568       update SUSE rules
1569       rename apply_format() cause it is public now
1570       udevtest: add udev_rules_apply_format() to RUN keys
1571       let "ignore_device" always return the event successfully
1572
1573 Olivier Blin:
1574       fixes udev build with -fpie
1575
1576
1577 Summary of changes from v080 to v081
1578 ============================================
1579
1580 Kay Sievers:
1581       add DEVLINKS to "remove" event
1582       better log text and comments
1583       vol_id: probe volume as user nobody
1584       fix BUS, ID, $id usage
1585       prepare moving of /sys/class devices to /sys/devices
1586
1587
1588 Summary of changes from v079 to v080
1589 ============================================
1590
1591 Brent Cook:
1592       fix dependency for make -j2
1593
1594 coly:
1595       fix man page typos
1596
1597 Kay Sievers:
1598       update RELEASE-NOTES + TODO
1599       fix typo in man page
1600       update TODO
1601       update SUSE rules
1602       path_id: fix invalid character class
1603       replace libsysfs
1604
1605 Marco d'Itri:
1606       udev_selinux.c: include udev.h
1607
1608
1609 Summary of changes from v078 to v079
1610 ============================================
1611
1612 Kay Sievers:
1613       don't log error if database does not exist
1614       use udev_root instead of "/dev"in selinux matchpathcon_init_prefix()
1615       scsi_id: read page 0x80 with libata drives
1616       update SUSE rules
1617       remove %e from man page
1618
1619
1620 Summary of changes from v077 to v078
1621 ============================================
1622
1623 Greg Kroah-Hartman:
1624       Update Gentoo udev main rule file.
1625       add parisc support to path_id
1626
1627 Hannes Reinecke:
1628       scsi_id: -u fold multiple consecutive whitespace chars into single '_'
1629
1630 Harald Hoyer:
1631       optimize SELinux path match
1632
1633 Kay Sievers:
1634       update README
1635       allow C99 statements
1636       fix segfaulting create_floppy_devices
1637       update SUSE rules
1638       remove unused variables
1639       remove default settings in udev.conf
1640       clearenv() is now part of klibc
1641       add DEVLINKS to the event environment
1642
1643 Kurt Garloff:
1644       scsi_id: support pre-SPC3 page 83 format
1645
1646
1647 Summary of changes from v076 to v077
1648 ============================================
1649
1650 Kay Sievers:
1651       merge two consecutive static strlcat's
1652       don't return an error, if "ignore_device" is used
1653       remove outdated and misleading stuff
1654       move SEQNUM event skipping to udevsend
1655       update RELEASE-NOTES
1656       update SUSE rules
1657       allow programs in /lib/udev called without the path
1658       update SUSE rules
1659       add target to to generate ChangeLog section
1660       update Red Hat rules
1661
1662 Marco d'Itri:
1663       allow to overwrite the configured udev_root by exporting UDEV_ROOT
1664       let udevsend ignore events with SEQNUM set
1665       update Debian rules
1666
1667
1668 Summary of changes from v75 to v076
1669 ============================================
1670
1671 Kay Sievers:
1672       fix typo in eventrecorder
1673       volume_id: include stddef.h header
1674       remove misleading install instructions
1675       remove all built-in wait_for_sysfs logic
1676       add linux/types.h back, old glibc-kernel-headers want it
1677       volume_id: use glibc's byteswap
1678       udevd: ignore all messages without DEVPATH
1679       udevd: track exit status of event process
1680       udevd: export event queue and event state
1681       remove "udev_db" option from config file
1682       Makefile: remove exec_prefix and srcdir
1683       update README and RELEASE-NOTES
1684       udevd: track killed event processes as failed
1685       update README
1686       don't start udevd from udevsend
1687       udevd: add a missing return
1688       libvolume_id: fix weird fat volume recognition
1689       move some helpers from extras to /lib/udev
1690
1691 Scott James Remnant:
1692       move delete_path() to utils
1693       clean-up empty queue directories
1694       Makefile: fail, if submake fails
1695
1696
1697 Summary of changes from v74 to v075
1698 ============================================
1699
1700 Greg Kroah-Hartman:
1701       Make run_directory.c stat the place it is going to try to run.
1702
1703 Kay Sievers:
1704       forgot the ChangeLog for 074
1705       volume_id: provide libvolume_id.a file
1706       remove our own copy of klibc
1707       remove outdated HOWTO
1708       update TODO
1709       update SUSE rules
1710       remove completely useless start script
1711       fix tests and remove no longer useful stuff
1712       replace udeveventrecorder by a shell script
1713
1714
1715 Summary of changes from v73 to v074
1716 ============================================
1717
1718 Kay Sievers:
1719       never queue events with TIMEOUT set
1720       let NAME="" supress node creation, but do RUN keys
1721       remove udevinitsend
1722       update .gitignore
1723
1724 Marco d'Itri:
1725       add strerror() to error logs
1726       move some logging from dbg() to info()
1727
1728
1729 Summary of changes from v72 to v073
1730 ============================================
1731
1732 Kay Sievers:
1733       udevd: depend on netlink and remove all sequence reorder logic
1734       print useconds in udevmonitor
1735       add RELEASE-NOTES, update TODO
1736
1737
1738 Summary of changes from v71 to v072
1739 ============================================
1740
1741 Ananth N Mavinakayanahalli:
1742   libsysfs: translate devpath of the symlinked class devices to its real path
1743
1744 Jan Luebbe:
1745   add man pages for *_id programs
1746
1747 Kay Sievers:
1748   volume_id: add OCFS Version 1
1749   volume_id: add Veritas fs
1750   volume_id: check ext fs for valid blocksize, cause magic is only 2 bytes
1751   volume_id: move blocksize validation to fix jbd recognition
1752   volume_id: fix typo in ocfs
1753   volume_id: add vxfs include
1754   volume_id: make FAT32 recognition more robust
1755   volume_id: Version 051
1756   volume_id: fix typo in ext blocksize check
1757   volume_id: Version 052
1758   FAQ: remove confusing statement about module loading
1759   cleanup compiler/linker flags
1760   use DESTDIR on uninstall, no need to pass prefix to submake
1761   allow to pass STRIPCMD, to skip stripping of binaries
1762   cleanup make release
1763   fix the new warnings I asked for
1764   move rules parsing into daemon
1765   "make STRIPCMD=" will disable the stripping of binaries
1766   remove no longer working udevd-test program
1767   "STRIPCMD=" for the EXTRAS
1768   add dummy inotify syscalls on unsupported architecture
1769   remove no longer needed waiting for "dev" file
1770   revert the "read symlink as device patch"
1771   use libsysfs to translate the class linke to the device path
1772   libsysfs: remove brute-force "bus", "driver" searching for old kernels
1773   test: add "driver" and "bus" links to test sysfs tree
1774   update RELEASE-NOTES
1775   udevd: don't daemonize before initialization
1776   log to console if syslog is not available
1777   udevd: disable OOM
1778   remove precompiled rules option
1779   export DEVNAME on "remove" only if we really got a node to remove
1780   fix typo in umask()
1781
1782
1783 Summary of changes from v70 to v071
1784 ============================================
1785
1786 Greg Kroah-Hartman:
1787       Remove the udev.spec file as no one uses it anymore
1788
1789 John Hull:
1790       edd_id: check that EDD id is unique
1791
1792 Kay Sievers:
1793       ata_id: open volume O_NONBLOCK
1794       add "Persistent Device Naming" rules file for disks
1795       scsi_id: switch temporary node creation to /dev
1796       volume_id: set reiser instead of reiserfs for filesystem type
1797       update devfs rules header
1798       update Debian rules
1799       update Fedora rules
1800       update Debian rules
1801       remove no longer needed includes
1802       switch tools and volume_id from LGPL to GPLv2
1803       add edd-*-part%n to the persistent.rules
1804       update Debian persistent rules
1805       clarify README
1806       udevd: fix initial timeout handling
1807       force event socket buffer size to 16MB
1808       udevd: move logging from err to info for non-hotplug uevent
1809       fix selinux compilation
1810       libsysfs: accept sysmlinks to directories instead of real directories
1811
1812 Marco d'Itri:
1813       run_directory: fix typo in "make install"
1814
1815
1816 Summary of changes from v069 to v070
1817 ============================================
1818
1819 Amir Shalem:
1820   udevd: fix udevd read() calls to leave room for null byte
1821
1822 Edward Goggin:
1823   scsi_id: derive a UID for a SCSI-2 not compliant with the page 83
1824
1825 Greg Kroah-Hartman:
1826   fix nbd error messages with a gentoo rule hack
1827   fix scsi_id rule in gentoo config file
1828
1829 Jürg Billeter:
1830   EXTRAS/Makefile: fix install targets to match main Makefile
1831
1832 Kay Sievers:
1833   volume_id: fix error handling with failing read()
1834   EXTRAS: cleanup and sync all Makefiles
1835   add install test to 'make buildtest'
1836   update RELEASE-NOTES
1837
1838 Olivier Blin:
1839   fix a debug text typo in udev_rules.c
1840
1841
1842 Summary of changes from v068 to v069
1843 ============================================
1844
1845 Amir Shalem:
1846   fix typo in firmware_helper
1847
1848 Duncan Sands:
1849   firmware_helper: fix write count
1850
1851 Kay Sievers:
1852   *_id: fix zero length in set_str()
1853   add program name to logged error
1854   fix exit code of udevinitsend and udevmonitor
1855   udevd: keep the right order for messages without SEQNUM
1856   volume_id: don't probe for mac_partition_maps
1857   udevmonitor: cleanup on exit
1858   path_id: remove SUSE specific PATH
1859   update SUSE rules
1860   add pci_express to bus list
1861   update SUSE rules
1862   store ENV{key}="value" exported keys in the database
1863   fix lookup for name in the udevdb, it should return the devpath
1864   prepare for new HAL udevdb dump
1865   print persistent data with "udevinfo -q all"
1866   change parameter order of udev_db_search_name()
1867   add and use name_list_cleanup() for cleaning up the string lists
1868   don't store devpath in udevdb, we don't need it
1869   add uft8 validation for safe volume label exporting
1870   start to enforce plain ascii or valid utf8
1871   use WRITE_END/READ_END for the pipe index
1872   remove not needed sig_flag for state of signal_pipe
1873   don't reenter get_udevd_msg() if message is ignored
1874   rename ...trailing_char() to ...trailing_chars()
1875   vol_id: ID_LABEL_SAFE will no longer contain fancy characters
1876   udevd: move some logging to "info" and "err"
1877   remove special TIMEOUT handling from incoming queue
1878   udev_test.pl: we replace untrusted chars with '_'
1879   check the udevdb before assigning a new %e
1880   update RELEASE-NOTES
1881   udevinfo: add database export
1882   write man page masters in DocBook XML
1883   udevinfo: rename dump() to export()
1884   test the automatic man page rebuild and checkin
1885   Makefile: remove all the duplicated rules
1886   all man pages rewritten to use DocBook XML
1887   add missing udevsend man page
1888   also forgot udevmonitor.8
1889   udevinfo: restore -d option
1890   scsi_id: rename SYSFS to LIBSYSFS
1891   add edd_id tool to match BIOS EDD disk information
1892   move and update libsysfs.txt
1893   klibc: update to version 1.1.1
1894   delete cdromsymlinks* - obsoleted by cdrom_id and IMPORT rules
1895   delete docs/persistent_naming - obsoleted by persistent disk names
1896   delete old Fedora html page
1897   add "totally outdated" header to docs/overview :)
1898   update SUSE rules
1899   fix useless but funny name_cdrom.pl script to work again
1900   update TODO
1901   Makefile: fix prerequisits for $(PROGRAMS)
1902   Makefile: cleanup install targets
1903   remove chassis_id program
1904   fic gcov use and move it into the Makefile
1905   FAQ: update things that have changed
1906
1907 Thierry Vignaud:
1908   switch to '==' in raid-devfs.sh
1909
1910
1911 Summary of changes from v067 to v068
1912 ============================================
1913
1914 Greg Kroah-Hartman:
1915   add EXTRAS documentation to the README file.
1916   Always open the cdrom drive in non-blocking mode in cdrom_id
1917   cdrom_id: change err() to info() to help with debugging problems
1918
1919 Kay Sievers:
1920   cleanup some debug output and move to info level + unify select() loops
1921   move udevmonitor to /usr/sbin
1922   ENV{TEST}=="1" compares and ENV{TEST}="1" sets the environment
1923   vol_id: fix sloppy error handling
1924   fix typo in cdrom_id syslog
1925   bring std(in|out|err) fd's in a sane state
1926   fix printed udevmonitor header
1927
1928
1929 Summary of changes from v066 to v067
1930 ============================================
1931
1932 Greg Kroah-Hartman:
1933   added the cdrom.h #defines directly into the cdrom_id.c file
1934
1935 Kay Sievers:
1936   update SUSE rules
1937   fix make install, as we don't provide a default rule set anymore
1938   fix more compiler warnings ...
1939   fix udevstart event ordering, we want /dev/null very early
1940   don't fail too bad, if /dev/null does not exist
1941
1942
1943 Summary of changes from v065 to v066
1944 ============================================
1945
1946 Greg Kroah-Hartman:
1947   update gentoo rule file.
1948   Created cdrom_id program to make it easier to determine cdrom types
1949   added cdrom_id to the build check
1950   updated gentoo rule file to handle removable ide devices.
1951   changed cdrom_id exports to be easier to understand and consistant with other _id programs.
1952   fix klibc build issue in cdrom_id.c
1953   Change the gentoo rules to use cdrom_id instead of cdsymlink.sh
1954   changed location of gentoo helper apps to be /sbin instead of in scripts dir
1955   tweak the gentoo rules some more.
1956
1957 Kay Sievers:
1958   add NETLINK define for the lazy distros
1959   read sysfs attribute also from parent class device
1960   switch some strlcpy's to memcpy
1961   allow clean shutdown of udevd
1962   add flag for reading of precompiled rules
1963   update distro rules files
1964   add SUSE rules
1965   update SUSE rules
1966   add firmware_helper to load firmware
1967   more distro rules updates
1968   update README
1969   remove example rules and put the dev.d stuff into the run_directory folder
1970   trivial text cleanups
1971   update SUSE rules
1972   split udev_util in several files
1973   update SUSE rules
1974   allow logging of all output from executed tools
1975   add Usage: to udevmonitor and udevcontrol
1976   move some logging to the info level
1977
1978 Thierry Vignaud:
1979   fix udevinfo output
1980
1981
1982 Summary of changes from v064 to v065
1983 ============================================
1984
1985 Greg Kroah-Hartman:
1986   Added persistent name rules for block devices to gentoo rule file.
1987   Added horrible (but fun) path_id script to extras.
1988   Update gentoo rules file.
1989
1990 Kay Sievers:
1991   update release notes for next version
1992   add udevmonitor, to debug netlink+udev events at the same time
1993   allow RUN to send the environment to a local socket
1994   fix GGC signed pointer warnings and switch volume_id to stdint
1995
1996
1997 Summary of changes from v063 to v064
1998 ============================================
1999
2000 Andre Masella:
2001   volume_id: add OCFS (Oracle Cluster File System) support
2002
2003 Hannes Reinecke:
2004   usb_id: fix typo
2005   add ID_BUS to *_id programs
2006   create_floppy_devices: add tool to create floppy nodes based on sysfs info
2007
2008 Kay Sievers:
2009   move code to its own files
2010   make SYSFS{} usable for all devices
2011   add padding to rules structure
2012   allow rules to have labels and skip to next label
2013   thread unknown ENV{key} match as empty value
2014
2015
2016 Summary of changes from v062 to v063
2017 ============================================
2018
2019 Anton Farygin:
2020   fix typo in GROUP value application
2021
2022 Greg Kroah-Hartman:
2023   add 'make tests' as I'm always typing that one wrong...
2024   Really commit the udev_run_devd changes...
2025   Fixed udev_run_devd to run the /etc/dev.d/DEVNAME/ files too
2026   fix position of raw rules in gentoo config file
2027
2028 Hannes Reinecke:
2029   dasd_id: add s390 disk-label prober
2030   fix usb_id and let scsi_id ignore "illegal request"
2031
2032 Kay Sievers:
2033   volume_id: remove s390 dasd handling, it is dasd_id now
2034   trivial fixes for *_id programs
2035   IMPORT: add {parent} to import the persistent data of the parent device
2036   allow multiple values to be matched with KEY=="value1|value2"
2037   udevd: set incoming socket buffer SO_RCVBUF to maximum
2038   remember mapped rules state
2039   ata_id: check for empty serial number
2040   compile dasd only on s390
2041
2042 Ville Skyttä:
2043   correct default mode documentation in udev
2044
2045
2046 Summary of changes from v061 to v062
2047 ============================================
2048
2049 Kay Sievers:
2050   fix symlink values separated by multiple spaces
2051   update RELEASE-NOTES
2052   fix typo in group assignment
2053   fix default-name handling and NAME="" rules
2054   add WAIT_FOR_SYSFS key to loop until a file in sysfs arrives
2055   fix unquoted strings in udevinitsend
2056
2057 Summary of changes from v060 to v061
2058 ============================================
2059
2060 Greg Kroah-Hartman:
2061   Sync up the Debian rules files
2062   fix cdrom symlink problem in gentoo rules
2063   Fix ChangeLog titles
2064
2065 Kay Sievers:
2066   update RELEASE-NOTES
2067   we want to provide OPTFLAGS
2068   rename ALARM_TIMEOUT to UDEV_ALARM_TIMEOUT
2069   udevd: optimize env-key parsing
2070   don't resolve OWNER, GROUP on precompile if string contains %, $
2071   set default device node to /dev
2072   create udevdb files only if somehting interesting happened
2073   pack parsed rules list
2074   replace useless defines by inline text
2075   move rule matches to function
2076   add usb_id program to generate usb-storage device identifiers
2077   add IEEE1394 rules to the gentoo rule file
2078   fake also kernel-name if we renamed a netif
2079   allow OPTIONS to be recognized for /sys/modules /sys/devices events
2080   switch gentoo rules to new operators
2081
2082
2083 Summary of changes from v059 to v060
2084 ============================================
2085
2086 Greg Kroah-Hartman:
2087   Fix the gentoo udev rules to allow the box to boot properly
2088
2089 Gustavo Zacarias:
2090   Udev doesn't properly build with $CROSS
2091
2092 Kay Sievers:
2093   Keep udevstart from skipping devices without a 'dev' file
2094
2095 Marco d'Itri:
2096   #define NETLINK_KOBJECT_UEVENT
2097
2098
2099 Summary of changes from v058 to v059
2100 ============================================
2101
2102 Greg Kroah-Hartman:
2103   Update the gentoo rule file
2104   Fix udevinfo for empty sysfs directories
2105   Fix makefile to allow 'make release' to work with git
2106
2107 Hannes Reinecke:
2108   udev: fix netdev RUN handling
2109   udevcontrol: fix exit code
2110
2111 Kay Sievers:
2112   prepare RELEASE-NOTES
2113   add ID_TYPE to the id probers
2114   add -x to scsi_id to export the queried values in env format
2115   store the imported device information in the udevdb
2116   rename udev_volume_id to vol_id and add --export option
2117   add ata_id to read serial numbers from ATA drives
2118   IMPORT allow to import program returned keys into the env
2119   unify execute_command() and execute_program()
2120   IMPORT=<file> allow to import a shell-var style config-file
2121   allow rules to be compiled to one binary file
2122   fix the fix and change the file to wait for to the "bus" link
2123   fix udevstart and let all events trvel trough udev
2124   prepare for module loading rules and add MODALIAS key
2125   remove device node, when type block/char has changed
2126   Makefile: remove dev.d/ hotplug.d/ from install target
2127   udevcontrol: add max_childs command
2128   udevd: control log-priority of the running daemon with udevcontrol
2129   udeveventrecorder: add small program that writes an event to disk
2130   klibc: add missing files
2131   udevinitsend: handle replay messages correctly
2132   udev man page: add operators
2133   udevd: allow starting of udevd with stopped exec-queue
2134   klibc: version 1.0.14
2135   udev: handle all events - not only class and block devices
2136   volume_id: use udev-provided log-level
2137   udev: clear lists if a new value is assigned
2138   udev: move dev.d/ handling to external helper
2139   udev: allow final assignments :=
2140   udevd: improve timeout handling
2141   Makefile: fix DESTDIR
2142   udevd: add initsend
2143   udevd: add udevcontrol
2144   udevd: listen for netlink events
2145
2146 Stefan Schweizer:
2147   Dialout group fix for capi devices in the gentoo rules file
2148
2149 Summary of changes from v057 to v058
2150 ============================================
2151
2152 Daniel Drake:
2153   o Writing udev rules docs update
2154
2155 Darren Salt:
2156   o update cdsymlinks to latest version
2157
2158 Greg Kroah-Hartman:
2159   o remove detach_state files from the sysfs test tree
2160   o Update permissions on test scripts so they will run properly now
2161   o hopefully fix up the symlinks in the test directory
2162   o Removed klibc/klibc.spec as it is autogenerated
2163   o Added symlinks thanks to Kay's script and git hacking
2164   o add Red Hat/Fedora html documenation
2165   o Update Red Hat default udev rules
2166
2167 Kay Sievers:
2168   o selinux: fix handling during creation of symlinks
2169   o Fedora udev.rules update
2170   o libsysfs: version 2.0
2171   o klibc: version 1.0.7
2172
2173 Masanao Igarashi:
2174   o Fix libsysfs issue with relying on the detach_state file to be
2175
2176 Summary of changes from v056 to v057
2177 ============================================
2178
2179 <tklauser:access.unizh.ch>:
2180   o fix stupid all_partitions bug
2181
2182 Kay Sievers:
2183   o add test for make -j4 to build-check
2184   o klibc: version 1.0.6
2185   o update Debian rules
2186   o apply default permissions only for devices that will need it
2187   o adapt RELEASE-NOTES
2188   o udev_volume_id: fix endianess macros
2189   o udev-test.pl: add test for DEVNAME export to RUN environment
2190   o update the man page to reflect the recent changes
2191   o export DEVNAME to RUN-key executed programs
2192   o fix make -j4 and the local klibc-install
2193   o update RELEASE-NOTES
2194   o add RUN key to be able to run rule based notification
2195   o fix udevtest to print the error if logging is disabled
2196   o move execute_program to utils + add action to init_device
2197   o correct correction for error path for PROGRAM execution
2198   o correct error path for PROGRAM execution
2199   o klibc: version 1.0.5
2200   o check for strlen()==0 before accessing strlen()-1
2201   o allow to match against empty key values
2202   o read %s{}-sysfs values at any device in the chain
2203   o udev_rules.c: don't change sysfs_device while walking up the device chain
2204   o klibc: strlcpy/strlcat - don't alter destination if size == 0
2205   o fix klibc's broken strlcpy/strlcat
2206   o udevinfo: print SYSFS attribute the same way we match it
2207   o remove untrusted chars read from sysfs-values or returned by PROGRAM
2208   o udevinfo: print errors to stderr instead of stdout
2209   o klibc: version 1.0.4
2210   o support log-priority levels in udev.conf
2211   o test-suite: remove UDEV_TEST, it's not needed anymore
2212   o libsysfs: remove trailing slash on SYSFS_PATH override
2213
2214
2215 Summary of changes from v055 to v056
2216 ============================================
2217
2218 <tklauser:access.unizh.ch>:
2219   o fix header paths in udev_libc_wrapper.c
2220
2221 Kay Sievers:
2222   o udev-test.pl: use more common user/group names
2223   o klibc: remove SCCS directories from the temporary klibc install
2224   o udev-test.pl: add a test where the group cannot be found in /etc/passwd
2225   o udev-test.pl: add check for textual uid/gid
2226   o fix bad typo that prevents the GROUP to be applied
2227   o udevd: don't delay events with TIMEOUT in the environment
2228   o klibc: use klcc wrapper instead of our own Makefile
2229   o change call_foreach_file to return a list
2230
2231
2232 Summary of changes from v054 to v055
2233 ============================================
2234
2235 <jkluebs:luebsphoto.com>:
2236   o This patch causes the remove handler to check that each symlink actually points to the correct devnode and skip it if it does not.
2237
2238 <pebenito:gentoo.org>:
2239   o udev selinux fix
2240
2241 <tklauser:access.unizh.ch>:
2242   o The following patch fixes some warnings when compiling volume_id from udev with the -Wall compiler flag. Define _GNU_SOURCE for strnlen() and correct the path to logging.h
2243   o The following patch fixes a warning when compiling chassis_id from udev with the -Wall compiler flag. There are too much conversions in the format string of sscanf(). One %d can be dropped.
2244
2245 Greg Kroah-Hartman:
2246   o fix raid rules
2247   o added frugalware udev ruleset
2248   o merge selinux and Kay's symlink fixes together
2249
2250 Hannes Reinecke:
2251   o volume_id: Fix label/uuid reading for reiserfs
2252
2253 Kay Sievers:
2254   o add udevstart to the RELEASE-NOTES
2255   o volume_id: version 43
2256   o clarify the shortcomings of %e
2257   o correct rule match for devices without a physical device
2258   o remove unneeded code, libsysfs does this for us
2259   o add final release note
2260   o add ENV{} key to match agains environment variables
2261   o simplify sysfs_pair handling
2262   o add a test and simplify debug statement
2263   o support =, ==, !=, += for the key match and assignment
2264   o add OPTION="last_rule" to skip any later rule
2265   o rename namedev_dev to udev_rule
2266   o correct enum device_type
2267   o remove udevstart on make clean
2268   o volume_id: version 42
2269   o volume_id: version 41
2270   o remove unneeded include
2271   o The path to dlist.h is not correct
2272   o udevinfo -d: use '=' as separator, cause ':' may be a part of the devpath
2273   o klibc: version 1.0.3
2274   o add RELEASE-NOTES file
2275   o test suite: move "driver" link to physical device
2276   o remove PLACE key match
2277   o don't lookup "root" in the userdb
2278   o fix ia64 compile
2279   o fix segfaulting udev while DRIVER matching
2280   o cleanup list.h
2281   o klibc: version 0.214
2282   o rename device_list->list to device_list->node
2283   o replace strncpy()/strncat() by strlcpy()/strlcat()
2284   o split udev and udevstart
2285   o udev_volume_id: version 39
2286   o rename LOG to USE_LOG in all places
2287   o remove Makefile magic for klibc integration
2288   o klibc_fixups: remove no longer needed stuff
2289   o udev_volume_id: volume_id v38
2290   o use numeric owner/group as default values to avoid parsing userdb
2291   o fix up segfaulting binaries with new klibc
2292   o udevinfo -d: speed-up device dump
2293   o klibc: version 0.211
2294   o klibc_fixups: remove unneeded stuff
2295   o replace weird defines by real code
2296   o udev-test.pl: remove useless tests
2297   o allow unlimitied count of symlinks
2298   o unmap db-file after use
2299   o remove typedef for call_foreach_file() handler function
2300   o correct udev_init_device
2301   o rename attributes to options
2302   o kill stupid gcc4 warning
2303   o trivial clenaup of namedev code
2304   o klibc: check for gcc4
2305   o klibc: update v0.205
2306
2307 Thierry Vignaud:
2308   o gentoo rule update for raid devices
2309
2310
2311 Summary of changes from v053 to v054
2312 ============================================
2313
2314 <tklauser:access.unizh.ch>:
2315   o udev_volume_id: add Reiser4 support
2316
2317 Kay Sievers:
2318   o namedev: skip backslashes only if followed by newline
2319   o wait_for_sysfs: add joydev
2320   o udevinfo: print devpath -> node relationship for all devices
2321   o trivial rename of some variables
2322   o klibc v0.199
2323   o big libsysfs diet (pre 2.0 version)
2324   o udev_volume_id: volume_id v35
2325   o add "serio" to bus list
2326   o determine device type in udev_init_device()
2327   o move kernel name/number evaluation into udev_init_device()
2328   o detect NAME="" as ignore_device rule
2329   o trivial namedev cleanup
2330   o cleanup db functions
2331   o clean up match_place()
2332   o switch device type to enum
2333   o switch major/minor to dev_t
2334   o remove the device node only if the major/minor number matches
2335   o libsysfs: work around a klibc bug
2336   o introduce OPTIONS=ignore_device, ignore_remove, all_partitions" key
2337   o namedev: execute PROGRAM only once and not possibly for every physical device
2338
2339 Patrick Mansfield:
2340   o update scsi_id to work with libsysfs changes
2341
2342
2343 Summary of changes from v052 to v053
2344 ============================================
2345
2346 Greg Kroah-Hartman:
2347   o fix gentoo fb permission issue
2348   o allow simple-build-check.sh to go faster if MAKEOPTS is set
2349   o make the release tarballs have writable files in them
2350   o remove gentoo permission file as it's not valid anymore
2351
2352 Kay Sievers:
2353   o fix special file mode mask for temporary device node
2354   o udevstart: simplify "dev" file searching
2355   o udev_volume_id: remove temporary node creation and parent handling
2356   o add %P modifier to query the node name of the parent device
2357   o udev_volume_id: remove __packed__ from dasd structure as it does not work
2358   o create /block/*/range count of partitons for all_partitions
2359
2360 Patrick Mansfield:
2361   o scsi_id changes for use with udev %N and %p
2362
2363
2364 Summary of changes from v051 to v052
2365 ============================================
2366
2367 <md:linux.it>:
2368   o debian: update rules files
2369   o raid-devfs.sh: devfs names for hardware RAID controllers
2370   o scsi_id: when udevstart is started, /tmp is not writeable
2371   o cdsymlinks.sh: trivial fix, the variable is initialized to '', not 0
2372
2373 <sschweizer:gmail.com>:
2374   o gentoo/udev.rules: add default permissions for sound devices
2375
2376 Greg Kroah-Hartman:
2377   o fix example comment in ide-devfs.sh
2378   o Add infiniband to gentoo rules
2379   o Another gentoo fix, adding dvb support
2380   o Fix gentoo bug #76056 (fb device group permissions.)
2381   o Fix gentoo bug #81102, device nodes for the pktcdvd device
2382
2383 Kay Sievers:
2384   o provide temporary device node for callouts to access the device
2385   o udev_volume_id: fix dasd disklabel reading with -l option
2386   o udev_volume_id: volume_id version 034
2387   o udev_volume_id: rename probe_ibm into probe_dasd
2388   o udev_volume_id: volume_id version 032
2389   o Makefile: add some more warnings and prepare for clean gcc4 compile
2390   o Makefile: cleanup conditional config option sections
2391   o fix -Wsign-compare warnings
2392   o chassis_id: clean compilation and fix bad function parameter passing
2393   o simple_build_check: make it possible to pass KERNEL_DIR
2394   o selinux: cleanup udev integration
2395
2396 Michael Buesch:
2397   o trivial: remove _all_ trailing slashes with no_trailing_slash()
2398   o trivial: fix signedness
2399   o namdev: allow symlink-only rules to specify node permissions
2400   o udevd: fix valgrind warning
2401
2402
2403 Summary of changes from v050 to v051
2404 ============================================
2405
2406 <roland:digitalvampire.org>:
2407   o This fixes a silly mistake in how udevinfo prints the major and minor numbers (right now it prints the minor next to "MAJOR" and the major next to "MINOR" ;)
2408
2409 <tklauser:access.unizh.chbk>:
2410   o I tried to compile udev 050plus with the GCC 4.0 snapshot 200412119 and got two errors about possibly uninitialized structs, so I fixed this. 
2411
2412 Christian Bornträger:
2413   o udev_volume_id: fix -d option
2414
2415 Greg Kroah-Hartman:
2416   o gentoo fb permission fix
2417   o fix gcc 2.96 issue in libsysfs
2418   o remove the lfs startup script on request of the author
2419   o clean up the aoe char device rules, and delete the block one as it's not needed
2420   o add aoe block and char device rules to the gentoo rule file
2421   o fix udev_volume_id build error
2422
2423 Hannes Reinecke:
2424   o rearrange link order in Makefile
2425
2426 Kay Sievers:
2427   o udev_volume_id: new version of volume_id
2428   o klibc: update to version 0.198
2429   o udev_volume_id: fix FAT label reading
2430   o klibc: update to version 0.196
2431   o udevd: throttle the forking of processes
2432   o udevd: add possible initialization of expected_seqnum
2433   o udevd: it's obviously not the brightest idea to exit a device node manager if it doesn't find /dev/null
2434   o udevd: separate socket handling to prepare for other event sources
2435   o udevd: support -d switch to become a daemon
2436   o udev_volume_id: version 27
2437   o udevd: split up message receiving an queueing
2438   o remove useless warning if udev.conf contains keys not read by udev itself
2439   o improve event sequence serialization
2440   o remove udevsend syslog noise on udevd startup
2441   o limit the initial timeout of the udevd event handling
2442   o correct detection of hotplug.d/ udevsend loop
2443   o correct log statement
2444   o remove default_* permissions from udev.conf file
2445   o update Fedora config files and add some more tests
2446   o allow permissions only rules
2447   o add SUBSYSTEM rule to catch all block devices and apply the disk permissions
2448   o update Fedora config files
2449   o handle renamed network interfaces properly if we manage hotplug.d/
2450   o allow multiline rules by backslash at the end of the line
2451   o add OnStream tape drive rules
2452   o simplify rules file by setting default mode to 0660
2453   o simplify permission application
2454   o I broke the extras/ again. Add simple build test script now
2455   o Merge vrfy.org:/home/kay/src/udev into vrfy.org:/home/kay/src/udev.kay
2456   o initial merge of fedora udev.permissions into udev.rules
2457   o remove permissions file mentioning from the udev man page
2458   o fix some typos in gentoo's udev.rules introduced by the merge
2459
2460 Michael Buesch:
2461   o The attached patch fixes the code path if namedev_name_device() fails
2462
2463 Summary of changes from v049 to v050
2464 ============================================
2465
2466 <harald:redhat.com>:
2467   o selinux patch
2468
2469 <tklauser:access.unizh.ch>:
2470   o I made some more changes to the manpage of udev including
2471
2472 Kay Sievers:
2473   o update libsysfs to CVS version and fix segfaulting attribute reading
2474   o klibc supports LOG_PID now, so remove our own implementation
2475   o avoid building klibc test programs and pass SUBDIRS= to klibc clean
2476
2477
2478 Summary of changes from v048 to v049
2479 ============================================
2480
2481 Greg Kroah-Hartman:
2482   o fix 'make clean' error in klibc
2483
2484 Kay Sievers:
2485   o update klibc to 0.194
2486   o export DEVNAME regardless of the state of udev_dev_d
2487   o add class specific files for class/spi_transport and class/spi_host
2488   o udevd-test.pl: remove wrong date calculation
2489   o check earlier if we should run as udevstart
2490   o remove double initialization
2491   o include missing header to udevtest.c
2492   o add -V option to udev to print the version number
2493   o prevent udev node creatinon for "class" registration
2494   o udevd: serialization of the event sequence of a chain of devices
2495   o add a class/fc_host file to the list of what to wait for
2496   o udev_volume_id: links sysfs.a instead of all objects
2497
2498 Martin Schlemmer:
2499   o remove leftover from udevinfo's -d option
2500
2501
2502 Summary of changes from v047 to v048
2503 ============================================
2504
2505 Greg Kroah-Hartman:
2506   o fix udev_volume_id so it will now build properly
2507   o fix scsi_id build errors due to changes in the main udev makefile
2508
2509
2510 Summary of changes from v046 to v047
2511 ============================================
2512
2513 <klauser:access.unizh.ch>:
2514   o Various typos and other litte errors in udev.8.in
2515
2516 <sjoerd:spring.luon.net>:
2517   o DEVNAME on device removal
2518
2519 <sschweizer:gmail.com>:
2520   o Allow GROUP to have modifiers in it
2521
2522 Greg Kroah-Hartman:
2523   o add more debian rules files
2524   o move distro specific config files into their own directories
2525   o update debian rules files
2526   o added asterix rules to the gentoo file
2527   o use udevstart for udev.init.* files
2528   o delete a bunch of files no longer needed
2529   o fix gentoo scsi cdrom rule
2530   o Fix the multithreaded build again
2531   o merge
2532   o comment out ability to run udev-test.pl with valgrind
2533   o fix spurious valgrind warning in udev
2534   o fix udevinfo '-q path' option as it was not working
2535   o merge
2536   o fix parallel build error
2537
2538 Kay Sievers:
2539   o update Fedora dev.d/ example and remove unused conf.d/ directory
2540   o don't install distribution specific init script on "make install"
2541   o restore OWNER/GROUP assignment in rule coming from RESULT
2542   o make gcov compile scripts working with recent gcc
2543   o fix udev-test/udev-test.pl to work with again
2544   o add net/atml and class/ppdev to the wait_for_sysfs exception list
2545   o add net/nlv* devices to the exception list
2546   o add "pcmcia" and "fc_transport" to the wait_for_sysfs lists
2547   o remove unused timestamp field
2548   o simplify permission handling
2549   o handle /etc/hotplug.d/ only if the event comes from udevd
2550   o trivial cleanups and change some comments
2551   o remove unused variables
2552   o udevsend/udevd handle events without a subsystem
2553   o use blacklist on device "remove" and remove dev.d/ call code duplication
2554   o update the man pages and correct Usage: hints
2555   o don't call the hotplug scripts with a test run
2556   o don't call dev.d/ scripts twice, if directory = subsystem
2557   o remove archive file if we changed something
2558   o link archive insted of objects
2559   o rename udev_lib to udev_utils and dev_d to udev_multiplex
2560   o handle whole hotplug event with udevd/udev
2561   o integrate wait_for_sysfs in udev
2562   o make the searched multiplex directories conditionally
2563   o add MANAGED_EVENT to the forked udev environment
2564   o export DEVNAME on remove event
2565   o export udev_log flag to the environment
2566   o remove my test code
2567   o add support for /devices-devices without any file to wait for
2568   o Patch from Alex Riesen <raa.lkml@gmail.com>
2569   o add a bunch of busses to the list of what to wait for
2570   o close connection to syslog in forked udevd child
2571   o udevd exit path cleanup
2572   o fix network device naming bug
2573
2574
2575 Summary of changes from v045 to v046
2576 ============================================
2577
2578 Greg Kroah-Hartman:
2579   o make spotless for releases
2580
2581 Kay Sievers:
2582   o Don't try to print major/minor for devices without a dev file
2583   o remove get_device_type and merge that into udev_set_values()
2584   o prevent udevd crash if DEVPATH is not set
2585   o add ippp and bcrypt to the exception lists of wait_for_sysfs
2586   o let klibc add the trailing newline to syslog conditionally
2587   o disable logging for udevstart
2588   o add NAME{ignore_remove} attribute
2589   o remove historical SYSFS_attr="value" format
2590   o don't wait for sysfs if the kernel(2.6.10-rc2) tells us what not to expect
2591   o change key names in udevinfo sysfs walk to match the kernel
2592   o support DRIVER as a rule key
2593   o support SUBSYSTEM as a rule key
2594   o rename udevdb* to udev_db*
2595   o Make dev.d/ handling a separate processing stage
2596   o make the udev object available to more processing stages
2597   o remove udev_lib dependency from udevsend, which makes it smaller
2598   o add ACTION to udev object to expose it to the whole process
2599   o make udevinfo's -r option also workimg for symlink queries
2600   o let udev act as udevstart if argv[1] == "udevstart"
2601   o improve udevinfo sysfs info walk
2602   o add sysfs info walk to udevinfo
2603   o pass the whole event environment to udevd
2604   o replace tdb database by simple lockless file database
2605
2606
2607 Summary of changes from v044 to v045
2608 ============================================
2609
2610 Martin Schlemmer:
2611   o Some updates for Gentoo's udev rules
2612
2613
2614 Summary of changes from v043 to v044
2615 ============================================
2616
2617 Greg Kroah-Hartman:
2618   o add cdsymlinks.sh support to gentoo rules file
2619   o fix gentoo legacy tty rule
2620   o remove 'sudo' usage from the Makefile
2621   o make udev-test.pl test for root permissions before running
2622
2623 Kay Sievers:
2624   o reduce syslog noise of udevsend if multiple instances try to start udevd
2625   o add i2c-dev to the list of devices without a bus
2626
2627
2628 Summary of changes from v042 to v043
2629 ============================================
2630
2631 Greg Kroah-Hartman:
2632   o add test target to makefile
2633   o add dumb script to show all sysfs devices in the system
2634
2635 Kay Sievers:
2636   o Shut up wait_for_sysfs class/net failure messages, as it's not possible to
2637     get that right for all net devices. Kernels later than 2.6.10-rc1 will
2638     handle that by carrying the neccessary information in the hotplug event.  
2639   o wait() for specific pid to return from fork()
2640   o Don't use any syslog() in signal handler, cause it may deadlock
2641   o Add support for highpoint ataraid to volume_id to suppress label reading on raid set members.
2642   o Add a bunch of devices without "device" symlinks
2643   o Exit, if udevtest cannot open the device (segfault)
2644   o Patches from Harald Hoyer <harald@redhat.com>
2645   o Apply the default permissions even if we found a entry in the permissions
2646     file. Correct one test, as the default is applied correctly now and the
2647     mode will no longer be 0000.
2648   o add test for format chars in multiple symlinks to replace
2649   o Add net/vmnet and class/zaptel to the list of devices without physical device
2650
2651
2652 Summary of changes from v040 to v042
2653 ============================================
2654
2655 Greg Kroah-Hartman:
2656   o add inotify to the rules for gentoo
2657
2658 Kay Sievers:
2659   o skip waiting for device if we get a bad event for class creation and not for a device underneath it
2660   o add net/pan and net/bnep handling
2661   o switch wait for bus_file to stat() instead of open() add net/tun device handling add ieee1394 device handling
2662   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
2663   o ignore *.rej files from failed patches
2664   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.
2665   o improve klibc fixup integration
2666   o cleanup udevd/udevstart
2667   o expose sysfs functions for sharing it
2668
2669
2670 Summary of changes from v039 to v040
2671 ============================================
2672
2673 <jk:blackdown.de>:
2674   o wait_for_sysfs update for dm devices
2675
2676 Greg Kroah-Hartman:
2677   o sparse cleanups on the tree
2678   o fix stupid cut-and-paste error for msr devices on gentoo boxes
2679   o add *~ to bk ignore list
2680   o delete udevruler.c as per Kay's request
2681   o fix up the wait_for_sysfs_test script a bit
2682
2683 Kay Sievers:
2684   o fix debug in volume id / fix clashing global var name
2685   o volume_id fix
2686   o $local user
2687   o cleanup netif handling and netif-dev.d/ events
2688   o big cleanup of internal udev api
2689   o don't wait for dummy devices
2690   o close the syslog
2691   o Fix ppp net devices in wait_for_sysfs
2692   o Fix wait_for_sysfs messages (more debugging info)
2693
2694
2695 Summary of changes from v038 to v039
2696 ============================================
2697
2698 Greg Kroah-Hartman:
2699   o Hopefully fix the vcs issue in wait_for_sysfs
2700   o take out & from wait_for_sysfs_test that I previously missed
2701   o add very nice cdsymlinks scripts
2702   o add some helper scripts for dvb and input devices
2703   o add debian config files
2704   o let the extras/ programs build "pretty" also
2705   o tweak the ccdv program to handle files in subdirectories being built
2706   o crap, I messed up the 'sed' instances pretty badly, this fixes the config and man page mess
2707   o fix broken 'make -j5' functionality
2708
2709 Kay Sievers:
2710   o swich attribute open() to simple stat()
2711   o wait_for_sysfs update for /class/firmware and /class/net/irda devices
2712   o fix unusual sysfs behavior for pcmcia_socket
2713   o remove sleeps from udev as it is external now
2714   o delete udevruler?
2715   o Makefile fix
2716
2717 Patrick Mansfield:
2718   o update udev to scsi_id 0.7
2719   o pass SYSFS setting down for extras builds
2720   o move assignments past local variables
2721
2722
2723 Summary of changes from v037 to v038
2724 ============================================
2725
2726 <andrew.patterson:hp.com>:
2727   o Re: Problem parsing %s in udev rules
2728
2729 Greg Kroah-Hartman:
2730   o fix up error in building extras and libsysfs
2731
2732 Summary of changes from v036 to v037
2733 ============================================
2734
2735 <md:linux.it>:
2736   o small udev patch
2737
2738 Greg Kroah-Hartman:
2739   o fix compilation warning in tdb log message
2740   o Fix build error with klibc due to recent changes
2741   o merge
2742   o add wait_for_sysfs test script to the tarball to help people debug their boxes
2743   o add ipsec to wait_for_sysfs ignore list
2744   o added ccdv to bk ignore list
2745   o a few more Makefile tweaks for the quiet feature
2746   o Make the build silent, thanks to a helper program from ncftp
2747   o rename files to have '_' instead of '-' in them
2748   o change max time to wait in wait_for_sysfs to 10 seconds to hopefully handle some slow machines
2749   o add support for class/raw/ to wait_for_sysfs
2750   o fix up Makefile for wait_for_sysfs udev_version.h dependancy
2751   o remove the debian specific file, as they don't want to share with the rest of the world :(
2752
2753 Kay Sievers:
2754   o prevent deadlocks on an corrupt udev database
2755   o wait_for_sysfs_update
2756
2757 Michael Buesch:
2758   o fix asmlinkage
2759   o fix incompatible pointer type warning
2760
2761
2762 Summary of changes from v035 to v036
2763 ============================================
2764
2765 Greg Kroah-Hartman:
2766   o add the error number to the error message in wait_for_sysfs to help out in debugging problems
2767
2768 Summary of changes from v034 to v035
2769 ============================================
2770
2771 Greg Kroah-Hartman:
2772   o added ieee1394 support to wait_for_sysfs
2773   o update wait_for_sysfs with a bunch more devices thanks to user reports
2774
2775 Summary of changes from v033 to v034
2776 ============================================
2777
2778 Kay Sievers:
2779   o wait_for_sysfs bluetooth class update
2780
2781 Greg Kroah-Hartman:
2782   o add comment in wait_for_sysfs to explain the structure better
2783   o Revert previous dev_d.c change, it's not what is causing HAL problems
2784   o hm, somethings odd with DEVPATH, see if this fixes it
2785   o 33_bk mark for the makefile
2786   o wait_for_sysfs: clean up the logic for the list of devices that we do not expect device symlinks for
2787   o get rid of annoying extra lines in the syslog for some libsysfs debug messages
2788   o added support for i2c devices in wait_for_sysfs.c
2789   o add support for i2c-adapter devices to wait_for_sysfs.c
2790
2791 Summary of changes from v032 to v033
2792 ============================================
2793
2794 <harald:redhat.com>:
2795   o udev close on exec
2796   o some cleanups and security fixes
2797   o some cleanups and security fixes
2798   o selinux for udev
2799   o cleanup PATCH for extras/chassis_id/Makefile
2800
2801 <kpfleming:backtobasicsmgmt.com>:
2802   o respect prefix= setting in built udev.conf (updated)
2803
2804 Greg Kroah-Hartman:
2805   o add support for usb interfaces to wait_for_sysfs to keep it quiet
2806   o enable native tdb spinlocks on i386 platforms
2807   o delete extras/multipath-tools as per the author's request
2808   o be paranoid in dev_d.c
2809   o add USE_SELINUX to README documentation so people have a chance to see what is going on
2810   o update the selinux.h file to start to look sane
2811   o update bk ignore list for the wait_for_sysfs binary
2812   o kdetv wants to see device nodes in /dev
2813   o update comments in scsi-devfs.sh
2814   o fix up Makefiles to get the klibc build working properly
2815   o update bk ignore list for new klibc generated files
2816   o oops forgot to add the new klibc/include directory
2817   o update klibc to version 0.181
2818
2819 Kay Sievers:
2820   o fix problems with dev.d and udevstart
2821   o wait_for_sysfs debug cleanup
2822   o fix problems using scsi_id with udevstart
2823   o update volume_id
2824   o finally solve the bad sysfs-timing for all of us
2825   o volume-id build fix and update
2826   o switch udev's seqnum to u64
2827   o add enum tests
2828   o fix udev segfaults with bad permissions file
2829
2830 Patrick Mansfield:
2831   o update udev to include scsi_id 0.6
2832
2833
2834 Summary of changes from v031 to v032
2835 ============================================
2836
2837 <harald:redhat.com>:
2838   o udev parse bug
2839
2840 Kay Sievers:
2841   o handle only block and class devices
2842   o fix udevstart badly broken in udev 031
2843
2844
2845 Summary of changes from v030 to v031
2846 ============================================
2847
2848 <arun:codemovers.org>:
2849   o udev - read long lines from config files overflow fix
2850
2851 <ballarin.marc:gmx.de>:
2852   o Update the FAQ with info about hardlink security
2853
2854 <david:fubar.dk>:
2855   o compatibility symlinks for udev
2856
2857 David Weinehall:
2858   o Minor POSIX-fixes for udev
2859
2860 Greg Kroah-Hartman:
2861   o add symlink for video rule
2862   o add a "first" list to udevstart and make it contain the class/mem/ devices
2863   o fix compiler warning in udevtest.c
2864   o Fix old-style pty breakage in rules file for tty device
2865   o add rules for i386 cpu devices
2866   o add permission for legotower usb devices
2867
2868 Kay Sievers:
2869   o Fix naming ethernet devices in udevstart
2870   o update udev_volume_id
2871   o let /sbin/hotplug execute udev earlier
2872   o pass SEQNUM trough udevd
2873   o fix manpages based on esr's spambot
2874
2875 Martin Schlemmer:
2876   o add microcode rule to permissions.gentoo file
2877
2878 Michael Buesch:
2879   o Try to provide a bit of security for hardlinks to /dev entries
2880
2881 Olaf Hering:
2882   o udevsend depends on udev_lib.o
2883
2884 Tom Rini:
2885   o fix UDEV_NO_SLEEP
2886   o clean up start_udev a bit
2887   o Make udev/udevstart be one binary
2888   o Add 'asmlinkage' to udev-030
2889
2890
2891 Summary of changes from v029 to v030
2892 ============================================
2893
2894 Greg Kroah-Hartman:
2895   o fix stupid off-by-one bug that caused udevstart to die on x86-64 boxes
2896
2897
2898 Summary of changes from v028 to v029
2899 ============================================
2900
2901 Greg Kroah-Hartman:
2902   o add permission rule for jogdial device
2903   o fix dumb bug I added to udevstart
2904   o make a "last list" of devices for udevstart to operate on last
2905   o fix permission problem with input event and ts nodes for gentoo
2906   o change default perms of misc/rtc to be readable by anyone
2907
2908 Olaf Hering:
2909   o allow NAME_SIZE > SYSFS_PATH_MAX
2910
2911
2912 Summary of changes from v027 to v028
2913 ============================================
2914
2915 <atul.sabharwal:intel.com>:
2916   o Patch for chassis_id exras module
2917
2918 Daniel Drake:
2919   o Writing udev rules doc update
2920
2921 Greg Kroah-Hartman:
2922   o clean up block whitelist search logic a bit
2923   o reverse order of scanning of udevstart to look at class before block
2924
2925 Kay Sievers:
2926   o update udev_volume_id
2927
2928 Leann Ogasawara:
2929   o udevstart performance increase
2930
2931 Patrick Mansfield:
2932   o update udev scsi_id to scsi_id 0.5
2933
2934
2935 Summary of changes from v026 to v027
2936 ============================================
2937
2938 <fork0:users.sf.net>:
2939   o fix handle leak in udev_lib.c
2940
2941 Greg Kroah-Hartman:
2942   o tweak the gentoo default permission rules as they are wrong for tty and misc devices
2943
2944
2945 Summary of changes from v025 to v026
2946 ============================================
2947
2948 Arnd Bergmann:
2949   o udev rpm fix
2950
2951 Greg Kroah-Hartman:
2952   o add test for ! in partition name
2953   o 025_bk mark
2954   o Update to version 117 of klibc (from version 108)
2955   o add volume_id ignore rule for bk
2956   o add volume_id support to the udev.spec file
2957   o remove dbus and selinux stuff from the udev.spec file
2958   o delete udev_selinux as it doesn't work properly and is the wrong way to do it
2959   o Deleted the udev_dbus extra as it didn't really work properly and HAL has a real solution now
2960   o add udev.permissions.slackware file
2961   o udevstart: close open directories
2962
2963 Kay Sievers:
2964   o fix udevd zombies
2965   o catchup with recent klibc
2966   o Re: udevsend fallback
2967   o udev_volume_id update
2968   o udev callout for reading filesystem labels
2969   o udev callout for reading filesystem labels
2970   o udev default config layout changes
2971
2972 Leann Ogasawara:
2973   o evaluate getenv() return value for udev_config.c
2974
2975 Summary of changes from v024 to v025
2976 ============================================
2977
2978 <md:linux.it>:
2979   o devfs.sh-ide-floppy
2980
2981 <sjoerd:spring.luon.net>:
2982   o DEVNODE -> DEVNAME transition fixes
2983
2984 Daniel Drake:
2985   o Update writing udev rules docs
2986
2987 Greg Kroah-Hartman:
2988   o make dev.d call each directory in the directory chain of the device name, instead of just the whole name
2989   o add devd_test script
2990   o add more permissions based on SuSE's recommendations
2991   o added rules for tun and raw devices
2992   o add udev conf.d file
2993   o Switch the default config to point to a directory for the rules and permission files
2994   o update the Red Hat .dev files to work on other distros
2995   o add dbus.dev, pam_console.dev and selinux.dev files for /etc/dev.d/default/ usage
2996   o add hints for red hat users from Leann Ogasawara <ogasawara@osdl.org>
2997   o add scripts to run gcov for udev from Leann Ogasawara <ogasawara@osdl.org>
2998   o change permissions on udevd test scripts
2999   o Fix build process for users who have LC_ALL set to a non-english language
3000   o Added expanded tests to the test framework from Leann Ogasawara <ogasawara@osdl.org>
3001   o added execelent "writing udev rules" document from Daniel Drake <dan@reactivated.net>
3002   o added rule to put USB printers in their proper places
3003   o added rules for CAPI devices
3004   o added a dev.d alsa script to help people out
3005
3006 Kay Sievers:
3007   o fix test regressions
3008   o udev_selinux changes
3009   o udevd test script
3010   o udev_dbus changes
3011   o fix devpath for netdev
3012
3013 Leann Ogasawara:
3014   o gcov for udev
3015
3016
3017 Summary of changes from v023 to v024
3018 ============================================
3019
3020 <atul.sabharwal:intel.com>:
3021   o Add README for chassis_id
3022   o Add chassis_id program to extras directory
3023
3024 <chris_friesen:sympatico.ca>:
3025   o udevd race conditions and performance,  assorted cleanups
3026
3027 <hare:suse.de>:
3028   o fix SEGV in libsysfs/dlist.c
3029
3030 <maryedie:osdl.org>:
3031   o add OSDL documentation for persistent naming
3032
3033 <md:linux.it>:
3034   o small ide-devfs.sh fix
3035
3036 Greg Kroah-Hartman:
3037   o remove compiler warning from udevd.c
3038   o only generate udev.8 on the fly, not all other man pages
3039   o update bk ignore list some more
3040   o update bk ignore list
3041   o switch to generate the man pages during the normal build, not during the install
3042   o convert udev.8.in to use @udevdir@ macro for make install
3043   o first step of making man pages dynamically generated
3044   o add install and uninstall the etc/dev.d/net/hotplug.dev file to the Makefile
3045   o tweak net_test a bit
3046   o fix some segfaults when running udevtest for network devices
3047   o make a net_test test script using udevtest
3048   o handle the subsytem if provided in udevtest
3049   o add hotplug.dev script to handle renamed network devices
3050   o add a bunch of network class devices to the test sysfs tree
3051   o add udevruler to the bk ignore list
3052   o update RFC-dev.d docs due to DEVNODE to DEVNAME change
3053   o clean up chassis_id coding style
3054   o clean up the OSDL document formatting a bit
3055   o add netlink rules to devfs and gentoo rules files
3056   o added USB device rules to rules files
3057   o clean up the gentoo rules file a bit more, adding dri rules
3058   o fix up udev.rules to handle oss rules better
3059   o 023_bk mark
3060   o fix udev.spec file for where udevtest should be placed
3061
3062 Kay Sievers:
3063   o tweak node unlink handling
3064   o switch udevd's msg_dump() to #define
3065   o handle netdev in udevruler
3066   o man page cleanup
3067   o put config info in db for netdev
3068   o increase udevd event timeout
3069   o udevstart fix
3070   o put netdev handling and dev.d/ in manpages
3071   o DEVPATH for netdev
3072   o netdev - udevdb+dev.d changes
3073   o udevd race conditions and performance,  assorted cleanups - take 2
3074   o udevinfo patch
3075   o dev_d.c file sorting and cleanup
3076   o apply all_partitions rule to main block device only
3077
3078
3079 Summary of changes from v022 to v023
3080 ============================================
3081
3082 Kay Sievers:
3083   o hmm, handle net devices with udev?
3084   o correct apply_format() for symlink only rules
3085   o don't init namedev on remove
3086   o first stupid try for a rule compose gui
3087   o replace fgets() with mmap() and introduce udev_lib.[hc]
3088   o make udevtest a real program :)
3089
3090 Daniel E. F. Stekloff:
3091   o udevinfo patch
3092
3093 Greg Kroah-Hartman:
3094   o create the /etc/dev.d/ directories in 'make install'
3095   o actually have udev run files ending in .dev in the /etc/dev.d/ directory as documented
3096   o added RFC-dev.d document detailing how /etc/dev.d/ works
3097   o fixed up udev.spec to handle selinux stuff properly now
3098   o remove USE_DBUS and USE_SELINUX flags from the README as they are no longer present
3099   o remove selinux stuff from the main Makefile
3100   o move udev_selinux into extras/selinux
3101   o fix dbus build in the udev.spec file
3102   o remove dbus stuff from main Makefile
3103   o move udev_dbus to extras/dbus
3104   o udev_dbus can now compile properly, but linnking is another story
3105   o remove udev_dbus.h from Makefile
3106   o first cut at standalone udev_selinux program
3107   o remove selinux support from udev core as it's no longer needed
3108   o first cut at standalone udev_dbus program
3109   o add get_devnode() helper to udev_lib for udev_dbus program
3110   o remove dbus code from core udev code as it's no longer needed to be there
3111   o add /etc/dev.d/ support for udev add and remove events
3112   o fix build error in namedev.c caused by previous patch
3113   o 022_bk tag
3114   o fix 'make spotless' to really do that in klibc
3115   o add a question/answer about automounting usb devices to the FAQ
3116   o mark scsi-devfs.sh as executable
3117   o Increase the name size as requested by Richard Gooch <rgooch@ras.ucalgary.ca>
3118   o fix udevtest to build properly after the big udev_lib change
3119
3120 Olaf Hering:
3121   o uninitialized variable for mknod and friend
3122
3123 Richard Gooch:
3124   o SCSI logical and physical names for udev
3125
3126 Theodore Y. T'so:
3127   o Trivial man page typo fixes to udev
3128
3129
3130 Summary of changes from v021 to v022
3131 ============================================
3132
3133 <ananth:in.ibm.com>:
3134   o more Libsysfs updates
3135   o Libsysfs updates
3136
3137 <async:cc.gatech.edu>:
3138   o fix HOWTO-udev_for_dev for udevdir
3139
3140 Kay Sievers:
3141   o udev-test.pl cleanup
3142   o add dev node test to udev-test.pl
3143   o add permission tests
3144   o "symlink only" test
3145   o callout part selector tweak
3146   o cleanup callout fork
3147   o allow to specify node permissions in the rule
3148   o man page beauty
3149   o put symlink only rules to the man page
3150   o rename strn*() macros to strmax
3151   o conditional remove of trailing sysfs whitespace
3152   o clarify udevinfo text
3153   o better fix for NAME="foo-%c{N}" gets a truncated name
3154   o overall trivial trivial cleanup
3155   o fix NAME="foo-%c{N}" gets a truncated name
3156   o cleanup mult field string handling
3157
3158 <ken:cgi101.com>:
3159   o fix a type in docs/libsysfs.txt
3160   o Added line to udev.permissions.redhat
3161   o Include more examples in the docs area for gentoo and redhat
3162
3163 <md:linux.it>:
3164   o udevstart fixes
3165
3166 Greg Kroah-Hartman:
3167   o add big major tests to udev-test.pl
3168   o add a test for a minor over 255
3169   o udev-test.pl: print out major:minor and perm test "ok" if is ok
3170   o make perm and major:minor test errors be reported properly
3171   o remove extra ; in namedev_parse.c
3172   o Added multipath-tools 0.1.1 release
3173   o deleted current extras/multipath directory
3174   o 021_bk mark
3175   o fix the build for older versions of gcc
3176
3177 Hanna V. Linder:
3178   o Small fix to remove extra "will" in man page
3179
3180 Olaf Hering:
3181   o make spotless
3182   o udev* segfaults with new klibc
3183
3184 Patrick Mansfield:
3185   o add tests for NAME="foo-%c{N}"
3186
3187 Summary of changes from v020 to v021
3188 ============================================
3189
3190 Kay Sievers:
3191   o install udevinfo in /usr/bin
3192   o blacklist pcmcia_socket
3193
3194 Greg Kroah-Hartman:
3195   o fix udev.spec to find udevinfo now that it has moved to /usr/bin
3196   o Fix another problem with Makefile installing initscript
3197   o fix the Makefile to install the init script into the proper directory
3198   o make spec file turn off selinux support by default
3199
3200
3201 Summary of changes from v019 to v020
3202 ============================================
3203
3204 <christophe.varoqui:free.fr>:
3205   o multipath update
3206
3207 Kay Sievers:
3208   o man page udevstart
3209   o cleanup udevstart
3210   o bugfix for local user
3211   o unlink bugfix
3212   o TODO update
3213   o clarify udevinfo device walk
3214   o udevinfo symlink reverse query
3215   o fix stroul endptr use
3216   o add $local user spport for permissions
3217   o udev - man page update
3218   o udev - fix debug info for multiple rule file config
3219   o udev - kill udevd on install
3220   o udev - activate formt length attribute
3221   o udev - safer sprintf() use
3222
3223 <md:linux.it>:
3224   o no error on enoent
3225   o escape dashes in man pages
3226   o remove usage of expr in ide-devfs.sh
3227
3228 <rml:ximian.com>:
3229   o automatically install correct initscript
3230   o update documetation for $local
3231
3232 Andrey Borzenkov:
3233   o Add symlink only rules support
3234
3235 Greg Kroah-Hartman:
3236   o update the TODO list as we already have a devfs config file
3237   o make start_udev use udevstart binary
3238   o install udevstart
3239   o Remove Debian permission files as the Debian maintainer doesn't seem to want to share :(
3240   o update the Gentoo rules files
3241   o Add Red Hat rules and permissions files
3242   o add udevstart to the ignore list
3243   o add udevstart program based on a old patch from Harald Hoyer <harald@redhat.com>
3244   o unlink the file before we try to create it
3245   o Merge greg@bucket:/home/greg/src/udev into kroah.com:/home/greg/src/udev
3246
3247
3248 Summary of changes from v018 to v019
3249 ============================================
3250
3251 Kay Sievers:
3252   o TODO update
3253   o udev - correct relative symlink
3254   o udev - safer string handling - part four
3255   o udev - safer string handling - part three
3256   o udev - safer string handling - part two
3257   o udev - man page update
3258   o udev - safer string handling all over the place
3259   o manpage update
3260   o udev - allow all files in a directory as the config
3261   o udev - simple klibc textual uid/gid handling
3262
3263 Andrey Borzenkov:
3264   o do not remove real .udev.tdb during RPM build
3265
3266 Greg Kroah-Hartman:
3267   o add new TODO item about local user permissions
3268   o Add initial SELinux support for udev
3269   o fix build for very old versions of make
3270   o remove limit of the number of args passed to PROGRAM
3271   o force udev to include the internal version of libsysfs and never the external one
3272   o fix up libsysfs header file usage to fix bug reports from users that have sysfsutils installed already
3273   o remove udevtest on 'make clean'
3274   o remove udevd priority TODO item, as it's not needed at all
3275
3276 Patrick Mansfield:
3277   o update udev scsi_id to scsi_id 0.4
3278
3279
3280 Summary of changes from v017 to v018
3281 ============================================
3282
3283 <ext.devoteam.varoqui:sncf.fr>:
3284   o [PATCH] symlink dm-[0-9]* rule
3285   o update extras/multipath
3286
3287 <john-hotplug:fjellstad.org>:
3288   o init.d debian patch
3289
3290 Kay Sievers:
3291   o udev - TODO update
3292   o udev - add %s{filename} to man page
3293   o udev - udevd/udevsend man page
3294   o udev - switch callout part selector to {attribute}
3295   o udev - switch SYSFS_file to SYSFS{file}
3296   o udev - create all partitions of blockdevice
3297   o allow SYSFS{file}
3298   o Adding '%s' format specifier to NAME and SYMLINK
3299
3300 Greg Kroah-Hartman:
3301   o added some scsi_id files to the bk ignore file
3302   o added scsi_id and some more documentation to the udev.spec file
3303   o update udev.rules.gentoo with new config file format
3304   o Update the Gentoo udev.rules and udev.permissions files
3305   o Create a udev.rules.examples file to hold odd udev.rules
3306   o add udevd priority issue to the TODO list
3307   o more HOWTO cleanups
3308   o add HOWTO detailing how to use udev to manage /dev
3309   o mv libsysfs/libsysfs.h to libsysfs/sysfs/libsysfs.h to make it easier to use
3310   o add start_udev init script
3311   o add support for UDEV_NO_SLEEP env variable so Gentoo people will be happy
3312   o start up udevd ourselves in the init script to give it some good priorities
3313   o update the red hat init script to handle nodes that are not present
3314   o add a "old style" SYSFS_attribute test to udev-test.pl
3315   o Have udevsend report more info in debug mode
3316   o Have udevd report it's version in debug mode
3317   o fix up bug created for udevtest in previous partition creation patch
3318   o update the udev.spec to add udevtest and make some more Red Hat suggested changes
3319   o add ability to install udevtest to Makefile
3320   o 017_bk mark
3321   o Add another test to udev-test.pl and fix a bug when only running 1 test
3322   o Fix bug where we did not use the "converted" kernel name if we had no rule
3323
3324 Patrick Mansfield:
3325   o udev use new libsysfs header file location
3326   o udev add some ID tests
3327
3328
3329 Summary of changes from v016 to v017
3330 ============================================
3331
3332 <azarah:nosferatu.za.org>:
3333   o make logging a config option
3334
3335 <christophe.varoqui:free.fr>:
3336   o more udev-016/extras/multipath
3337   o more udev-016/extras/multipath
3338   o update extras/multipath
3339
3340 Kay Sievers:
3341   o udev - keep private data out of the database?
3342   o better credential patch
3343   o udevd - client access authorization
3344   o compile udevd with klibc
3345   o udev - fix "ignore method"
3346   o udev - fix cdrom symlink rule
3347   o convert udevsend/udevd to DGRAM and single-threaded
3348   o udevd - kill the lockfile
3349   o udevd - fix socket path length
3350   o udevd - switch socket path to abstract namespace
3351   o udevd - allow to bypass sequence number
3352   o include used function
3353
3354 Greg Kroah-Hartman:
3355   o add udev_log to the documentation
3356   o fix offsetof() define in klibc
3357   o add some .spec file changes from Red Hat
3358   o update the init.d udev script based on a patch from Red Hat
3359   o remove the .udev.tdb when installing or uninstalling to be safe
3360   o remove the database at startup
3361   o fix bug in permission handling
3362   o update klibc to version .107
3363   o update the bitkeeper ignore file list
3364   o add udevtest program to build
3365   o fix problem where usb devices can be either the main device or the interface
3366   o more logging.h cleanups to be a bit more flexible
3367   o stop using mode_t as different libcs define it in different ways :(
3368   o remove some more KLIBC fixups that are no longer needed
3369   o let udev-test.pl run an individual test if you ask it to
3370   o Handle the '!' character that some block devices have
3371   o add a block device with a ! in the name, and a test for this
3372   o fix up 'make release' to use bk to build the export tree
3373   o fix log option code so that it actually works for all udev programs
3374   o finish syncing up with klibc
3375   o sync with latest version of klibc (0.107)
3376   o fix up Makefile dependancies for udev_version.h
3377
3378 Patrick Mansfield:
3379   o udev add wild card compare for ID
3380   o udev kill extra bus_id compares in match_id
3381
3382
3383 Summary of changes from v015 to v016
3384 ============================================
3385
3386 <elkropac:students.zcu.cz>:
3387   o get_dev_number() in extras/ide-devfs.sh
3388
3389 <rrm3:rrm3.org>:
3390   o FAQ udev.rules.devfs
3391
3392 Greg Kroah-Hartman:
3393   o add udevd and udevsend to the spec file
3394   o make /etc/hotplug.d/default/udev.hotplug symlink point to udevsend now
3395   o add KERNEL_DIR option so that the distros will be happy
3396   o make udevsend binary even smaller
3397   o udevsend now almost compiles with klibc, struct sockaddr_un is only problem now
3398   o fix up logging code so that it can be built without it being enabled
3399   o rework the logging code so that each program logs with the proper name in the syslog
3400   o remove logging.c as it's no longer needed
3401   o kill the last examples that contained the %D option
3402   o remove a __KLIBC__ tests in libsysfs, as klibc now supports getpagesize()
3403   o udevd - remove stupid locking error I wrote
3404   o update to klibc version 0.101, fixing the stdin bug
3405   o fix Makefile typo for USE_LSB install
3406   o allow dbus code to actually build again
3407
3408 Kay Sievers:
3409   o let udevsend build with klibc
3410   o udevd - config cleanup
3411   o udevd - cleanup and better timeout handling
3412   o fix possible buffer overflow
3413   o udevd - next round of fixes
3414   o udevinfo - missing options for man page
3415   o udev - trivial style cleanup
3416
3417
3418 Summary of changes from v014 to v015
3419 ============================================
3420
3421 <mbuesch:freenet.de>:
3422   o LFS init script update
3423
3424 Greg Kroah-Hartman:
3425   o update klibc to version 0.98
3426   o clean up udevinfo on 'make clean'
3427   o add udevinfo man page to spec file
3428   o remove command line documentation from udev man page
3429   o create initial version of udevinfo man page
3430   o added URL to spec file
3431   o add udevinfo to udev.spec file
3432   o add udevinfo to install target of Makefile
3433   o rip out command line code from udev, now that we have udevinfo
3434   o udevinfo doesn't need to declare main_envp
3435   o move get_pair to udev_config.c because udevinfo doesn't need all of namedev.o
3436   o more makefile cleanups
3437   o move udevinfo into the main build and clean up the main Makefile a bit
3438   o clean up compiler warnings if building using klibc
3439   o make udevd only have one instance running at a time
3440   o new testd.block script for debugging
3441   o udevsnd : clean up message creation logic a bit
3442   o make bk ignore udevd and udevsend binaries
3443   o whitespace cleanups
3444   o remove TODO item about BUS value, as it is now done
3445   o add support for figuring out which device on the sysfs "chain" the rule applies to
3446
3447 Kay Sievers:
3448   o udevinfo - now a real program :)
3449   o udevd - cleanup and better timeout handling
3450   o udev - next round of udev event order daemon
3451   o fix udevd exec
3452   o udev - udevinfo with device chain walk
3453   o spilt udev into pieces
3454
3455
3456 Summary of changes from v013 to v014
3457 ============================================
3458
3459 <ananthmg:rediffmail.com>:
3460   o libsysfs update for refresh + namedev.c changes
3461
3462 <christophe.varoqui:free.fr>:
3463   o udev-013/extras/multipath update
3464
3465 <flamingice:sourmilk.net>:
3466   o minor patch for devfs rules
3467
3468 Kay Sievers:
3469   o udev - program to query all device attributes to build a rule
3470   o set default owner/group in db - update
3471   o udev - reverse user query options
3472   o udev - kill %D from udev-test.pl
3473   o add udev logging to info log
3474   o udev - mention format string escape char in man page
3475
3476 Greg Kroah-Hartman:
3477   o misc code cleanups
3478   o fixup logging.h to handle different logging options properly
3479   o clean up the logging patch a bit to make the option more like the other options
3480   o remove the %D modifier as it is not longer needed
3481   o remove unneeded keyboard rule
3482   o add usb_host and pci_bus to the class blacklist
3483   o added input device rules to udev.rules and udev.rules.devfs
3484   o 013_bk mark
3485
3486 Hanna V. Linder:
3487   o set default owner/group in db
3488   o small cut n paste error fix
3489
3490 Patrick Mansfield:
3491   o update udev scsi_id to scsi_id 0.3
3492
3493
3494 Summary of changes from v012 to v013
3495 ============================================
3496
3497 <eike-hotplug:sf-tec.de>:
3498   o LSB init script and other stuff
3499
3500 <elkropac:students.zcu.cz>:
3501   o fix udev directory for Debian init script
3502
3503 <tiggi:infa.abo.fi>:
3504   o udev 012 old gcc fixup
3505
3506 Christophe Saout:
3507   o add IGNORE rule type
3508   o small cleanup
3509
3510 Greg Kroah-Hartman:
3511   o update TODO with some new, small items
3512   o Cset exclude: greg@kroah.com|ChangeSet|20040113010256|48515
3513   o update the README in a few places
3514   o fix -d typo in the manpage update
3515   o Fix stupid gcc "optimization" of 1 character printk() calls.... Ick
3516   o oops, forgot to fix up the PROGRAM result from ID to RESULT in the config files
3517   o Add alsa device rules and a few other devfs rules
3518   o fix a few stale comments in namedev.c
3519   o convert the default rules files to the new format
3520   o convert the test shell scripts to the config file format
3521   o add bus test for usb-serial bus
3522   o Add some helpful messages if the user uses the older config file format
3523   o added dri rule to the default config file
3524   o added init.d udev script for debian
3525   o add a script that tests the IGNORE rule
3526   o add silly script that names cdrom drives based on the cd in them
3527   o add cdrom rule for ide cdrom
3528   o replace list_for_each with list_for_each_entry, saving a few lines of code
3529   o add a blacklist of class devices we do not want to look at
3530
3531 Kay Sievers:
3532   o fix klibc with printf() and gcc
3533   o udev - small script optimization
3534   o udev - introduce format escape char
3535   o udev - more CALLOUT is PROGRAM now
3536   o udev - CALLOUT is PROGRAM now
3537   o update documentation for new config file format
3538   o more advanced user query options
3539   o udev - simple debug tweak
3540   o udev - drop all methods :)
3541   o udev - advanced user query options
3542   o udev - Makefile error
3543   o udev - make exec_callout() reusable
3544   o udev - exec status fix for klibc
3545   o fix Silly udev script
3546
3547
3548 Summary of changes from v011 to v012
3549 ============================================
3550
3551 <azarah:nosferatu.za.org>:
3552   o make symlink work properly if there is already a file in its place
3553   o Fix udev gcc-2.95.4 compat
3554
3555 <christophe.varoqui:free.fr>:
3556   o extras multipath update
3557   o extras multipath update
3558
3559 Kay Sievers:
3560   o mention user callable udev + options in man page
3561   o make udev user callable to query the database
3562   o depend on all .h files
3563   o cleanup namedev_parse debug text
3564   o extend exec_program[]
3565   o ide-devfs.sh update
3566   o fix for apply_format()
3567   o check for empty symlink string
3568   o 'ide' missing in bus_files[]
3569   o small trivial cleanup of latest changes
3570
3571 <mbuesch:freenet.de>:
3572   o introduce signal handler
3573
3574 <rml:ximian.com>:
3575   o udev spec file update
3576
3577 Greg Kroah-Hartman:
3578   o minor grammer fixes for the udev_vs_devfs document
3579   o move the dbus config file to etc/dbus-1/system.d/
3580   o move the config files to etc/udev to clean up main directory a bit
3581   o add Gentoo versions of the rules and permissions files
3582   o if using glibc, link dynamically, as no one like 500Kb udev binaries
3583   o minor change to udev_vs_devfs document
3584   o added udev vs devfs supid document to the tree
3585   o move the signal handling registration to after we have initialized enough stuff
3586   o make ide-devfs.sh executable in the tree
3587   o udev.permissions.debian - forgot the dm nodes
3588   o update the udev.permissions.debian file with new entries
3589   o added udev.init script for the Linux From Scratch project
3590
3591
3592
3593 Summary of changes from v010 to v011
3594 ============================================
3595
3596 <mbuesch:freenet.de>:
3597   o proper cleanup on udevdb_init() failure
3598
3599 <mh:nadir.org>:
3600   o patch udev 009-010 rpm spec file
3601
3602 <svetljo:gmx.de>:
3603   o fix udev sed Makefile usage
3604
3605 Greg Kroah-Hartman:
3606   o add documentation about the BUS key being optional for the LABEL rule
3607   o add tests for LABEL rule with a device that has no bus
3608   o Don't require the BUS value for the LABEL rule
3609   o If a LABEL rule has a BUS id, then we must check to see if the device is on a bus
3610   o add documentation about the BUS key being optional for the CALLOUT rule
3611   o If a CALLOUT rule has a BUS id, then we must check to see if the device is on a bus
3612   o Don't require the BUS value for the CALLOUT rule
3613   o add test for callout rule with a device that has no bus
3614   o 010_bk stamp
3615   o added different build options to the rpm udev.spec file
3616   o add pci to the bus_files list
3617   o check for empty line a bit better in the parser
3618   o more init script cleanups, the stop target now calls udev to cleanup instead of just removing the whole /udev directory
3619   o make udev init script run udev in the background to let startup go much faster
3620   o fix long delay for all devices in namedev
3621
3622
3623 Summary of changes from v009 to v010
3624 ============================================
3625
3626 <ananth:in.ibm.com>:
3627   o change pgsize
3628
3629 <christophe.varoqui:free.fr>:
3630   o extras multipath update
3631   o extras multipath update
3632   o extras multipath update
3633   o extras multipath update
3634
3635 Kay Sievers:
3636   o fix udev-test.pl
3637   o small cleanup udev-remove.c
3638   o experimental CALLOUT script for devfs ide node creation with cd, disc, part
3639   o add any valid device
3640   o introduce format char 'k' for kernel-name
3641   o trivial make fixes
3642   o don't overwrite old config on install
3643   o udev-remove.c cleanups
3644   o bug in udev-remove.c
3645   o trivial cleanup parser changes
3646
3647 <roman.kagan:itep.ru>:
3648   o fix comment and whitespace handling in config files
3649
3650 Adam Kropelin:
3651   o Allow build with empty EXTRAS
3652
3653 Daniel E. F. Stekloff:
3654   o libsysfs 0.4.0 patch
3655   o fix scsi_id segfault with udev-009
3656   o add libsysfs docs
3657
3658 David T. Hollis:
3659   o mark config files as such in the rpm spec file
3660
3661 Greg Kroah-Hartman:
3662   o fix complier warning in namedev.c
3663   o add documentation for the new '%k' modifier (kernel name replacement)
3664   o add documentation about the multiple sysfs values that are now allowed for the LABEL rule
3665   o add tests for multi-file LABEL rules
3666   o add ability to have up to 5 SYSFS_ file/value pairs for the LABEL rule
3667   o Just live with a sleep(1) in namedev for now until libsysfs is fixed up
3668   o try to wait until the proper device file shows up in sysfs
3669   o remove unneeded TODO and FIXME entry
3670   o clean up the stand-alone tests to work properly on other people's machines
3671   o add tests to catch whitespace and comment config file parsing errors
3672
3673
3674 Summary of changes from v008 to v009
3675 ============================================
3676
3677 <christophe.varoqui:free.fr>:
3678   o more extras/multipath changes
3679   o and more extras/multipath updates
3680   o more extras/multipath updates
3681   o yet more extras/multipath
3682   o more extras/multipath updates
3683   o extras/multipath update
3684
3685 <david:fubar.dk>:
3686   o D-BUS patch for udev-008
3687
3688 <eike-hotplug:sf-tec.de>:
3689   o add init.d/udev to "make install"
3690   o add init.d/udev to the spec file
3691
3692 Kay Sievers:
3693   o don't rely on field order in namedev_parse
3694   o get part of callout return string
3695   o remove '\n' from end of callout return
3696   o man-page mention multiple symlinks
3697   o allow multiple symlinks
3698   o cleanup man & remove symlink comment
3699   o experimental (very simple) SYMLINK creation
3700   o man page beauty
3701   o pattern match for label method
3702   o a bug in linefeed removal
3703
3704 <rml:ximian.com>:
3705   o remove udev from runlevels on uninstall
3706   o install initscript in udev rpm
3707
3708 Daniel E. F. Stekloff:
3709   o pre-libsysfs-0.4.0 patch
3710
3711 Greg Kroah-Hartman:
3712   o signal fixes due to klibc update
3713   o sync klibc with release 0.95
3714   o add mol permissions to the debian permissions file
3715   o update the FAQ with info about bad modprobe events from the devfs scheme
3716   o some cleanups due to the need for LABEL rules to use "SYSFS_" now
3717   o Add restart target to the etc/init.d/udev script
3718   o tweak the config file generation portion of the Makefile a bit
3719   o change devfs disk name rule from 'disk' to 'disc'
3720   o add vc support to udev.rules.devfs
3721   o added a devfs udev config file from Marco d'Itri <md@Linux.IT>
3722   o set default mode to 0600 to be safer
3723   o Makefile tweaks for the DBUS build
3724   o update the FAQ due to the latest devfs mess on lkml and also due to symlinks now working
3725   o document the different Makefile config options that we have
3726   o change USE_DBUS to DBUS in Makefile, and disable it by default as it's still to hard to build on all systems
3727   o fix formatting of udev_dbus.c to use tabs.  Also get it to build properly now
3728   o move all of the DBUS logic into one file and remove all of the #ifdef crud from the main code
3729
3730 Olaf Hering:
3731   o dump latest klibc into the udev build tree
3732   o use udevdir in udev.conf
3733
3734 Patrick Mansfield:
3735   o better allow builds of extras programs under udev
3736   o update udev extras/scsi_id to version 0.2
3737
3738
3739 Summary of changes from v007 to v008
3740 ============================================
3741
3742 <azarah:nosferatu.za.org>:
3743   o more config file parsing robustness
3744
3745 <christophe.varoqui:free.fr>:
3746   o udev-007/extras/multipath update
3747
3748 Arnd Bergmann:
3749   o Build failure - missing linux/limits.h include?
3750   o Add format modifier for devfs like naming
3751   o klibc makefile fixes
3752
3753 Daniel E. F. Stekloff:
3754   o another patch for path problem
3755   o quick fix for libsysfs bus
3756   o libsysfs changes for sysfsutils 0.3.0
3757
3758 Greg Kroah-Hartman:
3759   o fix up some duplicated function compiler warnings in libsysfs
3760   o fix some compiler warnings in the tdb code
3761   o Added Kay's name to the man page
3762   o update the wildcard documentation in the man page to show the new styles supported
3763   o fix permission handling logic
3764   o enable default_mode ability to actually build
3765   o add support for the default_mode variable, as it is documented
3766   o show permissions and groups in the label_test
3767   o remove some items off of the TODO list, as they are now done
3768   o fix up the tests to work without all of the environ variables
3769   o get rid of the majority of the debug environment variables
3770   o Update the man page to show the new config file, it's format, and how to use it
3771   o fix up the tests to support the rules file name change
3772   o add support for a main udev config file, udev.conf
3773   o turn debugging messages off by default
3774   o split out the namedev config parsing logic to namedev_parse.c
3775   o rename namedev's get_attr() to be main namedev_name_device() as that's what it really is
3776   o add devfs like tty rules as an example in the default config file
3777   o operate on the rules in the order they are in the config file (within the rule type) instead of operating on them backwards.
3778   o Cset exclude: dsteklof@us.ibm.com|ChangeSet|20031126173159|56255
3779   o add test for checking the BUS value
3780   o fix problem where we were not looking at the BUS value
3781   o add scsi and pci bus links in the test sysfs tree
3782   o add test and documentation for new %D devfs format modifier
3783   o changed the default location of the database to /udev/.udev.tdb to be LSB compliant
3784   o get rid of functions in klibc_fixups that are now in klibc
3785   o sync up with the 0.84 version of klibc
3786   o fix udev init.d script to handle all class devices in sysfs
3787   o fix the test.block and test.tty scripts due to their moveing.  Also add a test.all script
3788   o 007_bk version change to Makefile
3789
3790 Kay Sievers:
3791   o pattern matching for namedev
3792   o catch replace device by wildcard
3793   o udev.8 tweak numeric id text
3794   o udev-test.pl add subdir test
3795   o namedev.c strcat tweak
3796   o overall whitespace + debug text conditioning
3797   o udev-test.pl - tweaks
3798
3799 Martin Hicks:
3800   o Add -nodefaultlibs while compiling against klibc
3801
3802 Olaf Hering:
3803   o ARCH detection for ppc
3804
3805 Patrick Mansfield:
3806   o fix udev parallel builds with klibc
3807
3808
3809 Summary of changes from v006 to v007
3810 ============================================
3811
3812 <md:linux.it>:
3813   o fix segfault in parsing bad udev.permissions file
3814
3815 Greg Kroah-Hartman:
3816   o update default config file with a CALLOUT rule, and more documentation
3817   o updated the man page with the latest format specifier changes
3818   o added ability to put format specifiers in the CALLOUT program string
3819   o tweak udev-test.pl to report '0' errors if that's what happened
3820   o only build klibc_fixups.c if we are actually using klibc
3821   o add support for string group and string user names in udev.permissions
3822   o add getgrnam and getpwnam to klibc_fixups files
3823   o remove Makefile.klibc
3824   o add udev-test perl script from Kay Sievers <kay.sievers@vrfy.org> which blows away my puny shell scripts
3825   o added debian's version of udev.permissions
3826   o change to 006_bk version
3827
3828 Kay Sievers:
3829   o format char for CALLOUT output
3830   o more namedev whitespace cleanups
3831   o support arguments in callout exec
3832   o namedev.c - change order of fields in CALLOUT
3833   o namedev.c whitespace + debug text cleanup
3834   o man page with udev.permissions wildcard
3835
3836 Olaf Hering:
3837   o static klibc udev does not link against crt0.o
3838
3839 Summary of changes from v005 to v006
3840 ============================================
3841
3842 <chris_friesen:sympatico.ca>:
3843   o faster test scripts
3844
3845 Arnd Bergmann:
3846   o more robust config file parsing in namedev.c
3847   o add bus id modifier
3848
3849 Daniel E. F. Stekloff:
3850   o patch for libsysfs sysfs directory handling
3851
3852 Greg Kroah-Hartman:
3853   o add another line to udev.permissions in the proper format
3854   o tweak replace_test
3855   o fix permissions to work properly now
3856   o add real udev.permissions file to test directory
3857   o fix namedev.c to build with older version of gcc
3858   o add dumb test for all of the different modifiers
3859   o update the TODO list with more items that people can easily do
3860   o move the test.block and test.tty scripts to the test/ directory
3861   o add remove actions to the test scripts
3862   o turn DEBUG_PARSER off by default
3863   o add some documentation for the %b modifier to the default config file
3864   o fix make install rule for when the udev symlink is already there
3865   o change release target in makefile
3866   o change debug level on printf values for now
3867   o updated demo config file
3868   o add some documentation of the modifiers to the default config file
3869   o add demo config file
3870   o updated bk ignore list for klibc generated files
3871   o add printf option to label test to verify it works
3872   o fix up printf-like functionality due to previous changes
3873   o get the major/minor number before we name the device
3874   o add scsi_id "extra" program from Patrick Mansfield <patmans@us.ibm.com>
3875   o Add multipath "extra" program from Christophe Varoqui, <christophe.varoqui@free.fr>
3876   o trailing whitespace cleanups
3877   o splig LABEL and NUMBER into separate functions
3878   o add TOPO regression test
3879   o move TOPOLOGY rule to it's own function
3880   o fix bug where NUMBER and TOPOLOGY would not work for partitions
3881   o clean up the way we find the sysdevice for a block device for namedev
3882   o updated label test script (tests for partitions now.)
3883   o split REPLACE and CALLOUT into separate functions
3884   o add debug line for REPLACE call
3885   o add replace test
3886   o add more sysfs test tree files
3887   o change UDEV_SYSFS_PATH environment variable due to libsysfs change
3888   o fix bug in klibc's isspace function
3889   o fix udev-add.c to build properly with older versions of gcc
3890   o add prototype for ftruncate to klibc
3891   o Remove a few items from the TODO list that are already done
3892   o version number to 005_bk
3893   o pull some klibc stuff into the make Makefile to try to stay in sync
3894   o klibc build fixes
3895
3896 Kay Sievers:
3897   o apply permissions.conf support for wildcard and default name
3898   o man page with included placeholder list
3899   o implement printf-like placeholder support for NAME
3900   o more manpage tweaks
3901   o add support for subdirs
3902   o add uid/gid to nodes
3903
3904 Olaf Hering:
3905   o DESTDIR for udev
3906
3907 Paul Mundt:
3908   o Fixup path for kernel includes when building with klibc
3909
3910 Robert Love:
3911   o udev init script
3912
3913
3914 Summary of changes from v004 to v005
3915 ============================================
3916
3917 <kay:vrfy.org>:
3918   o namedev.c comments + debug patch
3919   o man page update
3920
3921 Greg Kroah-Hartman:
3922   o ignore the klibc/linux symlink
3923   o add klibc linux symlink info to the README
3924   o get 'make release' to work properly again
3925   o added README info for how to build using klibc
3926   o turn off debugging if we are building with klibc
3927   o turn off debugging in namedev
3928   o added vsyslog support to klibc
3929   o add ftruncate to klibc
3930   o klibc specific tweaks
3931   o libsysfs does not need mntent.h in it's header file
3932   o udev build tweaks to tdb's spinlock code
3933   o klibc makefile changes
3934   o build tdb and libsysfs from the same makefile as udev
3935   o udev-add build cleanups for other libc versions
3936   o tweak tdb to build within udev better
3937   o make libsysfs spit debug messages to the same place as the rest of udev
3938   o make libsysfs build cleanly
3939   o updated bk ignore list
3940   o added klibc version 0.82 (cvs tree) to the udev tree
3941   o makefile fix for now
3942   o Merge greg@bucket:/home/greg/src/udev into kroah.com:/home/greg/src/udev
3943   o hm, makefile bug with so many files...  will fix later
3944   o regression tests starting to be added
3945   o fix LABEL bug for device files (not class files.)
3946   o more warning flags to the build
3947   o got rid of struct device_attr
3948   o rename namedev.permissions and namedev.config to udev.permissions and udev.config
3949   o fix dbg line in namedev.c
3950   o more overrides of config info with env variables if in test mode
3951   o Fix bug causing udev to sleep forever waiting for dev file to show up
3952   o change version to 004_bk
3953   o make config files, sysfs root, and udev root configurable from config variables
3954
3955 Robert Love:
3956   o udev: sleep_for_dev() bits
3957   o udev: another canidate for static
3958
3959
3960 Summary of changes from v003 to v004
3961 ============================================
3962
3963 Daniel E. F. Stekloff:
3964   o new version of libsysfs patch
3965
3966 Greg Kroah-Hartman:
3967   o 004 release
3968   o major database cleanups
3969   o Changed test.block and test.tty to take ACTION from the command line
3970   o don't sleep if 'dev' file is already present on device add
3971   o fix comment about how the "dev" file is made up
3972   o more database work.  Now we only store the info we really need right now
3973   o add BUS= bug to TODO list so it will not get forgotten
3974   o spec file changes
3975   o test.block changes
3976   o ok, rpm likes the "_" character instead of "-" better
3977   o change the version to 003-bk to keep things sane with people using the bk tree
3978   o got "remove of named devices" working
3979   o fix segfaults when dealing with partitions
3980
3981 Kay Sievers:
3982   o man file update
3983   o man page update
3984
3985 Robert Love:
3986   o udev: mode should be mode_t
3987   o udev: trivial trivialities
3988   o udev: cool test scripts again
3989   o udev spec file symlink support
3990   o udev: cool test scripts
3991   o udev spec file bits
3992
3993
3994 Summary of changes from v0.2 to v003
3995 ============================================
3996
3997 Daniel E. F. Stekloff:
3998   o udevdb patch
3999   o udevdb prototype
4000
4001 Greg Kroah-Hartman:
4002   o update the spec file for the new version and install process
4003   o fix makefile release rule to not drop tdb.h file
4004   o Add FAQ for udev
4005   o removed AUTHORS and INSTALL files as they were pretty pointless
4006   o copyright updates
4007   o Add AUTHORS and INSTALL files
4008   o TODO updates
4009   o Updatd the README
4010   o updated the TODO list
4011   o add udev man page (basically just a place holder for now.)
4012   o added uninstall support
4013   o added install target for makefile so people don't have to do it by hand anymore
4014   o add version to debug log on startup
4015   o tell the user what mknod() we are trying to do
4016   o add dbg_parse() to cut down on parse file debugging statements
4017   o put config files and database in /etc/udev by default
4018   o add ols 2003 udev paper to docs/
4019   o clean up some debugging stuff in namedev.c
4020   o do not build the tdb binary programs, only the objects
4021   o merge tdb into the build process
4022   o Added tdb code from latest cvs version in the samba tree
4023   o added my name to the .spec file
4024   o minor cleanups
4025   o cleanup the mknod code a bit
4026   o remove mknod callout
4027   o handle new major:minor format of dev files that showed up in 2.6.0-test2-bk3 or so
4028   o oops, everything was getting created as 000 mode, try to fix this up, but fail...
4029   o more test stuff
4030
4031 Olaf Hering:
4032   o print udev pid
4033
4034 Patrick Mansfield:
4035   o add callout config type to udev
4036
4037 Paul Mundt:
4038   o Fix TDB cross compilation
4039   o udev spec file
4040   o udev/libsysfs cross compile fixes
4041
4042
4043 Summary of changes from v0.1 to v0.2
4044 ============================================
4045
4046 Greg Kroah-Hartman:
4047   o more test stuff
4048   o removed unneeded stuff from udev.h
4049   o added 0.2 change log info
4050   o start working on label support, and fix some segfaults for block devices
4051   o test config file changes
4052   o add NUMBER support (basically same logic as TOPOLOGY, perhaps we should
4053     merge this...)
4054   o added topology support
4055   o got REPLACE to work properly
4056   o make struct config_device contain a struct device_attr instead of
4057     duplicating the mess
4058   o block test
4059   o split the tests up into different files
4060   o split udev main logic into udev-add and udev-remove
4061   o Clean up the namedev interface a bit, making the code smaller
4062   o bk: update ignore list
4063   o update the tests to handle block devices too
4064   o add initial libsysfs support
4065   o added libsysfs to the build
4066   o added libsysfs code from sysutils-0.1.1-071803 release
4067   o namedev config files are fully parsed
4068   o more permission tests
4069   o make log_message spit out warnings so I don't have to spend forever
4070     chasing down stupid bugs that aren't there...
4071   o added klibc makefile
4072   o Initial namedev parsing of config files
4073   o sleep for 2 seconds to give the kernel a chance to actually create the
4074     files we need
4075   o pick a better default UDEV_ROOT
4076   o fix up the test to actually work
4077   o added more documentation in README and TODO files
4078
4079
4080 Summary of changes up to v0.1
4081 ============================================
4082
4083 Greg Kroah-Hartman:
4084   o added more documentation in README and TODO files
4085   o updated the documentation
4086   o cleaned up the makefile a bit
4087   o remove now works!
4088   o restructure code to be able to actually get remove_node() to work
4089   o Creating nodes actually works
4090   o added stupid test script for debugging
4091   o added initial documentation and gpl license
4092   o enabled debugging
4093   o updated ignore list
4094   o added initial files
4095   o fixed up config
4096   o Initial repository create
4097   o BitKeeper file /home/greg/src/udev/udev/ChangeSet
4098