Package the 0.17 version

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2173 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2015-05-13 13:43:42 +00:00
parent 9f2cebdff8
commit 9493e5a1db
3 changed files with 11 additions and 2 deletions

9
debian/changelog vendored
View File

@@ -1,3 +1,12 @@
domframework (0.17-1) testing; urgency=low
* route : the redirect can be done outside the site, with a warning
* logger : allow the types of log to be a string or already an array
* config : add the '@prefix' support
* form : add the cols,rows for fields
* form : the fields are now extendable (to add new types by extends the class)
* outputtxt : allow the titles to be longer than the datas, without error
-- Dominique Fournier <dominique@fournier38.fr> Wed, 13 May 2015 15:41:57 +0100
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

View File

@@ -1,6 +1,6 @@
#!/bin/bash -x
# Think about changing the version.php file !!
VERSION="0.16"
VERSION="0.17"
PACKAGE="domframework"
rm -rf /tmp/${PACKAGE}pack
mkdir /tmp/${PACKAGE}pack