From a096577d17feea74ee72d68477ace1d95a48bc9b Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Wed, 29 Mar 2017 12:50:52 +0000 Subject: [PATCH] Start packaging of 0.35 version git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3483 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- debian/changelog | 24 ++++++++++++++++++++++++ version.php | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 250a063..7f5ff0d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,27 @@ +domframework (0.35-1) testing; urgency=low + + FEATURES ADDED: + * authentication : allow logout to provide a url to be displayed after + successful logout + * color : allow to translate a color in english to RGB or GD color + * dblayeroo : add a new dblayer class. More OO, supports more options than + dblayer + * fts : The Full Text Search module for dummies + * route : add the mapRoute function to know the matching route search + comparison + * dblayer : allow the read order to be written in lowercase too + + CORRECTED BUGS: + * auth : manage correctely the urls with quotes + * csrf : manage multiple CSRF tokens in the same PHP call (and provide the + same result) : pseudo-singleton + * dblayer : the length of the fields must be checked in UTF-8 and not in + Latin1 + * route : redirect analyzer is not check if the value doesn't exists + * route : do not cache the baseURL if the Absolute parameter is set + + -- Dominique Fournier Wed, 29 Mar 2017 14:50:18 +0200 + domframework (0.34-1) testing; urgency=low * file : Do not allow the locks to be done if the file to lock doesn't exists diff --git a/version.php b/version.php index c65ef3d..443e418 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.34"); +define ("DOMFRAMEWORK_VERSION", "0.35");