From c9f347bd3eb6994870e2c6854c1cb991a60a42f1 Mon Sep 17 00:00:00 2001 From: pho Date: Wed, 3 Jun 2009 13:22:42 +0900 Subject: [PATCH] Release 0.3 Ignore-this: 3bf877888b7a7f2f19dde6119c5f736f darcs-hash:20090603042242-62b54-68801add75f88dd31f83cea58bc843a3b6165245.gz --- Lucu.cabal | 2 +- NEWS | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Lucu.cabal b/Lucu.cabal index fe4b334..f6e887e 100644 --- a/Lucu.cabal +++ b/Lucu.cabal @@ -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. -Version: 0.2.1 +Version: 0.3 License: PublicDomain License-File: COPYING Author: PHO diff --git a/NEWS b/NEWS index 358815f..fc0a8fb 100644 --- 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 -- 2.40.0