aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index f9d385622..b9ca9a148 100644
--- a/Changelog
+++ b/Changelog
@@ -3,6 +3,8 @@
3 * Fixed a _horrible_ bug where 'tar -tvf' could unlink 3 * Fixed a _horrible_ bug where 'tar -tvf' could unlink
4 local files!!! Fix thanks to Marius Groeger <mgroeger@sysgo.de> 4 local files!!! Fix thanks to Marius Groeger <mgroeger@sysgo.de>
5 * Fixed a nasty bug in tar when could mess up saved symlinks. 5 * Fixed a nasty bug in tar when could mess up saved symlinks.
6 * Fixed tar creation support when reading from stdin ('tar -cf - . ')
7 thanks to Daniel Quinlan <quinlan@transmeta.com>
6 * Updates to handle Linux 2.4.0 kernels (kludged around the 8 * Updates to handle Linux 2.4.0 kernels (kludged around the
7 "none" entries in /proc/mounts, added a hack to make sysinfo 9 "none" entries in /proc/mounts, added a hack to make sysinfo
8 work with both old and new kernels). 10 work with both old and new kernels).