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