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