]> gitweb @ CieloNegro.org - Lucu.git/commitdiff
Release 0.3 RELEASE-0_3
authorpho <pho@cielonegro.org>
Wed, 3 Jun 2009 04:22:42 +0000 (13:22 +0900)
committerpho <pho@cielonegro.org>
Wed, 3 Jun 2009 04:22:42 +0000 (13:22 +0900)
Ignore-this: 3bf877888b7a7f2f19dde6119c5f736f

darcs-hash:20090603042242-62b54-68801add75f88dd31f83cea58bc843a3b6165245.gz

Lucu.cabal
NEWS

index fe4b334d4931bdb5ce4b51d521c3f0d31544d5c7..f6e887eb5508a9faa0880f78a55eabaf00cd8a0f 100644 (file)
@@ -8,7 +8,7 @@ Description:
         messing around FastCGI. It is also intended to be run behind a
         reverse-proxy so it doesn't have some facilities like logging,
         client filtering or such like.
         messing around FastCGI. It is also intended to be run behind a
         reverse-proxy so it doesn't have some facilities like logging,
         client filtering or such like.
-Version: 0.2.1
+Version: 0.3
 License: PublicDomain
 License-File: COPYING
 Author: PHO <pho at cielonegro dot org>
 License: PublicDomain
 License-File: COPYING
 Author: PHO <pho at cielonegro dot org>
diff --git a/NEWS b/NEWS
index 358815f9a13e50366eea5aaa2209652af71ca1bb..fc0a8fb2a882f49e4e62607fd432d2e65b180dba 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Changes from 0.2.1 to 0.3
+-------------------------
+* Added SSL support:
+    - Network.HTTP.Lucu.Config.Config has a new member:
+        # cnfSSLConfig
+    - Network.HTTP.Lucu.Resource has a new action:
+        # getRemoteCertificate
+    - examples/SSL.hs:
+        an example for accepting HTTPS connections.
+
 Changes from 0.2 to 0.2.1
 -------------------------
 * Fixed incorrect dependency declaration in Lucu.cabal. No semantical
 Changes from 0.2 to 0.2.1
 -------------------------
 * Fixed incorrect dependency declaration in Lucu.cabal. No semantical