aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorPatrick Monnerat <Patrick.Monnerat@datasphere.ch>2007-10-25 19:40:05 +0000
committerPatrick Monnerat <Patrick.Monnerat@datasphere.ch>2007-10-25 19:40:05 +0000
commit0678a51d3b8be8b24e475929fae11b95d2258da4 (patch)
treece61134dcc831ab685b27300e2d675f1f9c2344c /CHANGES
parentb7dd186d3608ae82de103f4e25982047abb816be (diff)
Allow test server to handle binary POSTs.
Tests 35, 544 545 added: binary data POSTs.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 79f347084..586a1ecdb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,11 @@
Changelog
+Patrick M (25 October 2007)
+- Fixed test server to allow null bytes in binary posts.
+_ Added tests 35, 544 & 545 to check binary data posts, both static (in place)
+ and dynamic (copied).
+
Daniel S (25 October 2007)
- Michal Marek fixed the test script to be able to use valgrind even when the
lib is built shared with libtool.