Start packaging for 0.44 version
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3902 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
12
debian/changelog
vendored
12
debian/changelog
vendored
@@ -1,3 +1,15 @@
|
|||||||
|
domframework (0.44-1) testing; urgency=low
|
||||||
|
|
||||||
|
CORRECTED BUGS:
|
||||||
|
* dblayeroo: update check the unique columns. Allow string with comma
|
||||||
|
separated values or array
|
||||||
|
* dblayeroo: manage correctely the PGSQL string_agg (instead of GROUP_CONCAT)
|
||||||
|
* dblayeroo: Manage correctely the Aliases (do not emit Notice in execute)
|
||||||
|
* dblayeroo: do not allow an array of array to be provided to displayAdd
|
||||||
|
* ratelimitfile: do a clean of the expired entries automatically
|
||||||
|
|
||||||
|
-- Dominique Fournier <dominique@fournier38.fr> Fri, 04 Aug 2017 11:20:36 +0200
|
||||||
|
|
||||||
domframework (0.43-1) testing; urgency=low
|
domframework (0.43-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.43");
|
define ("DOMFRAMEWORK_VERSION", "0.44");
|
||||||
|
|||||||
Reference in New Issue
Block a user