summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-11-29 21:39:02 +0000
committerEric Andersen <andersen@codepoet.org>2000-11-29 21:39:02 +0000
commit4bfb6b7b67ff4238fde52e4019efe2284b9f99ef (patch)
treee9e09f6d93fc8e16b2fd13844b07beede33176d8 /Changelog
parente500d2083560b2988e7e48e00ba836ce0450c656 (diff)
downloadbusybox-w32-4bfb6b7b67ff4238fde52e4019efe2284b9f99ef.tar.gz
busybox-w32-4bfb6b7b67ff4238fde52e4019efe2284b9f99ef.tar.bz2
busybox-w32-4bfb6b7b67ff4238fde52e4019efe2284b9f99ef.zip
Finish commit of rpmunpack and add in scripts for undeb and unrpm
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog5
1 files changed, 4 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 4f6f619bf..d2c1e7d28 100644
--- a/Changelog
+++ b/Changelog
@@ -2,7 +2,10 @@
2 2
3 * Fixed uname problem causing the kernel version to be 3 * Fixed uname problem causing the kernel version to be
4 mis-detected (causing problems with poweroff, init, 4 mis-detected (causing problems with poweroff, init,
5 and other things). 5 and other things).
6 * kent robotti -- Renamed unrpm to original rpmunpack, so you can use
7 an included shell script called unrpm as a front end to it. There's
8 also a shell script called undeb included for debian packages.
6 9
7 -Erik Andersen 10 -Erik Andersen
8 11