From: Stefano Zacchiroli Date: Fri, 22 Nov 2002 10:27:31 +0000 (+0000) Subject: - removed old entries from TODO X-Git-Tag: V_0_0_5~6 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=cf3de8cff54340c5414b91dc7c91fa39ce277cd3;p=helm.git - removed old entries from TODO - updated changelog --- diff --git a/helm/DEVEL/ocaml-http/TODO b/helm/DEVEL/ocaml-http/TODO index a32543a7c..75714788a 100644 --- a/helm/DEVEL/ocaml-http/TODO +++ b/helm/DEVEL/ocaml-http/TODO @@ -8,7 +8,3 @@ - parse also header and contents of http requests and add corresponding methods to requests objects -- add the possibility to chdir in a given dir before starting -> DONE -- add support for multi threaded daemon -> DONE -- add Http_daemon.respond -> DONE - diff --git a/helm/DEVEL/ocaml-http/debian/changelog b/helm/DEVEL/ocaml-http/debian/changelog index f36b06c2b..c7ad94e25 100644 --- a/helm/DEVEL/ocaml-http/debian/changelog +++ b/helm/DEVEL/ocaml-http/debian/changelog @@ -2,6 +2,10 @@ ocaml-http (0.0.4) unstable; urgency=low * Fixed bug for HTTP encoded GET parameters which contain '?' or '&' characters + * Added support for chdir in a given document root before starting + * Added support for multi threaded daemons + * Added a generic 'Http_daemon.respond' function + * Added 'toString' method to response objects -- Stefano Zacchiroli Wed, 20 Nov 2002 15:03:59 +0100