]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - NEWS
Update NEWS and Lucu.cabal
[Lucu.git] / NEWS
diff --git a/NEWS b/NEWS
index 28e23fcc4bb72ffced1109005a93109fe5e2a006..c9440723921fd8e37b03d68636d16ac843a4ce19 100644 (file)
--- 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)