diff --git a/debian/changelog b/debian/changelog index ddb087e..271f1aa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +domframework (0.6-1) testing; urgency=low + * BUG : cacheoutput : If the TTL is 0, remove the caching functionnality + * dblayer : Add the prefix support in tables name + * dblayer : Check if the provided datas are not too long before saving them + * dblayer : Check if the datas are in the ANSI SQL format (date datetime) + * BUG dblayer : The missing foreign keys in update should not be tested + (introduced in 0.5 version) + * Add version support + -- Dominique Fournier Fri, 01 Aug 2014 08:12:57 +0100 + domframework (0.5-1) testing; urgency=low * dblayer : Add a check before using unique/foreign to be sure that the field to be linked is in the fields array diff --git a/debian/makePackageDebian b/debian/makePackageDebian index a97bab8..c2b953d 100755 --- a/debian/makePackageDebian +++ b/debian/makePackageDebian @@ -1,5 +1,5 @@ #!/bin/bash -x -VERSION="0.5" +VERSION="0.6" rm -rf /tmp/domframeworkpack mkdir /tmp/domframeworkpack cd /tmp/domframeworkpack