Start 0.29 packaging
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2990 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
8
debian/changelog
vendored
8
debian/changelog
vendored
@@ -1,3 +1,11 @@
|
||||
domframework (0.29-1) testing; urgency=low
|
||||
* file : add scandirNotSorted function
|
||||
* cli : change the directory as soon as the cli object is created, allow to
|
||||
check if a relative path is available in next line
|
||||
* authentication : allow to define a specific logging function instead using
|
||||
the trigger_error
|
||||
-- Dominique Fournier <dominique@fournier38.fr> Wed, 03 Aug 2016 13:42:57 +0100
|
||||
|
||||
domframework (0.28-1) testing; urgency=low
|
||||
* dblayer : check if the table name is defined before using it
|
||||
* dblayer : check if the PDO Driver is installed in PHP before using it
|
||||
|
||||
2
debian/makePackageDebian
vendored
2
debian/makePackageDebian
vendored
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash -x
|
||||
# Think about changing the version.php file !!
|
||||
VERSION="0.28"
|
||||
VERSION="0.29"
|
||||
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.28");
|
||||
define ("DOMFRAMEWORK_VERSION", "0.29");
|
||||
|
||||
Reference in New Issue
Block a user