From 27ae76db83c388510181840130afc602cef12fb9 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Tue, 9 May 2017 07:07:23 +0000 Subject: [PATCH] Start packaging for 0.36 version git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3605 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- debian/changelog | 28 ++++++++++++++++++++++++++++ version.php | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7f5ff0d..4a214ee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,31 @@ +domframework (0.36-1) testing; urgency=low + + FEATURES ADDED: + * verify: add the static methods + * verify: add the unit tests and the documentation + * verify: add the dateSQL check + * Add the convert format support with date and ucfirst for utf-8 + * Add RSS support + * Add getopts support + * Add UUID creation feature + * dblayeroo: allow to sort the ORDER statements (the first added is the first + used) + * dblayeroo: allow to sort the Display statements (the first added is the + first used) + * dblayeroo: Do not allow autoincrement if the field is not integer + * dblayeroo: Add a export configuration feature to return an array with all + the defined parameters + + CORRECTED BUGS: + * dblayeroo: review the join process and add the unit tests for it + * form : If the error is not due to field (it has numerical key, put the focus + on the first field (if available) and not on the global error + + DEPRECATED FEATURE: + * dblayeroo: change displayColumns to displayAdd + + -- Dominique Fournier Tue, 09 May 2017 09:07:07 +0200 + domframework (0.35-1) testing; urgency=low FEATURES ADDED: diff --git a/version.php b/version.php index 443e418..7c40922 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.35"); +define ("DOMFRAMEWORK_VERSION", "0.36");