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