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:
2016-08-03 11:42:31 +00:00
parent 4166d45464
commit 6101115214
3 changed files with 10 additions and 2 deletions

8
debian/changelog vendored
View File

@@ -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

View File

@@ -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