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