]> matita.cs.unibo.it Git - helm.git/commitdiff
- removed old entries from TODO
authorStefano Zacchiroli <zack@upsilon.cc>
Fri, 22 Nov 2002 10:27:31 +0000 (10:27 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Fri, 22 Nov 2002 10:27:31 +0000 (10:27 +0000)
- updated changelog

helm/DEVEL/ocaml-http/TODO
helm/DEVEL/ocaml-http/debian/changelog

index a32543a7c4a14c88083a8da49b626e29d2dd1c89..75714788aa67e8128f62a900aa1f15cce6c68d98 100644 (file)
@@ -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
-
index f36b06c2b361a432e3179e152960e8227804c62b..c7ad94e257425789b385ed344d6567c66f5fee68 100644 (file)
@@ -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 <zack@debian.org>  Wed, 20 Nov 2002 15:03:59 +0100