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>
+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