summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 6fe2c2dde..cd2be5050 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -1256,3 +1256,8 @@
* apps/nshlib: Allow NSH 'date' command with no hardware RTC. Thisi
command is useful without an RTC too. Also, this permits testing on
the simulator which never has an RTC (2015-04-11).
+ * apps/netutils/ppp: Make pppd PAP authentication optional. From
+ Brennan Ashton
+ * apps/examples/pppd: Add PPPD test case. Split out from
+ apps/netutils/pppd by Brennan Ashton.
+ * apps/netutils/pppd: Spit up pppd utils. From Brennan Ashton.