X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2FDEVEL%2Focaml-http%2Fdebian%2Fchangelog;h=0b69d75825820013d36b8ae1f51d22a00050b32b;hb=4090fd92e6d803e6ee291ea526b2e281463d3072;hp=a341c9f7fe35c11b674b88081f1c3b0d0593ff1f;hpb=d43522a6d38fcb9081a3f0352088377bc0555231;p=helm.git diff --git a/helm/software/DEVEL/ocaml-http/debian/changelog b/helm/software/DEVEL/ocaml-http/debian/changelog index a341c9f7f..0b69d7582 100644 --- a/helm/software/DEVEL/ocaml-http/debian/changelog +++ b/helm/software/DEVEL/ocaml-http/debian/changelog @@ -1,3 +1,59 @@ +ocaml-http (0.1.4-1) experimental; urgency=low + + * rebuild against OCaml 3.10 and ocamlnet 2.2 + * send internally generated headers as lowercase strings, for consistency + with headers generated via setXXX methods + * add 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) + * debian/rules + - use ocaml.mk CDBS class + * debian/rules + - build ocamldoc documentation at package build time + * debian/control + - add build-dep on camlp4, which is now in a separate package + - add build-dep for doc generation: graphviz, texlive-latex-base, + texlive-base-bin + * debian/svn-deblayout + - add repository layout information + - bump debhelper dep and compatibility level to 5 + + -- Stefano Zacchiroli Mon, 16 Jul 2007 14:10:14 +0000 + +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. + * debian/control + - Bumped Standards-Version to 3.7.2 (no changes needed) + + -- Stefano Zacchiroli 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.