diff options
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,13 +1,17 @@ | |||
1 | 0.46 | 1 | 0.46 |
2 | 2 | ||
3 | * Fixed a _horrible_ bug where 'tar -tvf' could unlink | ||
4 | local files!!! Fix thanks to Marius Groeger <mgroeger@sysgo.de> | ||
5 | * Fixed a nasty bug in tar when could mess up saved symlinks. | ||
3 | * Updates to handle Linux 2.4.0 kernels (kludged around the | 6 | * Updates to handle Linux 2.4.0 kernels (kludged around the |
4 | "none" entries in /proc/mounts, added a hack to make sysinfo | 7 | "none" entries in /proc/mounts, added a hack to make sysinfo |
5 | work with both old and new kernels). | 8 | work with both old and new kernels). |
6 | * Fixed a nasty bug in tar when could mess up saved symlinks. | ||
7 | * Fixed insmod module option parsing for options lacking an '='. | 9 | * Fixed insmod module option parsing for options lacking an '='. |
8 | Fix thanks to Marc Nijdam <marc_nijdam@hp.com> | 10 | Fix thanks to Marc Nijdam <marc_nijdam@hp.com> |
9 | * Fixed segfault with 'cut -f 1 -d:' and added 'cut -s' suport. | 11 | * Fixed segfault with 'cut -f 1 -d:' and added 'cut -s' suport. |
10 | Fix thanks to Arne Bernin <arne@matrix.loopback.org> | 12 | Fix thanks to Arne Bernin <arne@matrix.loopback.org> |
13 | * Added support for "sh -c command args...", thanks to | ||
14 | Marius Groeger <mgroeger@sysgo.de> | ||
11 | 15 | ||
12 | -Erik Andersen | 16 | -Erik Andersen |
13 | 17 | ||