aboutsummaryrefslogtreecommitdiff
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
parent2187adc619cc51f17582626349a161a81243303a (diff)
downloadbusybox-w32-0e836ed8db86ef0274510c27e173f7ac66c6b2a6.tar.gz
busybox-w32-0e836ed8db86ef0274510c27e173f7ac66c6b2a6.tar.bz2
busybox-w32-0e836ed8db86ef0274510c27e173f7ac66c6b2a6.zip
Changelog update
-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 @@
10.48 10.48
2 2
3 * Matt Kraai -- fix all usage of TRUE and FALSE so all apps now
4 return EXIT_SUCCESS or EXIT_FAILURE to the system.
5 Now TRUE and FALSE are set to the C standard where TRUE=1.
3 * Fixed uname problem causing the kernel version to be 6 * Fixed uname problem causing the kernel version to be
4 mis-detected (causing problems with poweroff, init, 7 mis-detected (causing problems with poweroff, init,
5 and other things). 8 and other things).
@@ -18,6 +21,8 @@
18 not placed into the source tree. Thanks Larry! 21 not placed into the source tree. Thanks Larry!
19 * Larry Doolittle -- use the applet definitions in applets.h 22 * Larry Doolittle -- use the applet definitions in applets.h
20 to autogenerate the applet function and usage prototypes. 23 to autogenerate the applet function and usage prototypes.
24 * Sebastien Huet, Arne Bernin, and Kent Robotti -- Add in tar -X and
25 fixed a bug breaking tar --exclude.
21 26
22 -Erik Andersen 27 -Erik Andersen
23 28