diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ | |||
1 | Sun 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 | |||
1 | Fri Mar 29 16:44:29 CET 2013 | 11 | Fri 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/. |