]> matita.cs.unibo.it Git - helm.git/blobdiff - DEVEL/ocaml-http/debian/changelog
fixing the semantics of subst
[helm.git] / DEVEL / ocaml-http / debian / changelog
index a341c9f7fe35c11b674b88081f1c3b0d0593ff1f..3617ed9e8cf701d9297e12ee93980214fea87133 100644 (file)
@@ -1,3 +1,24 @@
+ocaml-http (0.1.3-1) unstable; urgency=low
+
+  * force bash as SHELL in Makefile, since we rely on bashisms
+    (closes: bug#381915)
+  * removed Http_daemon.{start,start'}, they have been deprecated a while ago
+    in favour of Http_daemon.main
+  * added 'auto_close' to daemon specifications. When set to true (defaults to
+    false), makes ocaml-http close every connection with client just after
+    having executed a callback, no matter if that callback succeeds or fails
+    with an exception
+
+ -- Stefano Zacchiroli <zack@debian.org>  Sun, 20 Aug 2006 18:07:41 +0200
+
+ocaml-http (0.1.2-4) unstable; urgency=low
+
+  * Rebuilt against ocaml 3.09.2, bumped deps accordingly.
+  * debian/control
+    - Bumped Standards-Version to 3.7.2 (no changes needed)
+
+ -- Stefano Zacchiroli <zack@debian.org>  Wed, 17 May 2006 05:18:32 +0000
+
 ocaml-http (0.1.2-3) unstable; urgency=low
 
   * Rebuilt against OCaml 3.09.1, bumped deps accordingly.