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:
2017-05-09 07:07:23 +00:00
parent 19a60471bc
commit 27ae76db83
2 changed files with 29 additions and 1 deletions

28
debian/changelog vendored
View File

@@ -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
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.35");
define ("DOMFRAMEWORK_VERSION", "0.36");