diff --git a/debian/changelog b/debian/changelog index aa54537..250a063 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Fri, 23 Dec 2016 15:23:01 +0100 + domframework (0.33-1) testing; urgency=medium * file : bug in the rmdir recursive diff --git a/version.php b/version.php index 67f7d2f..c65ef3d 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.31"); +define ("DOMFRAMEWORK_VERSION", "0.34");