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