summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index aa8e91895..56437ece8 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -427,6 +427,8 @@
* NSH: Add mem command to display heap usage
* Added telnet NSH configuration for Neuros OSD.
* Basic integration of concurrent telnet/serial NSH functional on Neuros
- OSD (some bugs on background commands).
+ OSD.
+ * Fixed a critical bug that effects the way that environement variables are
+ shared amongst pthreads.