From 85af6941c7ead4687adc9032f929ffe3835854b3 Mon Sep 17 00:00:00 2001 From: Michel Oosterhof Date: Tue, 3 Feb 2015 16:34:44 +0000 Subject: [PATCH] changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4d558ab..47b49fb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,6 @@ * fixes for behavior with non-existent files (cd /test, cat /test/nonexistent, etc) * fix for ability to ping/ssh non-existent IP address * always send ssh exit-status 0 on exec and shell -* add 1st version of 'netstat' * ls output is now alphabetically sorted * banner_file is deprecated. honeyfs/etc/issue.net is default * add 'dir' alias for 'ls' @@ -32,4 +31,5 @@ * add 'users' aliased to 'whoami' * add 'killall' and 'killall5' aliased to nop * add 'poweroff' 'halt' and 'reboot' aliases for shutdown -* add 'which' and environment passing to commands +* add environment passing to commands +* added 'which', 'netstat' and 'gcc' from kippo-extra