Version 0.34 : start packaging

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3343 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2016-12-23 14:23:28 +00:00
parent f3bff5040a
commit 709ff57eee
2 changed files with 14 additions and 1 deletions

13
debian/changelog vendored
View File

@@ -1,3 +1,16 @@
domframework (0.34-1) testing; urgency=low
* file : Do not allow the locks to be done if the file to lock doesn't exists
* DomCI : remove all the too long lines, the starting tabs, the ending spaces
* DomCI : Validate the PHPDoc for all the parameters, methods and classes
* smtp : if there is an error with the server, send QUIT and close correctely
the connection
* authparams : if the email is not provided by Shibboleth, reject the auth
instead of having a warning
* file : add the methods is_readable, is_writeable, is_executable, glob
-- Dominique Fournier <dominique@fournier38.fr> Fri, 23 Dec 2016 15:23:01 +0100
domframework (0.33-1) testing; urgency=medium domframework (0.33-1) testing; urgency=medium
* file : bug in the rmdir recursive * file : bug in the rmdir recursive

View File

@@ -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.31"); define ("DOMFRAMEWORK_VERSION", "0.34");