[Checkins] SVN: grok/trunk/ 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:50:53 EDT 2009


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

Changed:
  U   grok/trunk/CHANGES.txt
  U   grok/trunk/versions.cfg

-=-
Modified: grok/trunk/CHANGES.txt
===================================================================
--- grok/trunk/CHANGES.txt	2009-10-06 19:49:33 UTC (rev 104844)
+++ grok/trunk/CHANGES.txt	2009-10-06 19:50:53 UTC (rev 104845)
@@ -4,11 +4,15 @@
 1.1 (unreleased)
 ================
 
+* Removed IReRaiseException adapter registration for IUnauthorized again in
+  favor of using grokcore.startup's configurable``debug_application_factory``
+  WSGI application factory function.
+
 * Use grokcore.site and grokcore.annotation instead of builtins
   implementations.
 
-* Use newer versions of simplejson and pytz. 
-  
+* Use newer versions of simplejson and pytz.
+
   See also https://bugs.launchpad.net/grok/+bug/432115
 
 

Modified: grok/trunk/versions.cfg
===================================================================
--- grok/trunk/versions.cfg	2009-10-06 19:49:33 UTC (rev 104844)
+++ grok/trunk/versions.cfg	2009-10-06 19:50:53 UTC (rev 104845)
@@ -5,6 +5,7 @@
 grokcore.formlib = 1.4
 grokcore.security = 1.2
 grokcore.site = 1.1
+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