Start packaging 0.38-1

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3746 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2017-06-02 08:32:31 +00:00
parent b01c837f55
commit 89cc7911f5

23
debian/changelog vendored
View File

@@ -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 <dominique@fournier38.fr> Fri, 02 Jun 2017 10:32:17 +0200
domframework (0.37-1) testing; urgency=low
FEATURES ADDED: