[Checkins] SVN: grok/branches/1.0/ add grokcore.startup version in versions.cfg and update changelog about not registering the IReRaiseException adapter anymore

Jan-Wijbrand Kolman janwijbrand at gmail.com
Tue Oct 6 15:49:33 EDT 2009


Log message for revision 104844:
  add grokcore.startup version in versions.cfg and update changelog about not registering the IReRaiseException adapter anymore

Changed:
  U   grok/branches/1.0/CHANGES.txt
  U   grok/branches/1.0/versions.cfg

-=-
Modified: grok/branches/1.0/CHANGES.txt
===================================================================
--- grok/branches/1.0/CHANGES.txt	2009-10-06 19:39:41 UTC (rev 104843)
+++ grok/branches/1.0/CHANGES.txt	2009-10-06 19:49:33 UTC (rev 104844)
@@ -4,8 +4,12 @@
 1.0 (unreleased)
 ================
 
-* Use newer versions of simplejson and pytz. 
-  
+* Removed IReRaiseException adapter registration for IUnauthorized again in
+  favor of using grokcore.startup's configurable``debug_application_factory``
+  WSGI application factory function.
+
+* Use newer versions of simplejson and pytz.
+
   See also https://bugs.launchpad.net/grok/+bug/432115
 
 

Modified: grok/branches/1.0/versions.cfg
===================================================================
--- grok/branches/1.0/versions.cfg	2009-10-06 19:39:41 UTC (rev 104843)
+++ grok/branches/1.0/versions.cfg	2009-10-06 19:49:33 UTC (rev 104844)
@@ -3,6 +3,7 @@
 grokcore.component = 1.7
 grokcore.formlib = 1.4
 grokcore.security = 1.2
+grokcore.startup = 0.4
 grokcore.view = 1.12.2
 grokcore.viewlet = 1.3
 grokui.admin = 0.3.2



More information about the checkins mailing list