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