aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog28
1 files changed, 21 insertions, 7 deletions
diff --git a/Changelog b/Changelog
index 7279efe64..f94855eb4 100644
--- a/Changelog
+++ b/Changelog
@@ -1,11 +1,21 @@
10.35 10.35
2 * gzip now obeys the principle of least surprise and acts like god intended
3 (i.e. it accepts a file name, answers --help, and obeys the '-c' flag
4 and only then outputs to stdout).
5 * Fixed more.c to compile autowidth on sparc and set initial winsize
6 to 0,0 in case the TIOCGWINSZ ioctl fails. Fix thanks to Eric Delaunay.
2 * Fixed tar so it now works as expected (it had TRUE/FALSE backwards) 7 * Fixed tar so it now works as expected (it had TRUE/FALSE backwards)
3 * tar now accepts --help 8 * tar now accepts --help
4 * chmod, chown, and chgrp usage now works 9 * chmod, chown, and chgrp usage now works
5 * General usage cleanups in most apps 10 * General usage (i.e. --help) cleanups for most apps
6 * umount now parses options correctly 11 * umount now parses options correctly
12 * tar can now unpack tarballs containing device special files,
13 sockets, and fifos (though it can't pack them up) thanks
14 to Matt Porter. Creating archives containing these is still
15 left to the interested student.
16 * fixed up the license in more.c to properly point to Bruce Perens.
7 17
8 -Erik Andersen 18 -Erik Andersen, Nov 11, 1999
9 19
100.34 200.34
11 * ls -l now displays link names outside the current directory, 21 * ls -l now displays link names outside the current directory,
@@ -27,7 +37,7 @@
27 * ls -l now bypasses libc6 nss when displaying user/group names. 37 * ls -l now bypasses libc6 nss when displaying user/group names.
28 Now uses my_getpwuid and my_getgrgid. 38 Now uses my_getpwuid and my_getgrgid.
29 39
30 -Erik Andersen 40 -Erik Andersen, Nov 8, 1999
31 41
320.33 420.33
33 * Fixed a bug where init could hang instead of rebooting. 43 * Fixed a bug where init could hang instead of rebooting.
@@ -39,7 +49,7 @@
39 state the real root device name) 49 state the real root device name)
40 * merged some redundant code from mtab.c/df.c into utility.c 50 * merged some redundant code from mtab.c/df.c into utility.c
41 51
42 -Erik Andersen 52 -Erik Andersen, Nov 5, 1999
43 53
440.32 540.32
45 * More changes -- many thanks to Lineo for paying me to work on 55 * More changes -- many thanks to Lineo for paying me to work on
@@ -68,7 +78,7 @@
68 as the name suggests. Fix thanks to Matt Porter <porter@debian.org>. 78 as the name suggests. Fix thanks to Matt Porter <porter@debian.org>.
69 79
70 80
71 -Erik Andersen 81 -Erik Andersen, Nov 4, 1999
72 82
730.31 830.31
74 * I added a changelog for version 0.30. 84 * I added a changelog for version 0.30.
@@ -83,7 +93,7 @@
83 it wasn't supported before GNU libc 2.1, and some folks use 93 it wasn't supported before GNU libc 2.1, and some folks use
84 glibc 2.0.7 since it is much smaller than that latest and greatest. 94 glibc 2.0.7 since it is much smaller than that latest and greatest.
85 95
86 -Erik Andersen 96 -Erik Andersen, Oct 21, 1999
87 97
880.30 980.30
89 Major changes -- lots of stuff rewritten. Many thanks to Lineo for 99 Major changes -- lots of stuff rewritten. Many thanks to Lineo for
@@ -152,7 +162,11 @@
152 * sfdisk -- Added from util-linux (minus internationalization and such). 162 * sfdisk -- Added from util-linux (minus internationalization and such).
153 * Probably some other changes that I forgot to document... 163 * Probably some other changes that I forgot to document...
154 164
155 -Erik Andersen 165 -Erik Andersen, Oct 20, 1999
166
1670.29
168 This version was a messy pre-alpha. stay away or it will bite you.
169 -Erik Andersen, Sep 24, 1999
156 170
1570.28 1710.28
158 mini-netcat (mnc) rewritten. 172 mini-netcat (mnc) rewritten.