summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-31 16:03:17 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-31 16:03:17 +0000
commitd982646fc68602ca7840a7b826cb49efd1963d6c (patch)
tree537932021fc6c676eda7c25f66198886eab9de5b /apps/ChangeLog.txt
parent79c7065433ae27932ad8b781d38b8f7832b01581 (diff)
downloadnuttx-d982646fc68602ca7840a7b826cb49efd1963d6c.tar.gz
nuttx-d982646fc68602ca7840a7b826cb49efd1963d6c.tar.bz2
nuttx-d982646fc68602ca7840a7b826cb49efd1963d6c.zip
Fix some places in library where semaphore is not released on error conditions
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5071 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/ChangeLog.txt')
-rwxr-xr-xapps/ChangeLog.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 1178c203c..0fe6b7947 100755
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -295,3 +295,6 @@
configuration variable CONFIG_USER_ENTRYPOINT that may be used to change
the default entry from user_start to some other symbol. Contributed by
Kate.
+ * apps/netutils/webserver/httpd/c: Fix a typo that as introduced in
+ version r4402: 'lese' instead of 'else' (Noted by Max Holtzberg).
+