From: pho Date: Fri, 11 Dec 2009 05:57:00 +0000 (+0900) Subject: Changes from 0.4 to 0.4.1 X-Git-Tag: RELEASE-0_4_1~1 X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=commitdiff_plain;h=195fd2318fb0ad21c2fd60f61e7df72a8f25d12c;hp=195fd2318fb0ad21c2fd60f61e7df72a8f25d12c;p=Lucu.git Changes from 0.4 to 0.4.1 Ignore-this: b9fb008aaf935609f83af26c28e87151 ------------------------- * Network.HTTP.Lucu.Resource: (Thanks: Voker57) - getPathInfo now un-escapes the resulting path info. This may break backward compatibility in very confusing way, if your code relies on the previous implementation. Sorry for any inconvenience. * Network.HTTP.Lucu.Resource.Tree: (Thanks: Voker57) - Fix: mkResTree wasn't working correctly for a resource path [""], which should be treated as same as [] the root. - Fix: Greedy resources on the root of resource tree wasn't really greedy. * Network.HTTP.Lucu.Resource.Tree: - New constant: emptyResource darcs-hash:20091211055700-62b54-d8105b747cc8a7629dcadea2d8fa7cbaf7fa959b.gz ---