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