Start version 0.18

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2190 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2015-06-08 12:02:46 +00:00
parent 51ad1233c2
commit 1239477ef2
3 changed files with 11 additions and 2 deletions

9
debian/changelog vendored
View File

@@ -1,3 +1,12 @@
domframework (0.18-1) testing; urgency=low
* config : return an Exception code when there is an error
* config : allow the configuration file to be setted in the object and used
instead of defined one
* logger : add stderr support
* BUG form : allow the values and the errors to be displayed (introduced in
0.17 version)
-- Dominique Fournier <dominique@fournier38.fr> Mon, 08 Jun 2015 14:01:57 +0100
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

View File

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

View File

@@ -11,4 +11,4 @@
if (!defined ("DOMFRAMEWORK_VERSION") ||
version_compare (DOMFRAMEWORK_VERSION, "0.6") < 0)
die ("Your DomFramework version is too old : 0.6 minimum\n"); */
define ("DOMFRAMEWORK_VERSION", "0.17");
define ("DOMFRAMEWORK_VERSION", "0.18");