Roger Ineichen wrote:
Log message for revision 88121: Added release note
Changed: U zope.app.container/trunk/CHANGES.txt
-=- Modified: zope.app.container/trunk/CHANGES.txt =================================================================== --- zope.app.container/trunk/CHANGES.txt 2008-07-08 17:45:53 UTC (rev 88120) +++ zope.app.container/trunk/CHANGES.txt 2008-07-08 17:46:50 UTC (rev 88121) @@ -2,6 +2,13 @@ CHANGES =======
+ +Heads up: + +Relase zope.app.authentication 3.4.2 if this 3.6.1 get released. It contains a +bugfix based on the BTreeContainer re-implementation. + +
I think this it can be released now. The fix you applied was needed either way, if I'm correct. GroupFolder's __init__ was not calling its own super's __init__ but the super __init__ of BTreeFolder. This should have worked before and after the changes in zope.app.container 3.6.x. Of course, it'd be good to test this with both zope.app.container 3.5.x and 3.6.x first :)