X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=Lucu.git;a=blobdiff_plain;f=NEWS;fp=NEWS;h=c9440723921fd8e37b03d68636d16ac843a4ce19;hp=28e23fcc4bb72ffced1109005a93109fe5e2a006;hb=511b688492a4ddc489f4d45366ff967e9ec1cb0a;hpb=687454c6873ae24bbcf010a491b37746db0da8ea diff --git a/NEWS b/NEWS index 28e23fc..c944072 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,25 @@ +Changes from 0.4.2 to 0.5 +------------------------- +* Network.HTTP.Lucu.Config: (Suggested by Voker57) + + - New config parameters: + - cnfServerV4Addr (default: Just "0.0.0.0") + - cnfServerV6Addr (default: Just "::") + + These are local IP addresses to listen to both HTTP and HTTPS + clients. If you set 'cnfServerV4Addr' to Nothing, Lucu will not + listen to IPv4 clients. Ditto with 'cnfServerV6Addr'. + + - Type change: + - cnfServerPort + - sslServerPort + + The type of these params used to be Network.PortID but is now + Network.Socket.ServiceName, which means Lucu no longer be able + to listen to UNIX domain sockets. I believe no one wants to do + that but feel free to blame PHO if you miss it. + + Changes from 0.4.1 to 0.4.2 --------------------------- * Fixed build failure on GHC 6.12.1. (Thanks: Voker57)