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:
8
debian/changelog
vendored
8
debian/changelog
vendored
@@ -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
|
||||
|
||||
2
debian/makePackageDebian
vendored
2
debian/makePackageDebian
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user