From: pho Date: Tue, 2 Feb 2010 07:14:35 +0000 (+0900) Subject: Lucu 0.4.2 X-Git-Tag: RELEASE-0_4_2 X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=Lucu.git;a=commitdiff_plain;h=refs%2Ftags%2FRELEASE-0_4_2 Lucu 0.4.2 Ignore-this: a98125bf05366e7c4fe9ead5a9b4cd2d darcs-hash:20100202071435-62b54-1d42f83a84d4ee1e8a04d47eabf6682bec275ca9.gz --- diff --git a/Lucu.cabal b/Lucu.cabal index 19ff8b2..d2db94e 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.4.1 +Version: 0.4.2 License: PublicDomain License-File: COPYING Author: PHO diff --git a/NEWS b/NEWS index 0eae2a6..28e23fc 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +Changes from 0.4.1 to 0.4.2 +--------------------------- +* Fixed build failure on GHC 6.12.1. (Thanks: Voker57) + + Changes from 0.4 to 0.4.1 ------------------------- * Network.HTTP.Lucu.Resource: (Thanks: Voker57)