diff --git a/debian/changelog b/debian/changelog index 18a1887..8075808 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +domframework (0.16-1) testing; urgency=low + * route : requestURL wrong if the URL is at the base of the Web server + * route : correct the routing if the mod_rewrite is disabled + * unit test : update the tests for route.php with or without mod_rewrite + -- Dominique Fournier Thu, 07 May 2015 15:41:57 +0100 + domframework (0.15-1) testing; urgency=low * form : add the textarea support * auth : if the user is already authenticated and the URL back is provided, diff --git a/debian/makePackageDebian b/debian/makePackageDebian index 936d420..be51a95 100755 --- a/debian/makePackageDebian +++ b/debian/makePackageDebian @@ -1,6 +1,6 @@ #!/bin/bash -x # Think about changing the version.php file !! -VERSION="0.15" +VERSION="0.16" PACKAGE="domframework" rm -rf /tmp/${PACKAGE}pack mkdir /tmp/${PACKAGE}pack