diff --git a/debian/changelog b/debian/changelog index a47c83d..8643806 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 01 Aug 2017 15:45:00 +0200 + domframework (0.42-1) testing; urgency=low CORRECTED BUGS: diff --git a/version.php b/version.php index a3033c0..804110c 100644 --- a/version.php +++ b/version.php @@ -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.42"); +define ("DOMFRAMEWORK_VERSION", "0.43");