aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d2f2128b..b556867b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
1Tue Mar 29 14:15:13 CEST 2011
2 Releasing libmicrohttpd 0.9.9. -CG
3
1Tue Mar 29 14:11:19 CEST 2011 4Tue Mar 29 14:11:19 CEST 2011
2 Fixed call to mmap for memory pool, extended testcase to cover 5 Fixed call to mmap for memory pool, extended testcase to cover
3 POLL. -CG 6 POLL. -CG
@@ -33,12 +36,12 @@ Fri Mar 4 10:07:18 CET 2011
33 socket shutdown (also for thread-per-connection). -CG 36 socket shutdown (also for thread-per-connection). -CG
34 37
35Thu Mar 3 21:42:47 CET 2011 38Thu Mar 3 21:42:47 CET 2011
36 Fixing issue where Base64 decode fails when char is defined 39 Fixing issue where Base64 decode fails when char is defined
37 as unsigned char (Mantis 1666). -CG/tmayer 40 as unsigned char (Mantis 1666). -CG/tmayer
38 41
39Tue Mar 1 13:58:04 CET 2011 42Tue Mar 1 13:58:04 CET 2011
40 Allow use of 'poll' in combination with the external select mode. 43 Allow use of 'poll' in combination with the external select mode.
41 Avoid using pthread signals (SIGALRM), use pipe instead. 44 Avoid using pthread signals (SIGALRM), use pipe instead.
42 Corrected timeout calculation (s vs. ms). -CG 45 Corrected timeout calculation (s vs. ms). -CG
43 46
44Wed Feb 23 14:21:44 CET 2011 47Wed Feb 23 14:21:44 CET 2011