Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-07-11 22:06:01 +0400
committerEric Andersen <andersen@codepoet.org>2000-07-11 22:06:01 +0400
commit960be79964738d18d137ae0188df3b41f3d2ec75 (patch)
tree6f195c8ce60bdb8aa59a208287d6c5d03e8cdc34
parentbe909b1cd5a41c47e5c3a720a53651a81e158c68 (diff)
Final update for the release.
-rw-r--r--Changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 28012ebd9..92139bca3 100644
--- 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>