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:
30
debian/changelog
vendored
30
debian/changelog
vendored
@@ -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
|
domframework (0.36-1) testing; urgency=low
|
||||||
|
|
||||||
FEATURES ADDED:
|
FEATURES ADDED:
|
||||||
|
|||||||
@@ -11,4 +11,4 @@
|
|||||||
if (!defined ("DOMFRAMEWORK_VERSION") ||
|
if (!defined ("DOMFRAMEWORK_VERSION") ||
|
||||||
version_compare (DOMFRAMEWORK_VERSION, "0.6") < 0)
|
version_compare (DOMFRAMEWORK_VERSION, "0.6") < 0)
|
||||||
die ("Your DomFramework version is too old : 0.6 minimum\n"); */
|
die ("Your DomFramework version is too old : 0.6 minimum\n"); */
|
||||||
define ("DOMFRAMEWORK_VERSION", "0.36");
|
define ("DOMFRAMEWORK_VERSION", "0.37");
|
||||||
|
|||||||
Reference in New Issue
Block a user