From: pho Date: Fri, 20 Feb 2009 14:15:33 +0000 (+0900) Subject: Release 0.2.1 X-Git-Tag: RELEASE-0_2_1^0 X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=Lucu.git;a=commitdiff_plain;h=c179f51aa7b15764807141c175f9fe8797424991 Release 0.2.1 Ignore-this: 8e2ee04c763c8f009b0fdad4a13d4cfd darcs-hash:20090220141533-62b54-2c05ccec8f8bcb88049fcd74687ad0f202e1f69b.gz --- diff --git a/Lucu.cabal b/Lucu.cabal index 70844e9..04b2a6d 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 +Version: 0.2.1 License: PublicDomain License-File: COPYING Author: PHO diff --git a/NEWS b/NEWS index 7a38aaf..358815f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +Changes from 0.2 to 0.2.1 +------------------------- +* Fixed incorrect dependency declaration in Lucu.cabal. No semantical + changes to the code. + Changes from 0.1 to 0.2 ----------------------- * Fixed breakage on GHC 6.10.1. And now it requires 6.10.1...