Start packaging of 0.37 version

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3713 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2017-05-22 08:19:49 +00:00
parent aabb3a8e98
commit 96506907f7
2 changed files with 31 additions and 1 deletions

30
debian/changelog vendored
View File

@@ -1,3 +1,33 @@
domframework (0.37-1) testing; urgency=low
FEATURES ADDED:
* Add display backtrace support
* verify: add the verification of UUID
* verify: Add isAllowedChars to check if a string contains invalid chars
* dblayeroo: Add the GROUP BY feature and the function support
* Add "modelGenerator" tool to create the model files based on an existing
database
- roleuser: allow to manage a role associated to a user. The data can be
stored in an array (from configuration by example) or in database or both
simultaneously
CORRECTED BUGS:
* verify: integer can be integer
* verify: missing "static" on some static methods
* smtp: remove the spaces in the FROM and TO addresses (or clean the address
if toto<toto@toto.com> is provided)
* outputxml: if the provided data are XML, do not change them and just display
them with the headers
* getopts: manage correctely the parameters if its value is "" (should not be
ignored)
* dblayeroo: autoincrement fields must be primary too
* mail: allow to read bad formed mail without notice
* mail: allow header to be set to empty
* mail: convert the headers to UTF-8 if the mime encoding is set
* mail: Remove the not needed CR in getDetails
-- Dominique Fournier <dominique@fournier38.fr> Mon, 22 May 2017 10:19:34 +0200
domframework (0.36-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.36");
define ("DOMFRAMEWORK_VERSION", "0.37");