X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=DEVEL%2Focaml-http%2Fdebian%2Fchangelog;h=ac30af0d690347f171d2e555e429a2ba3e298ce0;hb=1dbbb98181ab7c40ed2da6a941a69833b00a6aae;hp=1f35df27b69385d4ae41201825da595aa85251f2;hpb=80ed96c6f886c20ea6659cf285c6785cc32d756b;p=helm.git diff --git a/DEVEL/ocaml-http/debian/changelog b/DEVEL/ocaml-http/debian/changelog index 1f35df27b..ac30af0d6 100644 --- a/DEVEL/ocaml-http/debian/changelog +++ b/DEVEL/ocaml-http/debian/changelog @@ -1,3 +1,53 @@ +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 + - 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 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 + (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 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.