From ef63f5f835d18358b0be6a506a8edb38a7c8c98a Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Thu, 7 May 2015 13:42:15 +0000 Subject: [PATCH] Packaging of version 0.16 git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2158 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- debian/changelog | 6 ++++++ debian/makePackageDebian | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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