]> matita.cs.unibo.it Git - helm.git/commitdiff
target 0.1.0 changelog (not yet released ...)
authorStefano Zacchiroli <zack@upsilon.cc>
Thu, 3 Feb 2005 22:31:35 +0000 (22:31 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Thu, 3 Feb 2005 22:31:35 +0000 (22:31 +0000)
helm/DEVEL/ocaml-http/debian/changelog

index 811a71b02f537dee054ae0e4a6f58ac9a4d31633..32c6d366a86bb31e418b0f18338e683e291dd84b 100644 (file)
@@ -1,3 +1,22 @@
+ocaml-http (0.1.0) unstable; urgency=low
+
+  * added "daemon specifications": a unified way of specifying daemons
+    behaviour including old parameters of Http_daemon.start together
+    with authentication requirements and exception handling
+  * added new way of building daemons starting from specifications, old
+    ways (e.g. Http_daemon.start) are now deprecated
+  * added sigpipe handling to avoid daemons dying for uncaught signals
+  * added exception handler (as part of a daemon specification), it can
+    be used to ensure that some code is execute before a process/thread
+    die for uncaught exception (e.g. unlocking a global mutex)
+  * added authentication requirements (as part of a daemon
+    specification): an handy way to specify required user name and
+    password for HTTP basic authentication
+  * added head_callback to Http_user_agent in order to have access to
+    response status and headers in HTTP requests
+
+ -- Stefano Zacchiroli <zack@debian.org>  Thu,  3 Feb 2005 23:08:14 +0100
+
 ocaml-http (0.0.10) unstable; urgency=low
 
   * renamed Http_client module to Http_user_agent to avoid compatibility