From 4091757e65c62f345a530ffa75c15d49da2ac5a3 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Mon, 22 Sep 2014 14:04:59 +0000 Subject: [PATCH] Start of 0.10 version packaging git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1846 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- debian/changelog | 18 ++++++++++++++++++ debian/makePackageDebian | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e62b607..146ee53 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 diff --git a/debian/makePackageDebian b/debian/makePackageDebian index f4c88f1..42e0c67 100755 --- a/debian/makePackageDebian +++ b/debian/makePackageDebian @@ -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