From cdae26dba5e5743170161ca8d65fe0ed04397974 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 30 Aug 2008 14:37:49 +0000 Subject: [PATCH] Fix environment sharing bug git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@854 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 05e587ae32d..e81c3908642 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: August 29, 2008

+

Last Updated: August 30, 2008

@@ -1061,7 +1061,9 @@ nuttx-0.3.13 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> * 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. pascal-0.1.3 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>