From fc59da2b0c7d92cde69f3fa47630e0ead1d4e57a Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Thu, 7 May 2015 11:08:19 +0000 Subject: [PATCH] Start the packaging of 0.15 version git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2150 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- debian/changelog | 10 ++++++++++ debian/makePackageDebian | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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