From 1f994825589d999c090c9f21d9f65b138ce77ff0 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Fri, 5 Jan 2018 10:13:01 +0000 Subject: [PATCH] Start packaging of 0.49 version git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@4015 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- debian/changelog | 20 ++++++++++++++++++++ version.php | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index fffb1f6..5e5d02a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +domframework (0.49-1) testing; urgency=low + + FEATURES ADDED: + * route : Add the proxy support for baseURL and requestURL + * dblayeroo: allow the foreign keys to be a NOT NULL field, then not be tested + * dblayeroo: the post execute select must not convert a NULL to INT if a + column definition is INTEGER + * Add fork support + * Add daemon support + * Add TCP client support. Allow to connect easily and get data in SSL or + unencrypted mode to a TCP server + * Add TCP server support. Allow to create a TCP server with or without SSL + encryption + + CORRECTED BUGS: + * form: select field : allow the provided value to be an integer and work + correctely in comparison with the string defaults values + + -- Dominique Fournier Fri, 05 Jan 2018 11:12:44 +0100 + domframework (0.48-1) testing; urgency=low FEATURES ADDED: diff --git a/version.php b/version.php index c497f5d..0675aea 100644 --- a/version.php +++ b/version.php @@ -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.48"); +define ("DOMFRAMEWORK_VERSION", "0.49");