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