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