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:
9
debian/changelog
vendored
9
debian/changelog
vendored
@@ -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
|
domframework (0.16-1) testing; urgency=low
|
||||||
* route : requestURL wrong if the URL is at the base of the Web server
|
* route : requestURL wrong if the URL is at the base of the Web server
|
||||||
* route : correct the routing if the mod_rewrite is disabled
|
* route : correct the routing if the mod_rewrite is disabled
|
||||||
|
|||||||
2
debian/makePackageDebian
vendored
2
debian/makePackageDebian
vendored
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash -x
|
#!/bin/bash -x
|
||||||
# Think about changing the version.php file !!
|
# Think about changing the version.php file !!
|
||||||
VERSION="0.16"
|
VERSION="0.17"
|
||||||
PACKAGE="domframework"
|
PACKAGE="domframework"
|
||||||
rm -rf /tmp/${PACKAGE}pack
|
rm -rf /tmp/${PACKAGE}pack
|
||||||
mkdir /tmp/${PACKAGE}pack
|
mkdir /tmp/${PACKAGE}pack
|
||||||
|
|||||||
@@ -11,4 +11,4 @@
|
|||||||
if (!defined ("DOMFRAMEWORK_VERSION") ||
|
if (!defined ("DOMFRAMEWORK_VERSION") ||
|
||||||
version_compare (DOMFRAMEWORK_VERSION, "0.6") < 0)
|
version_compare (DOMFRAMEWORK_VERSION, "0.6") < 0)
|
||||||
die ("Your DomFramework version is too old : 0.6 minimum\n"); */
|
die ("Your DomFramework version is too old : 0.6 minimum\n"); */
|
||||||
define ("DOMFRAMEWORK_VERSION", "0.16");
|
define ("DOMFRAMEWORK_VERSION", "0.17");
|
||||||
|
|||||||
Reference in New Issue
Block a user