From 709ff57eee85463ca19f77cf8c764359da8d64af Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Fri, 23 Dec 2016 14:23:28 +0000 Subject: [PATCH] Version 0.34 : start packaging git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3343 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- debian/changelog | 13 +++++++++++++ version.php | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) 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");