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