Packaging of version 0.16

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2158 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2015-05-07 13:42:15 +00:00
parent 6aea199040
commit ef63f5f835
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@@ -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 <dominique@fournier38.fr> 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,

View File

@@ -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