-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
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