Start 0.27 packaging
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2819 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
10
debian/changelog
vendored
10
debian/changelog
vendored
@@ -1,3 +1,13 @@
|
|||||||
|
domframework (0.27-1) testing; urgency=low
|
||||||
|
* outputhtml : add a timestamp after the internal resources when creating the
|
||||||
|
page. Like this, when updating a script, image or css file, it is updated by
|
||||||
|
the client automatically (the browser don't use its cache)
|
||||||
|
* form : if a convertDate field provided is empty, do no generate an error
|
||||||
|
* form : Allow to define a class text to form object
|
||||||
|
* csrf : add the exceptions code to Exceptions
|
||||||
|
* csrf : Allow to get the CSRF token from the CSRF or FORM classes
|
||||||
|
-- Dominique Fournier <dominique@fournier38.fr> Wed, 29 Jun 2016 14:22:57 +0100
|
||||||
|
|
||||||
domframework (0.26-1) testing; urgency=low
|
domframework (0.26-1) testing; urgency=low
|
||||||
* smtp : add SMTP support to send emails (with TLS, authentication PLAIN and
|
* smtp : add SMTP support to send emails (with TLS, authentication PLAIN and
|
||||||
LOGIN, debug, non standard port, STARTTLS)
|
LOGIN, debug, non standard port, STARTTLS)
|
||||||
|
|||||||
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.26"
|
VERSION="0.27"
|
||||||
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.26");
|
define ("DOMFRAMEWORK_VERSION", "0.27");
|
||||||
|
|||||||
Reference in New Issue
Block a user