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