Start packaging for 0.36 version
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3605 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
28
debian/changelog
vendored
28
debian/changelog
vendored
@@ -1,3 +1,31 @@
|
|||||||
|
domframework (0.36-1) testing; urgency=low
|
||||||
|
|
||||||
|
FEATURES ADDED:
|
||||||
|
* verify: add the static methods
|
||||||
|
* verify: add the unit tests and the documentation
|
||||||
|
* verify: add the dateSQL check
|
||||||
|
* Add the convert format support with date and ucfirst for utf-8
|
||||||
|
* Add RSS support
|
||||||
|
* Add getopts support
|
||||||
|
* Add UUID creation feature
|
||||||
|
* dblayeroo: allow to sort the ORDER statements (the first added is the first
|
||||||
|
used)
|
||||||
|
* dblayeroo: allow to sort the Display statements (the first added is the
|
||||||
|
first used)
|
||||||
|
* dblayeroo: Do not allow autoincrement if the field is not integer
|
||||||
|
* dblayeroo: Add a export configuration feature to return an array with all
|
||||||
|
the defined parameters
|
||||||
|
|
||||||
|
CORRECTED BUGS:
|
||||||
|
* dblayeroo: review the join process and add the unit tests for it
|
||||||
|
* form : If the error is not due to field (it has numerical key, put the focus
|
||||||
|
on the first field (if available) and not on the global error
|
||||||
|
|
||||||
|
DEPRECATED FEATURE:
|
||||||
|
* dblayeroo: change displayColumns to displayAdd
|
||||||
|
|
||||||
|
-- Dominique Fournier <dominique@fournier38.fr> Tue, 09 May 2017 09:07:07 +0200
|
||||||
|
|
||||||
domframework (0.35-1) testing; urgency=low
|
domframework (0.35-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.35");
|
define ("DOMFRAMEWORK_VERSION", "0.36");
|
||||||
|
|||||||
Reference in New Issue
Block a user