aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog5
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 7a7f50ab6..cef86ec66 100644
--- a/Changelog
+++ b/Changelog
@@ -10,6 +10,11 @@
10 from createPath into mkdir where it belonged, thereby making tar work properly. 10 from createPath into mkdir where it belonged, thereby making tar work properly.
11 * Fixed an off-by-one bug in cat. Given a list of file it wouldn't cat out the 11 * Fixed an off-by-one bug in cat. Given a list of file it wouldn't cat out the
12 last file in the list. 12 last file in the list.
13 * Fixed 'ls -ln' so numeric group/uid are presented properly, and fixed 'ls -l'
14 so when uid/gid is not in /etc/{passwd,group} the numeric group/uid are
15 presented properly.
16 * Also added a TODO.
17
13 18
14 -Erik Andrsen 19 -Erik Andrsen
15 20