Start packaging of 0.39 version

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3772 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2017-06-14 11:32:48 +00:00
parent 8f482734da
commit 9c95a5c564

25
debian/changelog vendored
View File

@@ -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 <dominique@fournier38.fr> Wed, 14 Jun 2017 13:32:28 +0200
domframework (0.38-1) testing; urgency=low domframework (0.38-1) testing; urgency=low
FEATURES ADDED: FEATURES ADDED: