Start of 0.10 version packaging

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1846 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2014-09-22 14:04:59 +00:00
parent 98439d0279
commit 4091757e65
2 changed files with 19 additions and 1 deletions

18
debian/changelog vendored
View File

@@ -1,3 +1,21 @@
domframework (0.9-1) testing; urgency=low
* authorization by groups
* dblayer : add support to OR in WHERE clause
* dblayer : add singleton access to DB
* dblayer : force using UTF8
* dblayer : add the unittest for the 3 db engines
* dblayer : UPDATE : add the case of updating the primary key (actually
oldvalue = newvalue and replace by the same value, so don't update)
* dblayer : extract the verify tests (before insert/update) to a function
available to public (can be launched when the developper want)
* Add dblayer unit tests to check the unique functionnality
* BUG : route : allow redirect if the method is changed and the URL stay the
same
* route : Add support to errors from the application
* BUG : auth : Add the path to the default login window to load the javascript
* Add dblayer unit tests to check the foreign keys
-- Dominique Fournier <dominique@fournier38.fr> Mon, 22 Sep 2014 12:01:57 +0100
domframework (0.8-1) testing; urgency=low
* renderer : Add variables support to layout. All variable defined in
$variable is available in $XXX in the layout file. It can be used with php

View File

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