From ff12d109549903a867537faedcba64cf342cbad4 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Thu, 31 Jul 2014 17:42:09 +0000 Subject: [PATCH] Prepare version 0.6 git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1632 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- debian/changelog | 10 ++++++++++ debian/makePackageDebian | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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