aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 42ec29618..f9ed33845 100644
--- a/Changelog
+++ b/Changelog
@@ -86,6 +86,10 @@
86 - added "skip" and "seek" to dd. 86 - added "skip" and "seek" to dd.
87 * swapoff -a was not working. Now it is. 87 * swapoff -a was not working. Now it is.
88 * init did not cleanly unmount filesystems on reboot. Now it does. 88 * init did not cleanly unmount filesystems on reboot. Now it does.
89 * "sed -ne s/foo/bar/" worked but "sed -n -e s/foo/bar/" didn't.
90 Now both work.
91 * Some architectures (PowerPc) assume chars are unsigned, so they could
92 not distinguish between EOF and '\0xFF' in sed. Sed now uses ints.
89 93
90 94
91 -Erik Andersen 95 -Erik Andersen