]> gitweb @ CieloNegro.org - Lucu.git/commit - Lucu.cabal
Changes from 0.4 to 0.4.1
authorpho <pho@cielonegro.org>
Fri, 11 Dec 2009 05:57:00 +0000 (14:57 +0900)
committerpho <pho@cielonegro.org>
Fri, 11 Dec 2009 05:57:00 +0000 (14:57 +0900)
commit195fd2318fb0ad21c2fd60f61e7df72a8f25d12c
treee52541ef8708afffc742463696f35342cfeb7ef6
parentf62b6f07bbf1eefcf552163d8f7daa6e0862ed5d
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
Lucu.cabal
NEWS
Network/HTTP/Lucu.hs
Network/HTTP/Lucu/Resource.hs
Network/HTTP/Lucu/Resource/Tree.hs
Network/HTTP/Lucu/StaticFile.hs
examples/HelloWorld.hs
examples/Makefile
examples/SSL.hs