X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2FDEVEL%2Focaml-http%2Fdebian%2Fchangelog;h=e038bb1694aace173747a989ec8fc19af67ee00b;hb=0581c10d588570fe738e4890b8a1d5f77eb40e60;hp=d24f83f6e0c80cab3c0865d3bbc5dad417dc1c0b;hpb=cb80cf01946bbaa887fd609b3c808032f1f5e29f;p=helm.git diff --git a/helm/software/DEVEL/ocaml-http/debian/changelog b/helm/software/DEVEL/ocaml-http/debian/changelog index d24f83f6e..e038bb169 100644 --- a/helm/software/DEVEL/ocaml-http/debian/changelog +++ b/helm/software/DEVEL/ocaml-http/debian/changelog @@ -1,3 +1,24 @@ +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 on graphviz + * debian/svn-deblayout + - add repository layout information + - bump debhelper dep and compatibility level to 5 + + -- Stefano Zacchiroli Mon, 16 Jul 2007 14:06:14 +0000 + ocaml-http (0.1.3-2) unstable; urgency=low * debian/control.in