aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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