diff --git a/debian/changelog b/debian/changelog index bddb50e..628a45d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +domframework (0.15-1) testing; urgency=low + * form : add the textarea support + * auth : if the user is already authenticated and the URL back is provided, + add a link to the defined URL + * logger : allow the facility and loglevel to be string. They are converted + into integer before use + * config : add the function docComment to read the parameters from the default + config file. It permits to create easily the interface to configure the soft + -- Dominique Fournier Thu, 07 May 2015 13:07:57 +0100 + domframework (0.14-1) testing; urgency=low * BUG config : an array with "not configured" should not be presented if there is another entry available diff --git a/debian/makePackageDebian b/debian/makePackageDebian index 60cdfb6..936d420 100755 --- a/debian/makePackageDebian +++ b/debian/makePackageDebian @@ -1,6 +1,6 @@ #!/bin/bash -x # Think about changing the version.php file !! -VERSION="0.14" +VERSION="0.15" PACKAGE="domframework" rm -rf /tmp/${PACKAGE}pack mkdir /tmp/${PACKAGE}pack