summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2007-12-20 05:04:48 +0000
committerChristian Grothoff <christian@grothoff.org>2007-12-20 05:04:48 +0000
commit54489aba79f1f7deff98d0fc76bd1718053d5c49 (patch)
tree85d3fffd0b813d4218028c0ae7254c46de3dd089
parent1f56d4b20c754093adb90ea9c27e443394f797d5 (diff)
release
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 14bc69e6..4905fde9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,7 +5,8 @@ Wed Dec 19 21:12:04 MST 2007
"100 CONTINUE" response. Removed the mostly useless
"(un)register handler" methods from the API. Changed
the internal implementation to use a finite state
- machine (cleaner code, slightly less memory consumption). - CG
+ machine (cleaner code, slightly less memory consumption).
+ Releasing libmicrohttpd 0.2.0. - CG
Sun Dec 16 03:24:13 MST 2007
Implemented handling of chunked (HTTP 1.1) uploads.