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