From 85b19518f409f7ce78d2cd4c5c18cd705ba8489e Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 23 Oct 2009 21:00:09 +0000 Subject: Remove 'Respond' exception (its addition would be purely speculative: we solved the reissue_time authentication policy issue a different way). --- CHANGES.txt | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 0f6818e3c..98ec6d08f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -14,12 +14,6 @@ Features registration of "settings" values obtained via ``repoze.bfg.settings.get_settings()`` for use in unit tests. -- A new exception exists: ``repoze.bfg.exceptions.Respond``. This - exception can be raised during view execution return a response. - This is effectively a goto, useable by code that has no capability - to otherwise return a response. It is documented in the - ``repoze.bfg.exceptions`` API documentation. - - The name ``root`` is available as an attribute of the request slightly earlier now (before a NewRequest event is emitted). ``root`` is the result of the application "root factory". @@ -33,11 +27,6 @@ Features Bug Fixes --------- -- Re-issue authentication ticket if the cookie has expired when using - ``repoze.bfg.security.remember`` when the - ``authtktauthenticationpolicy`` authentication policy is in effect. - (Patch from Andreas Zeidler). - - Fix bug encountered during "scan" (when ```` directive is used in ZCML) introduced in 1.1a7. Symptom: ``AttributeError: object has no attribute __provides__`` raised at startup time. -- cgit v1.2.3