Start packaging of 0.49 version
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@4015 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
20
debian/changelog
vendored
20
debian/changelog
vendored
@@ -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 <dominique@fournier38.fr> Fri, 05 Jan 2018 11:12:44 +0100
|
||||||
|
|
||||||
domframework (0.48-1) testing; urgency=low
|
domframework (0.48-1) testing; urgency=low
|
||||||
|
|
||||||
FEATURES ADDED:
|
FEATURES ADDED:
|
||||||
|
|||||||
@@ -11,4 +11,4 @@
|
|||||||
if (!defined ("DOMFRAMEWORK_VERSION") ||
|
if (!defined ("DOMFRAMEWORK_VERSION") ||
|
||||||
version_compare (DOMFRAMEWORK_VERSION, "0.6") < 0)
|
version_compare (DOMFRAMEWORK_VERSION, "0.6") < 0)
|
||||||
die ("Your DomFramework version is too old : 0.6 minimum\n"); */
|
die ("Your DomFramework version is too old : 0.6 minimum\n"); */
|
||||||
define ("DOMFRAMEWORK_VERSION", "0.48");
|
define ("DOMFRAMEWORK_VERSION", "0.49");
|
||||||
|
|||||||
Reference in New Issue
Block a user