]> matita.cs.unibo.it Git - helm.git/blob - helm/DEVEL/ocaml-http/debian/changelog
- split threaded and non threaded implementations
[helm.git] / helm / DEVEL / ocaml-http / debian / changelog
1 ocaml-http (0.0.6) unstable; urgency=low
2
3   * Now ship two versions of the library: multithreaded and
4     non-multithreaded
5   * Added support for multiple binding of the same parameter in request
6     objects (new method: 'paramAll')
7   * Added support for 'empty' bindings in query arguments (e.g.
8     "/foo?b=" or "/foo?b")
9   * Bumped Standards-Version to 3.5.8
10   * Use versioned dependencies lib{pcre,ocamlnet}-ocaml-dev-<version>
11   * Added 'Provides: libhttp-ocaml-dev-<version>'
12   * Removed GPL from debian/copyright, added reference to
13     /usr/share/common-licenses/GPL
14
15  -- Stefano Zacchiroli <zack@debian.org>  Mon, 25 Nov 2002 11:04:49 +0100
16
17 ocaml-http (0.0.5) unstable; urgency=low
18
19   * Fixed bug for HTTP encoded GET parameters which contain '?' or '&'
20     characters
21   * Added support for chdir in a given document root before starting
22   * Added support for multi threaded daemons
23   * Added a generic 'Http_daemon.respond' function
24   * Added 'toString' method to response objects
25
26  -- Stefano Zacchiroli <zack@debian.org>  Fri, 22 Nov 2002 11:29:37 +0100
27
28 ocaml-http (0.0.3) unstable; urgency=low
29
30   * First release.
31
32  -- Stefano Zacchiroli <zack@debian.org>  Sun, 17 Nov 2002 17:41:41 +0100