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");