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