Prepare version 0.6

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1632 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2014-07-31 17:42:09 +00:00
parent 1e8c4cfef6
commit ff12d10954
2 changed files with 11 additions and 1 deletions

10
debian/changelog vendored
View File

@@ -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 <dominique@fournier38.fr> Fri, 01 Aug 2014 08:12:57 +0100
domframework (0.5-1) testing; urgency=low domframework (0.5-1) testing; urgency=low
* dblayer : Add a check before using unique/foreign to be sure that the field * dblayer : Add a check before using unique/foreign to be sure that the field
to be linked is in the fields array to be linked is in the fields array

View File

@@ -1,5 +1,5 @@
#!/bin/bash -x #!/bin/bash -x
VERSION="0.5" VERSION="0.6"
rm -rf /tmp/domframeworkpack rm -rf /tmp/domframeworkpack
mkdir /tmp/domframeworkpack mkdir /tmp/domframeworkpack
cd /tmp/domframeworkpack cd /tmp/domframeworkpack