summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 3c8a54fa6..fb809afef 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -871,4 +871,5 @@
* apps/examplex/lcdrw: Fill out empty Kconfig file (2014-2-27).
* apps/netutils/dhcpd/dhcpd.c: The correct value of the PAD option
is zero, not one. From Brennan Ashton (2014-3-31).
-
+ * apps/sysinfo: CONFIG_VERSION_BUILD is a string an needs to be
+ printed with %s, not %d (2014-4-8).