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