]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/DEVEL/ocaml-http/debian/changelog
Automatic exploration of the theory of intuitionistic interior, closure and
[helm.git] / helm / software / DEVEL / ocaml-http / debian / changelog
index 3617ed9e8cf701d9297e12ee93980214fea87133..ac30af0d690347f171d2e555e429a2ba3e298ce0 100644 (file)
@@ -1,3 +1,40 @@
+ocaml-http (0.1.4-1) UNRELEASED; urgency=low
+
+  * send internally generated headers as lowercase strings, for consistency
+    with headers generated via setXXX methods
+  * added preliminary support for cookies (new "cookies" method added to an
+    http_request, cookies are parsed upon request creation if a "Cookie:"
+    header has been received)
+
+ -- Stefano Zacchiroli <zack@debian.org>  Mon, 29 Jan 2007 11:43:40 +0100
+
+ocaml-http (0.1.3-3) UNRELEASED; urgency=low
+
+  * debian/rules
+    - use ocaml.mk
+  * debian/control
+    - bumped build-dep on ocaml-nox to >= 3.09.2-7, since we now use
+      ocaml.mk
+    - bumped build-dep on debhelper to >> 5
+    - rebuilt against ocamlnet 2.2, bumped deps accordingly
+  * debian/compat
+    - bumped compatibility level to 5
+
+ -- Stefano Zacchiroli <zack@debian.org>  Wed,  3 Jan 2007 20:14:08 +0100
+
+ocaml-http (0.1.3-2) unstable; urgency=low
+
+  * debian/control.in
+    - file removed, no longer needed
+  * debian/control
+    - bumped dependencies on pcre-ocaml and ocamlnet
+  * debian/rules
+    - binNMU safe substitution of variables in .in files
+  * debian/dirs
+    - file removed, will be generated at build time
+
+ -- Stefano Zacchiroli <zack@debian.org>  Fri, 15 Sep 2006 00:29:56 +0200
+
 ocaml-http (0.1.3-1) unstable; urgency=low
 
   * force bash as SHELL in Makefile, since we rely on bashisms