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