summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 7800c837c..bfc4615a8 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -612,4 +612,6 @@
issues that I am still uncertain how should be handled (2012-7-15).
* apps/system/zmodem/Makefile.host and host/: The Zmodem utilities
can now be built to execute on a Linux host.
-
+ * apps/nshlib/nsh_fscmds.c: Add a 'cmp' command that can be used to
+ compare two files for equivalence. Returns an indication if the files
+ differ. Contributed by Andrew Twidgell (via Lorenz Meier) (2013-7-18).