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