diff --git a/debian/changelog b/debian/changelog index ccfeca4..7dfba55 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,28 @@ +domframework (0.39-1) testing; urgency=low + + FEATURES ADDED: + * mail: allow 7bit contents + * verify: check hashes + * convert: ucwords in UTF-8 with delimiter + + CORRECTED BUGS: + * All the require_once are now prefixed by domframework to allow multiple + loading of the page (without "Cannot redeclare class output") + * Add the require_once ("domframework/XXX.php"); if the class need another + class to work + * dblayeroo: syntax error in table creation for MySQL and PgSQL if multiple + foreign keys are defined + * file: glob remove the first char if there is no chroot + * mail: add a Return-Path header is done on the first line and the other + headers are added at the end of the headers + * smtp: if multiple recipients are provided by comma separated string, convert + them to array + + DEPRECATED FEATURE: + * verify: obsolete all the methods with underscore + + -- Dominique Fournier Wed, 14 Jun 2017 13:32:28 +0200 + domframework (0.38-1) testing; urgency=low FEATURES ADDED: