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