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