]> matita.cs.unibo.it Git - helm.git/commitdiff
ready for 0.1.1 release
authorStefano Zacchiroli <zack@upsilon.cc>
Thu, 18 Aug 2005 08:02:43 +0000 (08:02 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Thu, 18 Aug 2005 08:02:43 +0000 (08:02 +0000)
helm/DEVEL/ocaml-http/debian/changelog
helm/DEVEL/ocaml-http/debian/control

index 2122b43767e1f23e61086e9c4aeb1c78a6a3997c..80e1e425959a2862b1c9f492d1cb57c9e1261288 100644 (file)
@@ -1,12 +1,15 @@
-ocaml-http (0.1.1+dev) UNRELEASED; urgency=low
+ocaml-http (0.1.1-1) unstable; urgency=low
 
   * added ?default parameter to "param" method
   * fixed bug in response status line parsing
   * integrated patch for HTTP/1.1 persistent connections from
-    Eric Cooped <ecc@cmu.edu>:
+    Eric Cooper <ecc@cmu.edu>:
     - added support for persistent connections to http_daemon.ml: server
       now loops until End_of_file (or any exception) occurs when trying
       to parse the next request
+  * debian/control
+    - bumped pcre and ocamlnet dependencies
+    - bumped standards-version to 3.6.2
 
  -- Stefano Zacchiroli <zack@debian.org>  Wed, 16 Mar 2005 09:24:07 +0100
 
index 6fcb97b20a71dbb4a7036f07d7b6a5539b52ef2b..9a3d6c384db016cd8c12b813246297be7aeb3bc7 100644 (file)
@@ -2,12 +2,12 @@ Source: ocaml-http
 Section: devel
 Priority: optional
 Maintainer: Stefano Zacchiroli <zack@debian.org>
-Build-Depends: debhelper (>> 4.0.0), ocaml-nox-3.08.3, ocaml-findlib, libpcre-ocaml-dev (>= 5.08.1-3), libocamlnet-ocaml-dev (>= 1.0-1)
-Standards-Version: 3.6.1.1
+Build-Depends: debhelper (>> 4.0.0), ocaml-nox-3.08.3, ocaml-findlib, libpcre-ocaml-dev (>= 5.10.0), libocamlnet-ocaml-dev (>= 1.1)
+Standards-Version: 3.6.2
 
 Package: libhttp-ocaml-dev
 Architecture: any
-Depends: ocaml-nox-3.08.3, libpcre-ocaml-dev (>= 5.08.1-3), libocamlnet-ocaml-dev (>= 1.0-1)
+Depends: ocaml-nox-3.08.3, libpcre-ocaml-dev (>= 5.10.0), libocamlnet-ocaml-dev (>= 1.1)
 Description: OCaml library for writing HTTP servers
  OCaml HTTP is a library for the Objective Caml programming language,
  used to build simple HTTP servers, largely inspired to Perl's