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");