From 96506907f783f6bf81edbdd0cfbb80445475e7a3 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Mon, 22 May 2017 08:19:49 +0000 Subject: [PATCH] Start packaging of 0.37 version git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3713 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- debian/changelog | 30 ++++++++++++++++++++++++++++++ version.php | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4a214ee..30d3701 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,33 @@ +domframework (0.37-1) testing; urgency=low + + FEATURES ADDED: + * Add display backtrace support + * verify: add the verification of UUID + * verify: Add isAllowedChars to check if a string contains invalid chars + * dblayeroo: Add the GROUP BY feature and the function support + * Add "modelGenerator" tool to create the model files based on an existing + database + - roleuser: allow to manage a role associated to a user. The data can be + stored in an array (from configuration by example) or in database or both + simultaneously + + CORRECTED BUGS: + * verify: integer can be integer + * verify: missing "static" on some static methods + * smtp: remove the spaces in the FROM and TO addresses (or clean the address + if toto is provided) + * outputxml: if the provided data are XML, do not change them and just display + them with the headers + * getopts: manage correctely the parameters if its value is "" (should not be + ignored) + * dblayeroo: autoincrement fields must be primary too + * mail: allow to read bad formed mail without notice + * mail: allow header to be set to empty + * mail: convert the headers to UTF-8 if the mime encoding is set + * mail: Remove the not needed CR in getDetails + + -- Dominique Fournier Mon, 22 May 2017 10:19:34 +0200 + domframework (0.36-1) testing; urgency=low FEATURES ADDED: diff --git a/version.php b/version.php index 7c40922..ab6a92e 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.36"); +define ("DOMFRAMEWORK_VERSION", "0.37");