From 7c5b79632dc2d5ecb6752261ea0f8aeb44376626 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Thu, 31 Oct 2019 08:24:32 +0000 Subject: [PATCH] Start packaging for 0.58 git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@5628 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- debian/changelog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/debian/changelog b/debian/changelog index d4cf1f0..4614cbd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,25 @@ +domframework (0.58-1) testing; urgency=low + + FEATURES ADDED: + * mail : Add folding + * route : relative routes are now relative to site base and not relative to + current directory. Due to bad coded crawlers and browser as they don't + manage correctely the ../ in front of relative URL. + * logger : remove the \n in syslog as they are written as #012 + * dblayeroo : allow one to log with priority + * dblayeroo : transactions are now logged like the other commands + * console : Rewrite all the suggest call method. Parameter change is now an + array split + * form : Add Bootstrap4 support (change formThemplate to select). Bootstrap3 + always the default one + + CORRECTED BUGS: + * mail : getDetails return attachmentDetails at empty if no attach is defined + * console : up and down keys generate warning because of the timestamp record + * console : reset Bold was not working on linux TTY + + -- Dominique Fournier Thu, 31 Oct 2019 09:24:19 +0100 + domframework (0.57-1) testing; urgency=low FEATURES ADDED: