Start packaging for 0.40 version

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3798 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2017-07-05 14:22:25 +00:00
parent 5958dadc12
commit 0460ec70c8
2 changed files with 20 additions and 1 deletions

19
debian/changelog vendored
View File

@@ -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 <dominique@fournier38.fr> Wed, 05 Jul 2017 16:22:09 +0200
domframework (0.39-1) testing; urgency=low
FEATURES ADDED:

View File

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