summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorPavel Roskin2000-06-07 20:38:15 +0000
committerPavel Roskin2000-06-07 20:38:15 +0000
commit0024abcbbc633f4493b97c4b344ed636ea176f3c (patch)
treef00955edc3be4d63b2fa0da1186ba9e8afdc6227 /Changelog
parent0b66577368206a433411f6367c90ab70d82ba275 (diff)
downloadbusybox-0024abcbbc633f4493b97c4b344ed636ea176f3c.zip
busybox-0024abcbbc633f4493b97c4b344ed636ea176f3c.tar.gz
Implemented "ping -s", fixed error messages and argument parsing
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 50b28cf..493401d 100644
--- a/Changelog
+++ b/Changelog
@@ -63,6 +63,8 @@
* Fixed 'swapon -a' and 'swapoff -a', which were broken.
* Fixed 'mount -a' so it works as expected.
* Implemented 'ls -R' (enabled by enabling BB_FEATURE_LS_RECURSIVE)
+ * Implemented "ping -s", fixed error messages and argument parsing -
+ Pavel Roskin
* More doc updates