From b9af9f1c0de6a1735b492f5c793a87a8fce218cc Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Thu, 18 Aug 2005 08:02:43 +0000 Subject: [PATCH] ready for 0.1.1 release --- helm/DEVEL/ocaml-http/debian/changelog | 7 +++++-- helm/DEVEL/ocaml-http/debian/control | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/helm/DEVEL/ocaml-http/debian/changelog b/helm/DEVEL/ocaml-http/debian/changelog index 2122b4376..80e1e4259 100644 --- a/helm/DEVEL/ocaml-http/debian/changelog +++ b/helm/DEVEL/ocaml-http/debian/changelog @@ -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 : + Eric Cooper : - 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 Wed, 16 Mar 2005 09:24:07 +0100 diff --git a/helm/DEVEL/ocaml-http/debian/control b/helm/DEVEL/ocaml-http/debian/control index 6fcb97b20..9a3d6c384 100644 --- a/helm/DEVEL/ocaml-http/debian/control +++ b/helm/DEVEL/ocaml-http/debian/control @@ -2,12 +2,12 @@ Source: ocaml-http Section: devel Priority: optional Maintainer: Stefano Zacchiroli -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 -- 2.39.2