]> git.ipfire.org Git - thirdparty/systemd.git/blob - ChangeLog
[PATCH] v012 release
[thirdparty/systemd.git] / ChangeLog
1 Summary of changes from v011 to v012
2 ============================================
3
4 <azarah:nosferatu.za.org>:
5 o make symlink work properly if there is already a file in its place
6 o Fix udev gcc-2.95.4 compat
7
8 <christophe.varoqui:free.fr>:
9 o extras multipath update
10 o extras multipath update
11
12 Kay Sievers:
13 o mention user callable udev + options in man page
14 o make udev user callable to query the database
15 o depend on all .h files
16 o cleanup namedev_parse debug text
17 o extend exec_program[]
18 o ide-devfs.sh update
19 o fix for apply_format()
20 o check for empty symlink string
21 o 'ide' missing in bus_files[]
22 o small trivial cleanup of latest changes
23
24 <mbuesch:freenet.de>:
25 o introduce signal handler
26
27 <rml:ximian.com>:
28 o udev spec file update
29
30 Greg Kroah-Hartman:
31 o minor grammer fixes for the udev_vs_devfs document
32 o move the dbus config file to etc/dbus-1/system.d/
33 o move the config files to etc/udev to clean up main directory a bit
34 o add Gentoo versions of the rules and permissions files
35 o if using glibc, link dynamically, as no one like 500Kb udev binaries
36 o minor change to udev_vs_devfs document
37 o added udev vs devfs supid document to the tree
38 o move the signal handling registration to after we have initialized enough stuff
39 o make ide-devfs.sh executable in the tree
40 o udev.permissions.debian - forgot the dm nodes
41 o update the udev.permissions.debian file with new entries
42 o added udev.init script for the Linux From Scratch project
43
44
45
46 Summary of changes from v010 to v011
47 ============================================
48
49 <mbuesch:freenet.de>:
50 o proper cleanup on udevdb_init() failure
51
52 <mh:nadir.org>:
53 o patch udev 009-010 rpm spec file
54
55 <svetljo:gmx.de>:
56 o fix udev sed Makefile usage
57
58 Greg Kroah-Hartman:
59 o add documentation about the BUS key being optional for the LABEL rule
60 o add tests for LABEL rule with a device that has no bus
61 o Don't require the BUS value for the LABEL rule
62 o If a LABEL rule has a BUS id, then we must check to see if the device is on a bus
63 o add documentation about the BUS key being optional for the CALLOUT rule
64 o If a CALLOUT rule has a BUS id, then we must check to see if the device is on a bus
65 o Don't require the BUS value for the CALLOUT rule
66 o add test for callout rule with a device that has no bus
67 o 010_bk stamp
68 o added different build options to the rpm udev.spec file
69 o add pci to the bus_files list
70 o check for empty line a bit better in the parser
71 o more init script cleanups, the stop target now calls udev to cleanup instead of just removing the whole /udev directory
72 o make udev init script run udev in the background to let startup go much faster
73 o fix long delay for all devices in namedev
74
75
76 Summary of changes from v009 to v010
77 ============================================
78
79 <ananth:in.ibm.com>:
80 o change pgsize
81
82 <christophe.varoqui:free.fr>:
83 o extras multipath update
84 o extras multipath update
85 o extras multipath update
86 o extras multipath update
87
88 Kay Sievers:
89 o fix udev-test.pl
90 o small cleanup udev-remove.c
91 o experimental CALLOUT script for devfs ide node creation with cd, disc, part
92 o add any valid device
93 o introduce format char 'k' for kernel-name
94 o trivial make fixes
95 o don't overwrite old config on install
96 o udev-remove.c cleanups
97 o bug in udev-remove.c
98 o trivial cleanup parser changes
99
100 <roman.kagan:itep.ru>:
101 o fix comment and whitespace handling in config files
102
103 Adam Kropelin:
104 o Allow build with empty EXTRAS
105
106 Daniel E. F. Stekloff:
107 o libsysfs 0.4.0 patch
108 o fix scsi_id segfault with udev-009
109 o add libsysfs docs
110
111 David T. Hollis:
112 o mark config files as such in the rpm spec file
113
114 Greg Kroah-Hartman:
115 o fix complier warning in namedev.c
116 o add documentation for the new '%k' modifier (kernel name replacement)
117 o add documentation about the multiple sysfs values that are now allowed for the LABEL rule
118 o add tests for multi-file LABEL rules
119 o add ability to have up to 5 SYSFS_ file/value pairs for the LABEL rule
120 o Just live with a sleep(1) in namedev for now until libsysfs is fixed up
121 o try to wait until the proper device file shows up in sysfs
122 o remove unneeded TODO and FIXME entry
123 o clean up the stand-alone tests to work properly on other people's machines
124 o add tests to catch whitespace and comment config file parsing errors
125
126
127 Summary of changes from v008 to v009
128 ============================================
129
130 <christophe.varoqui:free.fr>:
131 o more extras/multipath changes
132 o and more extras/multipath updates
133 o more extras/multipath updates
134 o yet more extras/multipath
135 o more extras/multipath updates
136 o extras/multipath update
137
138 <david:fubar.dk>:
139 o D-BUS patch for udev-008
140
141 <eike-hotplug:sf-tec.de>:
142 o add init.d/udev to "make install"
143 o add init.d/udev to the spec file
144
145 Kay Sievers:
146 o don't rely on field order in namedev_parse
147 o get part of callout return string
148 o remove '\n' from end of callout return
149 o man-page mention multiple symlinks
150 o allow multiple symlinks
151 o cleanup man & remove symlink comment
152 o experimental (very simple) SYMLINK creation
153 o man page beauty
154 o pattern match for label method
155 o a bug in linefeed removal
156
157 <rml:ximian.com>:
158 o remove udev from runlevels on uninstall
159 o install initscript in udev rpm
160
161 Daniel E. F. Stekloff:
162 o pre-libsysfs-0.4.0 patch
163
164 Greg Kroah-Hartman:
165 o signal fixes due to klibc update
166 o sync klibc with release 0.95
167 o add mol permissions to the debian permissions file
168 o update the FAQ with info about bad modprobe events from the devfs scheme
169 o some cleanups due to the need for LABEL rules to use "SYSFS_" now
170 o Add restart target to the etc/init.d/udev script
171 o tweak the config file generation portion of the Makefile a bit
172 o change devfs disk name rule from 'disk' to 'disc'
173 o add vc support to udev.rules.devfs
174 o added a devfs udev config file from Marco d'Itri <md@Linux.IT>
175 o set default mode to 0600 to be safer
176 o Makefile tweaks for the DBUS build
177 o update the FAQ due to the latest devfs mess on lkml and also due to symlinks now working
178 o document the different Makefile config options that we have
179 o change USE_DBUS to DBUS in Makefile, and disable it by default as it's still to hard to build on all systems
180 o fix formatting of udev_dbus.c to use tabs. Also get it to build properly now
181 o move all of the DBUS logic into one file and remove all of the #ifdef crud from the main code
182
183 Olaf Hering:
184 o dump latest klibc into the udev build tree
185 o use udevdir in udev.conf
186
187 Patrick Mansfield:
188 o better allow builds of extras programs under udev
189 o update udev extras/scsi_id to version 0.2
190
191
192 Summary of changes from v007 to v008
193 ============================================
194
195 <azarah:nosferatu.za.org>:
196 o more config file parsing robustness
197
198 <christophe.varoqui:free.fr>:
199 o udev-007/extras/multipath update
200
201 Arnd Bergmann:
202 o Build failure - missing linux/limits.h include?
203 o Add format modifier for devfs like naming
204 o klibc makefile fixes
205
206 Daniel E. F. Stekloff:
207 o another patch for path problem
208 o quick fix for libsysfs bus
209 o libsysfs changes for sysfsutils 0.3.0
210
211 Greg Kroah-Hartman:
212 o fix up some duplicated function compiler warnings in libsysfs
213 o fix some compiler warnings in the tdb code
214 o Added Kay's name to the man page
215 o update the wildcard documentation in the man page to show the new styles supported
216 o fix permission handling logic
217 o enable default_mode ability to actually build
218 o add support for the default_mode variable, as it is documented
219 o show permissions and groups in the label_test
220 o remove some items off of the TODO list, as they are now done
221 o fix up the tests to work without all of the environ variables
222 o get rid of the majority of the debug environment variables
223 o Update the man page to show the new config file, it's format, and how to use it
224 o fix up the tests to support the rules file name change
225 o add support for a main udev config file, udev.conf
226 o turn debugging messages off by default
227 o split out the namedev config parsing logic to namedev_parse.c
228 o rename namedev's get_attr() to be main namedev_name_device() as that's what it really is
229 o add devfs like tty rules as an example in the default config file
230 o operate on the rules in the order they are in the config file (within the rule type) instead of operating on them backwards.
231 o Cset exclude: dsteklof@us.ibm.com|ChangeSet|20031126173159|56255
232 o add test for checking the BUS value
233 o fix problem where we were not looking at the BUS value
234 o add scsi and pci bus links in the test sysfs tree
235 o add test and documentation for new %D devfs format modifier
236 o changed the default location of the database to /udev/.udev.tdb to be LSB compliant
237 o get rid of functions in klibc_fixups that are now in klibc
238 o sync up with the 0.84 version of klibc
239 o fix udev init.d script to handle all class devices in sysfs
240 o fix the test.block and test.tty scripts due to their moveing. Also add a test.all script
241 o 007_bk version change to Makefile
242
243 Kay Sievers:
244 o pattern matching for namedev
245 o catch replace device by wildcard
246 o udev.8 tweak numeric id text
247 o udev-test.pl add subdir test
248 o namedev.c strcat tweak
249 o overall whitespace + debug text conditioning
250 o udev-test.pl - tweaks
251
252 Martin Hicks:
253 o Add -nodefaultlibs while compiling against klibc
254
255 Olaf Hering:
256 o ARCH detection for ppc
257
258 Patrick Mansfield:
259 o fix udev parallel builds with klibc
260
261
262 Summary of changes from v006 to v007
263 ============================================
264
265 <md:linux.it>:
266 o fix segfault in parsing bad udev.permissions file
267
268 Greg Kroah-Hartman:
269 o update default config file with a CALLOUT rule, and more documentation
270 o updated the man page with the latest format specifier changes
271 o added ability to put format specifiers in the CALLOUT program string
272 o tweak udev-test.pl to report '0' errors if that's what happened
273 o only build klibc_fixups.c if we are actually using klibc
274 o add support for string group and string user names in udev.permissions
275 o add getgrnam and getpwnam to klibc_fixups files
276 o remove Makefile.klibc
277 o add udev-test perl script from Kay Sievers <kay.sievers@vrfy.org> which blows away my puny shell scripts
278 o added debian's version of udev.permissions
279 o change to 006_bk version
280
281 Kay Sievers:
282 o format char for CALLOUT output
283 o more namedev whitespace cleanups
284 o support arguments in callout exec
285 o namedev.c - change order of fields in CALLOUT
286 o namedev.c whitespace + debug text cleanup
287 o man page with udev.permissions wildcard
288
289 Olaf Hering:
290 o static klibc udev does not link against crt0.o
291
292 Summary of changes from v005 to v006
293 ============================================
294
295 <chris_friesen:sympatico.ca>:
296 o faster test scripts
297
298 Arnd Bergmann:
299 o more robust config file parsing in namedev.c
300 o add bus id modifier
301
302 Daniel E. F. Stekloff:
303 o patch for libsysfs sysfs directory handling
304
305 Greg Kroah-Hartman:
306 o add another line to udev.permissions in the proper format
307 o tweak replace_test
308 o fix permissions to work properly now
309 o add real udev.permissions file to test directory
310 o fix namedev.c to build with older version of gcc
311 o add dumb test for all of the different modifiers
312 o update the TODO list with more items that people can easily do
313 o move the test.block and test.tty scripts to the test/ directory
314 o add remove actions to the test scripts
315 o turn DEBUG_PARSER off by default
316 o add some documentation for the %b modifier to the default config file
317 o fix make install rule for when the udev symlink is already there
318 o change release target in makefile
319 o change debug level on printf values for now
320 o updated demo config file
321 o add some documentation of the modifiers to the default config file
322 o add demo config file
323 o updated bk ignore list for klibc generated files
324 o add printf option to label test to verify it works
325 o fix up printf-like functionality due to previous changes
326 o get the major/minor number before we name the device
327 o add scsi_id "extra" program from Patrick Mansfield <patmans@us.ibm.com>
328 o Add multipath "extra" program from Christophe Varoqui, <christophe.varoqui@free.fr>
329 o trailing whitespace cleanups
330 o splig LABEL and NUMBER into separate functions
331 o add TOPO regression test
332 o move TOPOLOGY rule to it's own function
333 o fix bug where NUMBER and TOPOLOGY would not work for partitions
334 o clean up the way we find the sysdevice for a block device for namedev
335 o updated label test script (tests for partitions now.)
336 o split REPLACE and CALLOUT into separate functions
337 o add debug line for REPLACE call
338 o add replace test
339 o add more sysfs test tree files
340 o change UDEV_SYSFS_PATH environment variable due to libsysfs change
341 o fix bug in klibc's isspace function
342 o fix udev-add.c to build properly with older versions of gcc
343 o add prototype for ftruncate to klibc
344 o Remove a few items from the TODO list that are already done
345 o version number to 005_bk
346 o pull some klibc stuff into the make Makefile to try to stay in sync
347 o klibc build fixes
348
349 Kay Sievers:
350 o apply permissions.conf support for wildcard and default name
351 o man page with included placeholder list
352 o implement printf-like placeholder support for NAME
353 o more manpage tweaks
354 o add support for subdirs
355 o add uid/gid to nodes
356
357 Olaf Hering:
358 o DESTDIR for udev
359
360 Paul Mundt:
361 o Fixup path for kernel includes when building with klibc
362
363 Robert Love:
364 o udev init script
365
366
367 Summary of changes from v004 to v005
368 ============================================
369
370 <kay:vrfy.org>:
371 o namedev.c comments + debug patch
372 o man page update
373
374 Greg Kroah-Hartman:
375 o ignore the klibc/linux symlink
376 o add klibc linux symlink info to the README
377 o get 'make release' to work properly again
378 o added README info for how to build using klibc
379 o turn off debugging if we are building with klibc
380 o turn off debugging in namedev
381 o added vsyslog support to klibc
382 o add ftruncate to klibc
383 o klibc specific tweaks
384 o libsysfs does not need mntent.h in it's header file
385 o udev build tweaks to tdb's spinlock code
386 o klibc makefile changes
387 o build tdb and libsysfs from the same makefile as udev
388 o udev-add build cleanups for other libc versions
389 o tweak tdb to build within udev better
390 o make libsysfs spit debug messages to the same place as the rest of udev
391 o make libsysfs build cleanly
392 o updated bk ignore list
393 o added klibc version 0.82 (cvs tree) to the udev tree
394 o makefile fix for now
395 o Merge greg@bucket:/home/greg/src/udev into kroah.com:/home/greg/src/udev
396 o hm, makefile bug with so many files... will fix later
397 o regression tests starting to be added
398 o fix LABEL bug for device files (not class files.)
399 o more warning flags to the build
400 o got rid of struct device_attr
401 o rename namedev.permissions and namedev.config to udev.permissions and udev.config
402 o fix dbg line in namedev.c
403 o more overrides of config info with env variables if in test mode
404 o Fix bug causing udev to sleep forever waiting for dev file to show up
405 o change version to 004_bk
406 o make config files, sysfs root, and udev root configurable from config variables
407 o 004 changelog entrys TAG: v004
408
409 Robert Love:
410 o udev: sleep_for_dev() bits
411 o udev: another canidate for static
412
413
414 Summary of changes from v003 to v004
415 ============================================
416
417 Daniel E. F. Stekloff:
418 o new version of libsysfs patch
419
420 Greg Kroah-Hartman:
421 o 004 release
422 o major database cleanups
423 o Changed test.block and test.tty to take ACTION from the command line
424 o don't sleep if 'dev' file is already present on device add
425 o fix comment about how the "dev" file is made up
426 o more database work. Now we only store the info we really need right now
427 o add BUS= bug to TODO list so it will not get forgotten
428 o spec file changes
429 o test.block changes
430 o ok, rpm likes the "_" character instead of "-" better
431 o change the version to 003-bk to keep things sane with people using the bk tree
432 o got "remove of named devices" working
433 o fix segfaults when dealing with partitions
434 o update changelog for 003 release TAG: v003
435
436 Kay Sievers:
437 o man file update
438 o man page update
439
440 Robert Love:
441 o udev: mode should be mode_t
442 o udev: trivial trivialities
443 o udev: cool test scripts again
444 o udev spec file symlink support
445 o udev: cool test scripts
446 o udev spec file bits
447
448
449 Summary of changes from v0.2 to v003
450 ============================================
451
452 Daniel E. F. Stekloff:
453 o udevdb patch
454 o udevdb prototype
455
456 Greg Kroah-Hartman:
457 o update the spec file for the new version and install process
458 o fix makefile release rule to not drop tdb.h file
459 o Add FAQ for udev
460 o removed AUTHORS and INSTALL files as they were pretty pointless
461 o copyright updates
462 o Add AUTHORS and INSTALL files
463 o TODO updates
464 o Updatd the README
465 o updated the TODO list
466 o add udev man page (basically just a place holder for now.)
467 o added uninstall support
468 o added install target for makefile so people don't have to do it by hand anymore
469 o add version to debug log on startup
470 o tell the user what mknod() we are trying to do
471 o add dbg_parse() to cut down on parse file debugging statements
472 o put config files and database in /etc/udev by default
473 o add ols 2003 udev paper to docs/
474 o clean up some debugging stuff in namedev.c
475 o do not build the tdb binary programs, only the objects
476 o merge tdb into the build process
477 o Added tdb code from latest cvs version in the samba tree
478 o added my name to the .spec file
479 o minor cleanups
480 o cleanup the mknod code a bit
481 o remove mknod callout
482 o handle new major:minor format of dev files that showed up in 2.6.0-test2-bk3 or so
483 o oops, everything was getting created as 000 mode, try to fix this up, but fail...
484 o more test stuff
485
486 Olaf Hering:
487 o print udev pid
488
489 Patrick Mansfield:
490 o add callout config type to udev
491
492 Paul Mundt:
493 o Fix TDB cross compilation
494 o udev spec file
495 o udev/libsysfs cross compile fixes
496
497
498 Summary of changes from v0.1 to v0.2
499 ============================================
500
501 Greg Kroah-Hartman:
502 o more test stuff
503 o removed unneeded stuff from udev.h
504 o added 0.2 change log info
505 o start working on label support, and fix some segfaults for block devices
506 o test config file changes
507 o add NUMBER support (basically same logic as TOPOLOGY, perhaps we should
508 merge this...)
509 o added topology support
510 o got REPLACE to work properly
511 o make struct config_device contain a struct device_attr instead of
512 duplicating the mess
513 o block test
514 o split the tests up into different files
515 o split udev main logic into udev-add and udev-remove
516 o Clean up the namedev interface a bit, making the code smaller
517 o bk: update ignore list
518 o update the tests to handle block devices too
519 o add initial libsysfs support
520 o added libsysfs to the build
521 o added libsysfs code from sysutils-0.1.1-071803 release
522 o namedev config files are fully parsed
523 o more permission tests
524 o make log_message spit out warnings so I don't have to spend forever
525 chasing down stupid bugs that aren't there...
526 o added klibc makefile
527 o Initial namedev parsing of config files
528 o sleep for 2 seconds to give the kernel a chance to actually create the
529 files we need
530 o pick a better default UDEV_ROOT
531 o fix up the test to actually work
532 o added more documentation in README and TODO files
533
534
535 Summary of changes up to v0.1
536 ============================================
537
538 Greg Kroah-Hartman:
539 o added more documentation in README and TODO files
540 o updated the documentation
541 o cleaned up the makefile a bit
542 o remove now works!
543 o restructure code to be able to actually get remove_node() to work
544 o Creating nodes actually works
545 o added stupid test script for debugging
546 o added initial documentation and gpl license
547 o enabled debugging
548 o updated ignore list
549 o added initial files
550 o fixed up config
551 o Initial repository create
552 o BitKeeper file /home/greg/src/udev/udev/ChangeSet
553