diff options
author | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-02-18 21:34:17 +0000 |
---|---|---|
committer | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-02-18 21:34:17 +0000 |
commit | acf25154a0a2b4029a194dafd41c466bc8a3472a (patch) | |
tree | ab4773383a4ed9ee5ccb52b58f981267e15db6e0 /Changelog | |
parent | ed454898f7886058cea0154f9a759a3ab236254d (diff) | |
download | busybox-w32-acf25154a0a2b4029a194dafd41c466bc8a3472a.tar.gz busybox-w32-acf25154a0a2b4029a194dafd41c466bc8a3472a.tar.bz2 busybox-w32-acf25154a0a2b4029a194dafd41c466bc8a3472a.zip |
Some updates for the day,
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@373 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ | |||
1 | 0.43 | ||
2 | * Wrote basename | ||
3 | * tar wouldn't create directory entries that don't end in '/', | ||
4 | now it does (fix thanks to Avery Pennarun <apenwarr@worldvisions.ca>) | ||
5 | * Several fixes from Pavel Roskin <pavel_roskin@geocities.com>: | ||
6 | - When `tail' fails to open a file it now exits. | ||
7 | - When `syslogd' is given the `-n' option it should still use | ||
8 | fork() for running klogd. | ||
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> | ||
11 | |||
12 | -Erik Andersen | ||
13 | |||
14 | |||
1 | 0.42 | 15 | 0.42 |
2 | 16 | ||
3 | * Fairly massive restructuring of umount.c to deal with remounting | 17 | * Fairly massive restructuring of umount.c to deal with remounting |