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:
10
debian/changelog
vendored
10
debian/changelog
vendored
@@ -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
|
||||
* dblayer : Add a check before using unique/foreign to be sure that the field
|
||||
to be linked is in the fields array
|
||||
|
||||
2
debian/makePackageDebian
vendored
2
debian/makePackageDebian
vendored
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash -x
|
||||
VERSION="0.5"
|
||||
VERSION="0.6"
|
||||
rm -rf /tmp/domframeworkpack
|
||||
mkdir /tmp/domframeworkpack
|
||||
cd /tmp/domframeworkpack
|
||||
|
||||
Reference in New Issue
Block a user