Final update for the release.
authorEric Andersen <andersen@codepoet.org>
Tue, 11 Jul 2000 18:06:01 +0000 (18:06 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 11 Jul 2000 18:06:01 +0000 (18:06 -0000)
Changelog

index 28012ebd969eed325ed5ede64eef70f6edc14044..92139bca37be7b1190f8281281a21fd8cac2c5d9 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,5 +1,9 @@
 0.46
 
+       * Better portability.  Now should compile cleanly with libc5, 
+           GNU libc 2.0 and 2.1, and various Linux kernels including 
+           2.0.x, 2.2.x, and to 2.4.0-test*. (patch for 2.4.x kernels
+           to make /proc/mounts behave included in the kernel-patches dir). 
        * Fixed a _horrible_ bug where 'tar -tvf' could unlink
            local files that matched tarball contents!!!  Fix thanks 
            to Marius Groeger <mgroeger@sysgo.de>