From 89cc7911f5be270851114d55d4b9576dd8d7b8a8 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Fri, 2 Jun 2017 08:32:31 +0000 Subject: [PATCH] Start packaging 0.38-1 git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3746 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- debian/changelog | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/debian/changelog b/debian/changelog index 30d3701..ccfeca4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,26 @@ +domframework (0.38-1) testing; urgency=low + + FEATURES ADDED: + * Add the documentation on the Web site + + CORRECTED BUGS: + * dblayeroo: the connect process need now the database name and generate an + Exception if not provided in the DSN + * modelGenerator: catch the Database connection exception correctely + * route: catch the regex syntax error correctely + * route: catch the exception generated by route itself and display the error + page + * smtp: throw an exception if the TO is not defined + * file: update glob function to clean correctely in relative mode + * file: add unit tests for glob function + * mail: notice if malformed mail is corrected + * markdown: allow to escape a part of string with backslash to not apply the + markdown translation + * markdown: manage correctely the backslashes and the emphasis and the HR + separators + + -- Dominique Fournier Fri, 02 Jun 2017 10:32:17 +0200 + domframework (0.37-1) testing; urgency=low FEATURES ADDED: