]> gitweb @ CieloNegro.org - Lucu.git/blob - NEWS
Release 0.3.3
[Lucu.git] / NEWS
1 Changes from 0.3.2 to 0.3.3
2 ---------------------------
3 * Network.HTTP.Lucu.Resource:
4     - getQueryForm and inputForm now returns [FormData] instead of
5       [(String, String)] to possibly include a name of uploaded file.
6
7 Changes from 0.3.1 to 0.3.2
8 ---------------------------
9 * Network.HTTP.Lucu.Parser:
10     - Reimplemented 'many', 'many1' and 'count' in tail-recursive
11       way. This resolves a stack overflow when a large file is POSTed
12       as a multipart/form-data.
13
14 Changes from 0.3 to 0.3.1
15 -------------------------
16 * Network.HTTP.Lucu.Resource:
17     - Bugfix: getRemoteAddr' didn't work on little-endian architectures. (Thanks: Voker57)
18     - Bugfix: getRemoteAddr' didn't work for IPv6 network.
19     - New function: getRemoteHost
20
21 Changes from 0.2.1 to 0.3
22 -------------------------
23 * Added SSL support:
24     - Network.HTTP.Lucu.Config.Config has a new member:
25         # cnfSSLConfig
26     - Network.HTTP.Lucu.Resource has a new action:
27         # getRemoteCertificate
28     - examples/SSL.hs:
29         an example for accepting HTTPS connections.
30
31 Changes from 0.2 to 0.2.1
32 -------------------------
33 * Fixed incorrect dependency declaration in Lucu.cabal. No semantical
34   changes to the code.
35
36 Changes from 0.1 to 0.2
37 -----------------------
38 * Fixed breakage on GHC 6.10.1. And now it requires 6.10.1...
39 * data/mime.types:
40     - Deleted application/x-wavpack
41     - Deleted application/x-wavpack-correction
42     - Added audio/x-wavpack
43     - Added audio/x-wavpack-correction