Start packaging of 0.14 version

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2125 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2015-04-30 13:40:24 +00:00
parent 238a245071
commit 0bbad49511
3 changed files with 8 additions and 2 deletions

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
domframework (0.14-1) testing; urgency=low
* BUG config : an array with "not configured" should not be presented if there is
an other entry available
* Remove the CSRF debug log
-- Dominique Fournier <dominique@fournier38.fr> Thu, 30 Apr 2015 15:36:57 +0100
domframework (0.13-1) testing; urgency=low domframework (0.13-1) testing; urgency=low
* route.php : Add support of URL matching with or without Slash * route.php : Add support of URL matching with or without Slash
* dblayer : don't connect multiple times to the same database/username * dblayer : don't connect multiple times to the same database/username

View File

@@ -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.13" VERSION="0.14"
PACKAGE="domframework" PACKAGE="domframework"
rm -rf /tmp/${PACKAGE}pack rm -rf /tmp/${PACKAGE}pack
mkdir /tmp/${PACKAGE}pack mkdir /tmp/${PACKAGE}pack

View File

@@ -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.13"); define ("DOMFRAMEWORK_VERSION", "0.14");