From 881c97abff83d938886b8c7e549c60830f8a8882 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Mon, 19 Sep 2016 14:40:31 +0000 Subject: [PATCH] start packaging for 0.31 version git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3038 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- debian/changelog | 10 ++++++++++ debian/makePackageDebian | 2 +- version.php | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index b7edd03..dd228a6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 diff --git a/debian/makePackageDebian b/debian/makePackageDebian index c21b143..913ef7c 100755 --- a/debian/makePackageDebian +++ b/debian/makePackageDebian @@ -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 diff --git a/version.php b/version.php index 59d48dd..67f7d2f 100644 --- a/version.php +++ b/version.php @@ -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");