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