summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-12-02 11:00:17 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-12-02 11:00:17 +0000
commit65c3dca4ba411c190d4ab973ebed5f7b389f4868 (patch)
tree664a1bfa4fa1bcf4e10380878feb69576afa39cf /cpukit/ChangeLog
parent2009-12-02 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-65c3dca4ba411c190d4ab973ebed5f7b389f4868.tar.bz2
2009-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* shttpd/def.h: Shrink default URI_MAX to 32767. Add special cases for sizeof(size_t) < 2.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index e41e44c21c..9664097878 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,8 @@
+2009-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * shttpd/def.h: Shrink default URI_MAX to 32767.
+ Add special cases for sizeof(size_t) < 2.
+
2009-12-01 Joel Sherrill <joel.sherrill@OARcorp.com>
* libmisc/stringto/stringto.h, libmisc/stringto/stringto_template.h: