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:
9
debian/changelog
vendored
9
debian/changelog
vendored
@@ -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
|
||||
|
||||
2
debian/makePackageDebian
vendored
2
debian/makePackageDebian
vendored
@@ -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
|
||||
|
||||
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user