diff options
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,15 +1,15 @@ | |||
1 | 0.43 | 1 | 0.43 |
2 | * Wrote basename | 2 | * Wrote basename. |
3 | * tar wouldn't create directory entries that don't end in '/', | 3 | * tar wouldn't create directory entries that don't end in '/', |
4 | now it does (fix thanks to Avery Pennarun <apenwarr@worldvisions.ca>) | 4 | now it does (thanks to Avery Pennarun <apenwarr@worldvisions.ca>) |
5 | * Several fixes from Pavel Roskin <pavel_roskin@geocities.com>: | 5 | * Several fixes from Pavel Roskin <pavel_roskin@geocities.com>: |
6 | - When `tail' fails to open a file it now exits. | 6 | - When `tail' fails to open a file it now exits. |
7 | - When `syslogd' is given the `-n' option it should still use | 7 | - When `syslogd' is given the `-n' option it should still use |
8 | fork() for running klogd. | 8 | fork() for running klogd. |
9 | * nslookup types are now changed to u_int32_t (instead of uint32_t) | 9 | * nslookup types are now changed to u_int32_t (instead of uint32_t) |
10 | changed per a patch from Pascal Bellard <pascal.bellard@ascend.com> | 10 | changed per a patch from Pascal Bellard <pascal.bellard@ascend.com> |
11 | * Fixed "du" so it gives the same answers as GNU "du" (busybox du used to | 11 | * Fixed "du" so it gives the same answers as GNU "du" (busybox du used |
12 | count hard-linked files more then once). Many thanks to | 12 | to count hard-linked files more then once). Many thanks to |
13 | Friedrich Vedder <fwv@myrtle.lahn.de> for the fix. | 13 | Friedrich Vedder <fwv@myrtle.lahn.de> for the fix. |
14 | 14 | ||
15 | -Erik Andersen | 15 | -Erik Andersen |