X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=DEVEL%2Focaml-http%2Fdebian%2Fchangelog;h=ac30af0d690347f171d2e555e429a2ba3e298ce0;hb=72e7d9c9d410ded571b9d3c396197b26181c1e2a;hp=d24f83f6e0c80cab3c0865d3bbc5dad417dc1c0b;hpb=062641bab5b3c1dd5bbc908098a80e4e12e5105e;p=helm.git diff --git a/DEVEL/ocaml-http/debian/changelog b/DEVEL/ocaml-http/debian/changelog index d24f83f6e..ac30af0d6 100644 --- a/DEVEL/ocaml-http/debian/changelog +++ b/DEVEL/ocaml-http/debian/changelog @@ -1,3 +1,27 @@ +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 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 Wed, 3 Jan 2007 20:14:08 +0100 + ocaml-http (0.1.3-2) unstable; urgency=low * debian/control.in