Start Version 0.10

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1854 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2014-09-26 14:31:12 +00:00
parent 8b86ff4059
commit 0b08bfa5de
2 changed files with 9 additions and 1 deletions

8
debian/changelog vendored
View File

@@ -1,3 +1,11 @@
domframework (0.10-1) testing; urgency=low
* BUG : dblayer : don't raise an exception when re-inserting unique record
* dblayer : add more unit tests
* route : In case of exception, a HTML page is sent. If REST, it should be a
simple string, without presentation (can be done by using specifig error
pages)
-- Dominique Fournier <dominique@fournier38.fr> Fri, 26 Sep 2014 16:30:57 +0100
domframework (0.9-1) testing; urgency=low
* authorization by groups
* dblayer : add support to OR in WHERE clause

View File

@@ -1,6 +1,6 @@
#!/bin/bash -x
# Think about changing the version.php file !!
VERSION="0.9"
VERSION="0.10"
PACKAGE="domframework"
rm -rf /tmp/${PACKAGE}pack
mkdir /tmp/${PACKAGE}pack