X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2FDEVEL%2Focaml-http%2Fdebian%2Fchangelog;h=2fa10a705b44570480563bfd864e7d2021b29230;hb=896897ffe66f29dabb83c347beaa1b68da29d8a0;hp=f885582d810a67fb9e244f0984a67af5aef69da9;hpb=b7f311a75d65da15cf502f19a8b183c51b0b1bfb;p=helm.git diff --git a/helm/software/DEVEL/ocaml-http/debian/changelog b/helm/software/DEVEL/ocaml-http/debian/changelog index f885582d8..2fa10a705 100644 --- a/helm/software/DEVEL/ocaml-http/debian/changelog +++ b/helm/software/DEVEL/ocaml-http/debian/changelog @@ -1,3 +1,50 @@ +ocaml-http (0.1.4-3) UNRELEASED; urgency=low + + * rebuild with OCaml 3.11 + * debian/control + - refresh build-dependencies for the transition + - add Vcs-* fields pointing to HELM's repository and browser + * debian/rules: use ocaml.mk as a CDBS "rules" snippet + * debian/*.in: use more abstract substitution variable to avoid + hard-coding assumption on stdlib location + + -- Stefano Zacchiroli Sun, 09 Sep 2007 23:24:59 +0200 + +ocaml-http (0.1.4-2) unstable; urgency=low + + * change how the ocamldoc API reference is generated: no longer use upstream + Makefile, but rather rely on CDBS + * debian/control + - remove build-dep on texlive stuff and graphviz since now we only ship + HTML version of the API reference + * debian/docs, debian/doc-base + - file removed, the latter will be now automatically generated, the former + would only contain README and CDBS is smart enough to guess it + + -- Stefano Zacchiroli Sun, 09 Sep 2007 12:34:07 +0200 + +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-recommended, + texlive-base-bin, texlive-latex-extra + * debian/svn-deblayout + - add repository layout information + - bump debhelper dep and compatibility level to 5 + + -- Stefano Zacchiroli Mon, 16 Jul 2007 16:19:48 +0200 + ocaml-http (0.1.3-2) unstable; urgency=low * debian/control.in @@ -6,6 +53,8 @@ ocaml-http (0.1.3-2) unstable; urgency=low - 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