From b2dc514d39972ebf8235ce814c416da9ba974dbd Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Tue, 14 Apr 2020 11:56:28 +0000 Subject: [PATCH] Start packaging for 0.59 version git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@5915 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- debian/changelog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/debian/changelog b/debian/changelog index 023947c..840bacd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +domframework (0.59-1) testing; urgency=low + + FEATURES ADDED: + * Add modelGraph.php in Tools. Generate the ER Diagram of an existing + database. Based on graphviz + * Convert : update humanSize to supports negative numbers or numbers between + -1 an d 1. Add Unit Tests + * Add encrypt/decrypt support + * JWT : allow to encrypt the payload + * authentication : allow to store the user password if the REST authentication + is valid + * Update http bestChoice to support the priority provided by the user + * rest : add unit tests and rewrite to use the real MIME types + * XMPP Client : basic message send to XMPP server + + CORRECTED BUGS: + * getopts : in case of execution in Website, do not generate any error + + -- Dominique Fournier Tue, 14 Apr 2020 13:56:10 +0200 + domframework (0.58-1) testing; urgency=low FEATURES ADDED: