diff --git a/debian/changelog b/debian/changelog index 9c84ea6..6edcef0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,27 @@ +domframework (0.23-1) testing; urgency=low + * Add inifile support + * authzgroups : Raise an exception if there is a SQL error + * authzgroups : the "right" alias is now between double-quotes to be + compatible with MySQL + * language : allow to force the language from anoter source than the cookie + and the browser params + * Rename all the datas to data + * Rename all the informations to information + * route : Pass to renderer the information concerning the routing and the + exception + * form : add the javascript to focus on the first field if there is no error, + or on the first error when there is one + * Check if all the translations are done by dgettext("domframework", + * ipaddresses : Add support to calculations on IP addresses + * route : ratelimit the errors to not allow the hackers to brute force the + backend + * route : do not exit in error part to allow the unit tests + * route : update the unit tests + * BUG Markdown : if an automatic URL have two underscores, the work and + the URL is incorrect + * dblayer : removing the unused create function (later than 0.8) + -- Dominique Fournier Tue, 23 Feb 2016 14:43:57 +0100 + domframework (0.22-1) testing; urgency=low * dblayerauthzgroups : allow the user to be provided by auth object directely * route : allow the routing to be chained : return $this each time diff --git a/debian/makePackageDebian b/debian/makePackageDebian index 1bef7f0..4991225 100755 --- a/debian/makePackageDebian +++ b/debian/makePackageDebian @@ -1,6 +1,6 @@ #!/bin/bash -x # Think about changing the version.php file !! -VERSION="0.22" +VERSION="0.23" PACKAGE="domframework" rm -rf /tmp/${PACKAGE}pack mkdir /tmp/${PACKAGE}pack