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