start packaging for 0.31 version

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3038 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2016-09-19 14:40:31 +00:00
parent 01c1556672
commit 881c97abff
3 changed files with 12 additions and 2 deletions

10
debian/changelog vendored
View File

@@ -1,3 +1,13 @@
domframework (0.31-1) testing; urgency=low
* form : the overwriting of the hidden and read-only fields must be done by
value
* file : add md5_file and sha1_file support
* outputjson : display an error message if the json to display is invalid
(binary)
* authentication : if there is no lastname/firstname provided, don't generate
a warning
-- Dominique Fournier <dominique@fournier38.fr> Mon, 19 Sep 2016 16:39:57 +0100
domframework (0.30-1) testing; urgency=low
* Add more debug for authentication
* ratelimitfile : raise an exception if the file already exists and is not

View File

@@ -1,6 +1,6 @@
#!/bin/bash -x
# Think about changing the version.php file !!
VERSION="0.30"
VERSION="0.31"
PACKAGE="domframework"
rm -rf /tmp/${PACKAGE}pack
mkdir /tmp/${PACKAGE}pack

View File

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