Re: SVN: zope.app.container/trunk/CHANGES.txt Added release note
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 :)
Hi Philipp
Betreff: Re: SVN: zope.app.container/trunk/CHANGES.txt Added release note
[...]
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.
Yes
Of course, it'd be good to test this with both zope.app.container 3.5.x and 3.6.x first :)
It works on my old and new projects which uses different container packages. Just released zope.app.authentication 3.4.2 Regards Roger Ineichen _____________________________ END OF MESSAGE
participants (2)
-
Philipp von Weitershausen -
Roger Ineichen