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