aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-06-19 20:19:04 +0000
committerEric Andersen <andersen@codepoet.org>2000-06-19 20:19:04 +0000
commit4eb1b3041131237c5345ee2c6626c9fadd68640a (patch)
treecd3708a17ed71ce27fffcf8922d3a6b53846bfa1
parentbd4a75f6c8e3c821a45f136eb6c21e71aa1450be (diff)
downloadbusybox-w32-4eb1b3041131237c5345ee2c6626c9fadd68640a.tar.gz
busybox-w32-4eb1b3041131237c5345ee2c6626c9fadd68640a.tar.bz2
busybox-w32-4eb1b3041131237c5345ee2c6626c9fadd68640a.zip
Mention libc support, Pavel's rm fix is already merged.
-Erik
-rw-r--r--Changelog1
-rw-r--r--TODO1
2 files changed, 1 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index e3548257a..d112f4eb5 100644
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,5 @@
10.44 10.44
2 * Now compiles vs libc5 (which can save lots of space for embedded systems).
2 * Added BB_FEATURE_TRIVIAL_HELP which compiles out most all of the 3 * Added BB_FEATURE_TRIVIAL_HELP which compiles out most all of the
3 help messages (i.e --help). Saves 17k over a full compile. 4 help messages (i.e --help). Saves 17k over a full compile.
4 * Added cut and tr from minix, since due to the license change, 5 * Added cut and tr from minix, since due to the license change,
diff --git a/TODO b/TODO
index 41fd2a555..3aba13643 100644
--- a/TODO
+++ b/TODO
@@ -22,7 +22,6 @@ Bugs that need fixing before the 0.44 release goes out the door:
22 is not on. 22 is not on.
23 - doc / website updates to tell what the real mailing list is for busybox. 23 - doc / website updates to tell what the real mailing list is for busybox.
24 - fix 'cp' (or test suite script) so that it passes the test suite. 24 - fix 'cp' (or test suite script) so that it passes the test suite.
25 - merge Pavel's rm fixes.
26 25
27These could get done before the 0.44 release if we have time, but we won't 26These could get done before the 0.44 release if we have time, but we won't
28hold up the 0.44 release just because of these: 27hold up the 0.44 release just because of these: