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:
10
debian/changelog
vendored
10
debian/changelog
vendored
@@ -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
|
domframework (0.30-1) testing; urgency=low
|
||||||
* Add more debug for authentication
|
* Add more debug for authentication
|
||||||
* ratelimitfile : raise an exception if the file already exists and is not
|
* ratelimitfile : raise an exception if the file already exists and is not
|
||||||
|
|||||||
2
debian/makePackageDebian
vendored
2
debian/makePackageDebian
vendored
@@ -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.30"
|
VERSION="0.31"
|
||||||
PACKAGE="domframework"
|
PACKAGE="domframework"
|
||||||
rm -rf /tmp/${PACKAGE}pack
|
rm -rf /tmp/${PACKAGE}pack
|
||||||
mkdir /tmp/${PACKAGE}pack
|
mkdir /tmp/${PACKAGE}pack
|
||||||
|
|||||||
@@ -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.30");
|
define ("DOMFRAMEWORK_VERSION", "0.31");
|
||||||
|
|||||||
Reference in New Issue
Block a user