aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f27395d..9d7df977 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
1Thu Dec 6 13:25:08 BRT 2018
2 Renamed all occurrences from _model(s)_ to _mode(s)_. -SC
3
1Thu Dec 6 12:50:11 BRT 2018 4Thu Dec 6 12:50:11 BRT 2018
2 Optimized the function MHD_create_response_from_callback() for 5 Optimized the function MHD_create_response_from_callback() for
3 Windows by increasing its internal buffer size and allowed to customize 6 Windows by increasing its internal buffer size and allowed to customize
@@ -1762,7 +1765,7 @@ Tue May 29 13:55:03 CEST 2012
1762Tue May 29 13:45:15 CEST 2012 1765Tue May 29 13:45:15 CEST 2012
1763 Fixing bug where MHD failed to call connection termination callback 1766 Fixing bug where MHD failed to call connection termination callback
1764 if a connection either was closed due to read errors or if MHD 1767 if a connection either was closed due to read errors or if MHD
1765 was terminated with certain threading models. Added new 1768 was terminated with certain threading modes. Added new
1766 termination code MHD_REQUEST_TERMINATED_READ_ERROR for the 1769 termination code MHD_REQUEST_TERMINATED_READ_ERROR for the
1767 read-termination cause. -CG 1770 read-termination cause. -CG
1768 1771