aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a888bc23..12edcf68 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
1Sun Mar 31 20:03:48 CEST 2013
2 Performance improvements, updated documentation.
3 Make better use of available memory pool memory for
4 reading (especially important for large POST uploads);
5 improve post processor speed by internally adjusting the
6 buffer size by 4 bytes to ensure "round" IO sizes given
7 a "round" post processor buffer size argument. Note
8 that applications that previously added 4 bytes to the
9 post processor buffer size might now perform worse. -CG
10
1Fri Mar 29 16:44:29 CET 2013 11Fri Mar 29 16:44:29 CET 2013
2 Renaming testcases to consistenly begin with test_; 12 Renaming testcases to consistenly begin with test_;
3 Changing build system to build examples in doc/. 13 Changing build system to build examples in doc/.