Update ChangeLog

This commit is contained in:
Gregory Nutt
2015-06-03 07:28:37 -06:00
parent 84f0303fc0
commit 7fee026a5d
+3
View File
@@ -10527,3 +10527,6 @@
* tools/cfgdefine.c: Extend the mkconfig tool so that it can dequote a * tools/cfgdefine.c: Extend the mkconfig tool so that it can dequote a
quoted list of quoted strings. THTTPD uses such a configration quoted list of quoted strings. THTTPD uses such a configration
setting to provide the list of index files (2015-06-02). setting to provide the list of index files (2015-06-02).
* mq_timedreceive(): move the location where the errno value is set; the
ETIMEDOUT errno setting was being overwritten by subsequent actions
before returning. Noted by Freddie Chopin (2015-06-03).