Start packaging of 0.35 version
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3483 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
24
debian/changelog
vendored
24
debian/changelog
vendored
@@ -1,3 +1,27 @@
|
||||
domframework (0.35-1) testing; urgency=low
|
||||
|
||||
FEATURES ADDED:
|
||||
* authentication : allow logout to provide a url to be displayed after
|
||||
successful logout
|
||||
* color : allow to translate a color in english to RGB or GD color
|
||||
* dblayeroo : add a new dblayer class. More OO, supports more options than
|
||||
dblayer
|
||||
* fts : The Full Text Search module for dummies
|
||||
* route : add the mapRoute function to know the matching route search
|
||||
comparison
|
||||
* dblayer : allow the read order to be written in lowercase too
|
||||
|
||||
CORRECTED BUGS:
|
||||
* auth : manage correctely the urls with quotes
|
||||
* csrf : manage multiple CSRF tokens in the same PHP call (and provide the
|
||||
same result) : pseudo-singleton
|
||||
* dblayer : the length of the fields must be checked in UTF-8 and not in
|
||||
Latin1
|
||||
* route : redirect analyzer is not check if the value doesn't exists
|
||||
* route : do not cache the baseURL if the Absolute parameter is set
|
||||
|
||||
-- Dominique Fournier <dominique@fournier38.fr> Wed, 29 Mar 2017 14:50:18 +0200
|
||||
|
||||
domframework (0.34-1) testing; urgency=low
|
||||
|
||||
* file : Do not allow the locks to be done if the file to lock doesn't exists
|
||||
|
||||
@@ -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.34");
|
||||
define ("DOMFRAMEWORK_VERSION", "0.35");
|
||||
|
||||
Reference in New Issue
Block a user