]> git.ipfire.org Git - thirdparty/systemd.git/blob - ChangeLog
[PATCH] update changelog for 003 release
[thirdparty/systemd.git] / ChangeLog
1 Summary of changes from v0.2 to v003
2 ============================================
3
4 Daniel E. F. Stekloff:
5 o udevdb patch
6 o udevdb prototype
7
8 Greg Kroah-Hartman:
9 o update the spec file for the new version and install process
10 o fix makefile release rule to not drop tdb.h file
11 o Add FAQ for udev
12 o removed AUTHORS and INSTALL files as they were pretty pointless
13 o copyright updates
14 o Add AUTHORS and INSTALL files
15 o TODO updates
16 o Updatd the README
17 o updated the TODO list
18 o add udev man page (basically just a place holder for now.)
19 o added uninstall support
20 o added install target for makefile so people don't have to do it by hand anymore
21 o add version to debug log on startup
22 o tell the user what mknod() we are trying to do
23 o add dbg_parse() to cut down on parse file debugging statements
24 o put config files and database in /etc/udev by default
25 o add ols 2003 udev paper to docs/
26 o clean up some debugging stuff in namedev.c
27 o do not build the tdb binary programs, only the objects
28 o merge tdb into the build process
29 o Added tdb code from latest cvs version in the samba tree
30 o added my name to the .spec file
31 o minor cleanups
32 o cleanup the mknod code a bit
33 o remove mknod callout
34 o handle new major:minor format of dev files that showed up in 2.6.0-test2-bk3 or so
35 o oops, everything was getting created as 000 mode, try to fix this up, but fail...
36 o more test stuff
37
38 Olaf Hering:
39 o print udev pid
40
41 Patrick Mansfield:
42 o add callout config type to udev
43
44 Paul Mundt:
45 o Fix TDB cross compilation
46 o udev spec file
47 o udev/libsysfs cross compile fixes
48
49
50 Summary of changes from v0.1 to v0.2
51 ============================================
52
53 Greg Kroah-Hartman:
54 o more test stuff
55 o removed unneeded stuff from udev.h
56 o added 0.2 change log info
57 o start working on label support, and fix some segfaults for block devices
58 o test config file changes
59 o add NUMBER support (basically same logic as TOPOLOGY, perhaps we should
60 merge this...)
61 o added topology support
62 o got REPLACE to work properly
63 o make struct config_device contain a struct device_attr instead of
64 duplicating the mess
65 o block test
66 o split the tests up into different files
67 o split udev main logic into udev-add and udev-remove
68 o Clean up the namedev interface a bit, making the code smaller
69 o bk: update ignore list
70 o update the tests to handle block devices too
71 o add initial libsysfs support
72 o added libsysfs to the build
73 o added libsysfs code from sysutils-0.1.1-071803 release
74 o namedev config files are fully parsed
75 o more permission tests
76 o make log_message spit out warnings so I don't have to spend forever
77 chasing down stupid bugs that aren't there...
78 o added klibc makefile
79 o Initial namedev parsing of config files
80 o sleep for 2 seconds to give the kernel a chance to actually create the
81 files we need
82 o pick a better default UDEV_ROOT
83 o fix up the test to actually work
84 o added more documentation in README and TODO files
85
86
87 Summary of changes up to v0.1
88 ============================================
89
90 Greg Kroah-Hartman:
91 o added more documentation in README and TODO files
92 o updated the documentation
93 o cleaned up the makefile a bit
94 o remove now works!
95 o restructure code to be able to actually get remove_node() to work
96 o Creating nodes actually works
97 o added stupid test script for debugging
98 o added initial documentation and gpl license
99 o enabled debugging
100 o updated ignore list
101 o added initial files
102 o fixed up config
103 o Initial repository create
104 o BitKeeper file /home/greg/src/udev/udev/ChangeSet
105
106