diff options
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -16,10 +16,8 @@ | |||
16 | * Fixed ping warnings -- fix from Sascha Ziemann <szi@aibon.ping.de> | 16 | * Fixed ping warnings -- fix from Sascha Ziemann <szi@aibon.ping.de> |
17 | * Fixed update segfault | 17 | * Fixed update segfault |
18 | * Fixed mknod -- minor number was always 0 | 18 | * Fixed mknod -- minor number was always 0 |
19 | * Fixed tar option parsing. In an attempt to accomodate the whiners | 19 | * Fixed tar option parsing, so both "tar xvf foo.tar" and "tar -xvf foo.tar" |
20 | that wanted "tar cf foo.tar foo" (i.e. no "-" before options) | 20 | now work (i.e. no "-" before options) (this was very broken in 0.43). |
21 | I broke creation of tarballs. I reverted the change (so tar needs | ||
22 | the "-" for all options). | ||
23 | * Several contributions from Randolph Chung <tausq@debian.org>. | 21 | * Several contributions from Randolph Chung <tausq@debian.org>. |
24 | * cp/mv now accepts the -f flag | 22 | * cp/mv now accepts the -f flag |
25 | * tail can now accept -<num> commands (e.g. -10) for better | 23 | * tail can now accept -<num> commands (e.g. -10) for better |