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