Start packaging for 0.57 version

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@5464 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2019-09-10 10:58:50 +00:00
parent 32542c44b8
commit 7645210dfb
2 changed files with 13 additions and 1 deletions

12
debian/changelog vendored
View File

@@ -1,3 +1,15 @@
domframework (0.57-1) testing; urgency=low
FEATURES ADDED:
* Add the macaddresses support
* file : add fileArray (can not be named 'file' as it is the class name)
* httpclient : allow to get TCP source/dest IP and ports in getInfo method
* dblayeroo : Add BLOB support
* csrf : allow to get multiple browser windows by storing multiple CSRF tokens
* form : remove the used CSRF token after getting the values
-- Dominique Fournier <dominique@fournier38.fr> Tue, 10 Sep 2019 12:58:35 +0200
domframework (0.56-1) testing; urgency=low
FEATURES ADDED:

View File

@@ -11,4 +11,4 @@
if (!defined ("DOMFRAMEWORK_VERSION") ||
version_compare (DOMFRAMEWORK_VERSION, "0.6") < 0)
die ("Your DomFramework version is too old : 0.6 minimum\n"); */
define ("DOMFRAMEWORK_VERSION", "0.56");
define ("DOMFRAMEWORK_VERSION", "0.57");