diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-10-30 01:07:48 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-10-30 01:07:48 +0000 |
commit | b0cf293dbc17f0a409e8fc8c13e63d4c5cd0bd91 (patch) | |
tree | 9e6067b2519f7ff63f07ea8fab27271e95f34881 /TODO | |
parent | c89a188ff9c93524e22eed6e3551153d8b7f355a (diff) |
Revise TODO list for the upcoming release
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -5,12 +5,17 @@ TODO list for the uClibc 0.9.27 release: *) Audit header files. When options are disabled, also disable them in the include files as well by checking for the proper define from include/bits/uClibc_config.h (pulled in from features.h) - *) Hide uClibc internal symbols from our exported namespace. + *) Use buildroot to build for x86, powerpc, arm, and mips. + *) Test each architecture with the latest LTP testsuite, and post + LTP testsuite results for each architecture on uclibc.org. + *) Prepare and release a properly versioned buildroot release + to coincide with the uClibc 0.9.27 release. TODO list for the uClibc 1.0.0 release: ------------------------------------------------- + *) Hide uClibc internal symbols from our exported namespace. *) Explicity add some sortof CONFIG_LINUX_2_2_ABI, CONFIG_LINUX_2_4_ABI and CONFIG_LINUX_2_6_ABI type options, rather than having the abi depend on the selected set of kernel headers. This will likely also |