chiark / gitweb /
[PATCH] faster test scripts
[elogind.git] / ChangeLog
1 Summary of changes from v004 to v005
2 ============================================
3
4 <kay:vrfy.org>:
5   o namedev.c comments + debug patch
6   o man page update
7
8 Greg Kroah-Hartman:
9   o ignore the klibc/linux symlink
10   o add klibc linux symlink info to the README
11   o get 'make release' to work properly again
12   o added README info for how to build using klibc
13   o turn off debugging if we are building with klibc
14   o turn off debugging in namedev
15   o added vsyslog support to klibc
16   o add ftruncate to klibc
17   o klibc specific tweaks
18   o libsysfs does not need mntent.h in it's header file
19   o udev build tweaks to tdb's spinlock code
20   o klibc makefile changes
21   o build tdb and libsysfs from the same makefile as udev
22   o udev-add build cleanups for other libc versions
23   o tweak tdb to build within udev better
24   o make libsysfs spit debug messages to the same place as the rest of udev
25   o make libsysfs build cleanly
26   o updated bk ignore list
27   o added klibc version 0.82 (cvs tree) to the udev tree
28   o makefile fix for now
29   o Merge greg@bucket:/home/greg/src/udev into kroah.com:/home/greg/src/udev
30   o hm, makefile bug with so many files...  will fix later
31   o regression tests starting to be added
32   o fix LABEL bug for device files (not class files.)
33   o more warning flags to the build
34   o got rid of struct device_attr
35   o rename namedev.permissions and namedev.config to udev.permissions and udev.config
36   o fix dbg line in namedev.c
37   o more overrides of config info with env variables if in test mode
38   o Fix bug causing udev to sleep forever waiting for dev file to show up
39   o change version to 004_bk
40   o make config files, sysfs root, and udev root configurable from config variables
41   o 004 changelog entrys TAG: v004
42
43 Robert Love:
44   o udev: sleep_for_dev() bits
45   o udev: another canidate for static
46
47
48 Summary of changes from v003 to v004
49 ============================================
50
51 Daniel E. F. Stekloff:
52   o new version of libsysfs patch
53
54 Greg Kroah-Hartman:
55   o 004 release
56   o major database cleanups
57   o Changed test.block and test.tty to take ACTION from the command line
58   o don't sleep if 'dev' file is already present on device add
59   o fix comment about how the "dev" file is made up
60   o more database work.  Now we only store the info we really need right now
61   o add BUS= bug to TODO list so it will not get forgotten
62   o spec file changes
63   o test.block changes
64   o ok, rpm likes the "_" character instead of "-" better
65   o change the version to 003-bk to keep things sane with people using the bk tree
66   o got "remove of named devices" working
67   o fix segfaults when dealing with partitions
68   o update changelog for 003 release TAG: v003
69
70 Kay Sievers:
71   o man file update
72   o man page update
73
74 Robert Love:
75   o udev: mode should be mode_t
76   o udev: trivial trivialities
77   o udev: cool test scripts again
78   o udev spec file symlink support
79   o udev: cool test scripts
80   o udev spec file bits
81
82
83 Summary of changes from v0.2 to v003
84 ============================================
85
86 Daniel E. F. Stekloff:
87   o udevdb patch
88   o udevdb prototype
89
90 Greg Kroah-Hartman:
91   o update the spec file for the new version and install process
92   o fix makefile release rule to not drop tdb.h file
93   o Add FAQ for udev
94   o removed AUTHORS and INSTALL files as they were pretty pointless
95   o copyright updates
96   o Add AUTHORS and INSTALL files
97   o TODO updates
98   o Updatd the README
99   o updated the TODO list
100   o add udev man page (basically just a place holder for now.)
101   o added uninstall support
102   o added install target for makefile so people don't have to do it by hand anymore
103   o add version to debug log on startup
104   o tell the user what mknod() we are trying to do
105   o add dbg_parse() to cut down on parse file debugging statements
106   o put config files and database in /etc/udev by default
107   o add ols 2003 udev paper to docs/
108   o clean up some debugging stuff in namedev.c
109   o do not build the tdb binary programs, only the objects
110   o merge tdb into the build process
111   o Added tdb code from latest cvs version in the samba tree
112   o added my name to the .spec file
113   o minor cleanups
114   o cleanup the mknod code a bit
115   o remove mknod callout
116   o handle new major:minor format of dev files that showed up in 2.6.0-test2-bk3 or so
117   o oops, everything was getting created as 000 mode, try to fix this up, but fail...
118   o more test stuff
119
120 Olaf Hering:
121   o print udev pid
122
123 Patrick Mansfield:
124   o add callout config type to udev
125
126 Paul Mundt:
127   o Fix TDB cross compilation
128   o udev spec file
129   o udev/libsysfs cross compile fixes
130
131
132 Summary of changes from v0.1 to v0.2
133 ============================================
134
135 Greg Kroah-Hartman:
136   o more test stuff
137   o removed unneeded stuff from udev.h
138   o added 0.2 change log info
139   o start working on label support, and fix some segfaults for block devices
140   o test config file changes
141   o add NUMBER support (basically same logic as TOPOLOGY, perhaps we should
142     merge this...)
143   o added topology support
144   o got REPLACE to work properly
145   o make struct config_device contain a struct device_attr instead of
146     duplicating the mess
147   o block test
148   o split the tests up into different files
149   o split udev main logic into udev-add and udev-remove
150   o Clean up the namedev interface a bit, making the code smaller
151   o bk: update ignore list
152   o update the tests to handle block devices too
153   o add initial libsysfs support
154   o added libsysfs to the build
155   o added libsysfs code from sysutils-0.1.1-071803 release
156   o namedev config files are fully parsed
157   o more permission tests
158   o make log_message spit out warnings so I don't have to spend forever
159     chasing down stupid bugs that aren't there...
160   o added klibc makefile
161   o Initial namedev parsing of config files
162   o sleep for 2 seconds to give the kernel a chance to actually create the
163     files we need
164   o pick a better default UDEV_ROOT
165   o fix up the test to actually work
166   o added more documentation in README and TODO files
167
168
169 Summary of changes up to v0.1
170 ============================================
171
172 Greg Kroah-Hartman:
173   o added more documentation in README and TODO files
174   o updated the documentation
175   o cleaned up the makefile a bit
176   o remove now works!
177   o restructure code to be able to actually get remove_node() to work
178   o Creating nodes actually works
179   o added stupid test script for debugging
180   o added initial documentation and gpl license
181   o enabled debugging
182   o updated ignore list
183   o added initial files
184   o fixed up config
185   o Initial repository create
186   o BitKeeper file /home/greg/src/udev/udev/ChangeSet