aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-12-04 23:52:19 +0000
committerEric Andersen <andersen@codepoet.org>2000-12-04 23:52:19 +0000
commit0e836ed8db86ef0274510c27e173f7ac66c6b2a6 (patch)
tree51b6cddf18f2548884fc2dd09aecca52eab2d891 /Changelog
parent2187adc619cc51f17582626349a161a81243303a (diff)
downloadbusybox-0e836ed8db86ef0274510c27e173f7ac66c6b2a6.tar.gz
Changelog update
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog5
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index ee1673fa4..2bcdce8a0 100644
--- a/Changelog
+++ b/Changelog
@@ -1,5 +1,8 @@
0.48
+ * Matt Kraai -- fix all usage of TRUE and FALSE so all apps now
+ return EXIT_SUCCESS or EXIT_FAILURE to the system.
+ Now TRUE and FALSE are set to the C standard where TRUE=1.
* Fixed uname problem causing the kernel version to be
mis-detected (causing problems with poweroff, init,
and other things).
@@ -18,6 +21,8 @@
not placed into the source tree. Thanks Larry!
* Larry Doolittle -- use the applet definitions in applets.h
to autogenerate the applet function and usage prototypes.
+ * Sebastien Huet, Arne Bernin, and Kent Robotti -- Add in tar -X and
+ fixed a bug breaking tar --exclude.
-Erik Andersen