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