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