From 0460ec70c8c278cccbb5187ad47b75b6c60e4271 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Wed, 5 Jul 2017 14:22:25 +0000 Subject: [PATCH] Start packaging for 0.40 version git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3798 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- debian/changelog | 19 +++++++++++++++++++ version.php | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7dfba55..54e38cc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,22 @@ +domframework (0.40-1) testing; urgency=low + + FEATURES ADDED: + * dblayeroo: supports foreign keys on multiple columns with syntax "col1,col2" + + CORRECTED BUGS: + * dblayeroo: getTableSchema for sqlite if no autoincrement field is defined, + the sqlite_sequence table doesn't exists and must not crash the method + * dblayeroo: do not remove the foreign objects when using clearRequest method + * modelGenerator: use the titles and foreign methods instead of using the + properties + * mail: Add the headers with \r\n instead of \n + * mail: do not use not defined array keys and generate warnings + * mail: getDetail subject is now really converted to UTF-8 + * mail: mail is now capable to read Mailer-Daemons and extract parts as + attachment + + -- Dominique Fournier Wed, 05 Jul 2017 16:22:09 +0200 + domframework (0.39-1) testing; urgency=low FEATURES ADDED: diff --git a/version.php b/version.php index a7edaf9..2014cd5 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.39"); +define ("DOMFRAMEWORK_VERSION", "0.40");