From 449118217a20e46fe3e5dded10ef8fa25c235b4f Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Fri, 22 Nov 2002 10:30:11 +0000 Subject: [PATCH] - bumped version to 0.0.5 --- helm/DEVEL/ocaml-http/.depend | 1 + helm/DEVEL/ocaml-http/Makefile.defs | 8 ++++---- helm/DEVEL/ocaml-http/debian/changelog | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/helm/DEVEL/ocaml-http/.depend b/helm/DEVEL/ocaml-http/.depend index 04dfd8ca1..fb9b49674 100644 --- a/helm/DEVEL/ocaml-http/.depend +++ b/helm/DEVEL/ocaml-http/.depend @@ -22,3 +22,4 @@ http_common.cmi: http_types.cmi http_daemon.cmi: http_types.cmi http_request.cmi: http_types.cmi http_response.cmi: http_types.cmi +http_tcp_server.cmi: http_types.cmi diff --git a/helm/DEVEL/ocaml-http/Makefile.defs b/helm/DEVEL/ocaml-http/Makefile.defs index fcd612e5f..770b320a5 100644 --- a/helm/DEVEL/ocaml-http/Makefile.defs +++ b/helm/DEVEL/ocaml-http/Makefile.defs @@ -1,11 +1,11 @@ PKGNAME = http -DISTVERSION = 0.0.4 +DISTVERSION = 0.0.5 DEBUG_OPTS = -COMMON_OPTS = $(DEBUG_OPTS) -pp camlp4o -thread -package "unix,pcre,netstring,threads" +COMMON_OPTS = $(DEBUG_OPTS) -pp camlp4o -package "unix,pcre,netstring,threads" OCAMLFIND = ocamlfind -OCAMLC = $(OCAMLFIND) ocamlc $(COMMON_OPTS) -OCAMLOPT = $(OCAMLFIND) ocamlopt $(COMMON_OPTS) +OCAMLC = $(OCAMLFIND) ocamlc $(COMMON_OPTS) -thread +OCAMLOPT = $(OCAMLFIND) ocamlopt $(COMMON_OPTS) -thread OCAMLDEP = $(OCAMLFIND) ocamldep $(COMMON_OPTS) DISTNAME = ocaml-http diff --git a/helm/DEVEL/ocaml-http/debian/changelog b/helm/DEVEL/ocaml-http/debian/changelog index c7ad94e25..a360381ff 100644 --- a/helm/DEVEL/ocaml-http/debian/changelog +++ b/helm/DEVEL/ocaml-http/debian/changelog @@ -1,4 +1,4 @@ -ocaml-http (0.0.4) unstable; urgency=low +ocaml-http (0.0.5) unstable; urgency=low * Fixed bug for HTTP encoded GET parameters which contain '?' or '&' characters @@ -7,7 +7,7 @@ ocaml-http (0.0.4) unstable; urgency=low * Added a generic 'Http_daemon.respond' function * Added 'toString' method to response objects - -- Stefano Zacchiroli Wed, 20 Nov 2002 15:03:59 +0100 + -- Stefano Zacchiroli Fri, 22 Nov 2002 11:29:37 +0100 ocaml-http (0.0.3) unstable; urgency=low -- 2.39.2