Start packaging of version 0.43
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3860 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
14
debian/changelog
vendored
14
debian/changelog
vendored
@@ -1,3 +1,17 @@
|
|||||||
|
domframework (0.43-1) testing; urgency=low
|
||||||
|
|
||||||
|
FEATURES ADDED:
|
||||||
|
* dblayeroo: add directQuery support
|
||||||
|
* Add sqlMigrate tool
|
||||||
|
|
||||||
|
CORRECTED BUGS:
|
||||||
|
* dblayeroo: insert/update null are not checked against the field format
|
||||||
|
* dblayeroo: insert/update null are checked against the "NOT NULL" definition
|
||||||
|
except for autoincrement key, which is allowed
|
||||||
|
* verify: quote the regexp before using them
|
||||||
|
|
||||||
|
-- Dominique Fournier <dominique@fournier38.fr> Tue, 01 Aug 2017 15:45:00 +0200
|
||||||
|
|
||||||
domframework (0.42-1) testing; urgency=low
|
domframework (0.42-1) testing; urgency=low
|
||||||
|
|
||||||
CORRECTED BUGS:
|
CORRECTED BUGS:
|
||||||
|
|||||||
@@ -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.42");
|
define ("DOMFRAMEWORK_VERSION", "0.43");
|
||||||
|
|||||||
Reference in New Issue
Block a user