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