]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/DEVEL/ocaml-http/debian/changelog
* change how the ocamldoc API reference is generated: no longer use upstream
[helm.git] / helm / software / DEVEL / ocaml-http / debian / changelog
index c9133945bf09e50d230f822fadf13cab942313fd..ee9ddb1be9cead1b0b3bd6a75466f7275cc70afb 100644 (file)
@@ -1,6 +1,55 @@
-ocaml-http (0.1.3-1) UNRELEASED; urgency=low
+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 <zack@debian.org>  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 <zack@debian.org>  Mon, 16 Jul 2007 16:19:48 +0200
+
+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 <zack@debian.org>  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
@@ -8,7 +57,7 @@ ocaml-http (0.1.3-1) UNRELEASED; urgency=low
     having executed a callback, no matter if that callback succeeds or fails
     with an exception
 
- -- Stefano Zacchiroli <zack@debian.org>  Mon, 29 May 2006 22:22:51 +0200
+ -- Stefano Zacchiroli <zack@debian.org>  Sun, 20 Aug 2006 18:07:41 +0200
 
 ocaml-http (0.1.2-4) unstable; urgency=low