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