Re: [Zope-dev] Is Zope.2.7.4 feature frozen ?

2004-12-20 Thread Andreas Jung
--On Montag, 20. Dezember 2004 9:48 Uhr -0500 Jim Fulton <[EMAIL PROTECTED]> wrote: These are improvements of existing functionalies but not new features. I consider "improvements of existing functionality" to be a new feature. Third-dot releases should be only for bug fixes. Then I call them "n

Re: [Zope-dev] Is Zope.2.7.4 feature frozen ?

2004-12-20 Thread Jim Fulton
Andreas Jung wrote: --On Freitag, 17. September 2004 11:58 Uhr -0300 Rodrigo Dias Arruda Senra <[EMAIL PROTECTED]> wrote: However, I was lead to believe that 2.7.x was not feature frozen due to the "Zope 2.7.4 beta 1 - Features added ..." section in http://zope.org/Products/Zope/2.7.4b2/CHANGES.

Re: [Zope-dev] Is Zope.2.7.4 feature frozen ?

2004-12-17 Thread Andreas Jung
--On Freitag, 17. September 2004 11:58 Uhr -0300 Rodrigo Dias Arruda Senra <[EMAIL PROTECTED]> wrote: However, I was lead to believe that 2.7.x was not feature frozen due to the "Zope 2.7.4 beta 1 - Features added ..." section in http://zope.org/Products/Zope/2.7.4b2/CHANGES.txt These are improv

Re: [Zope-dev] Is Zope.2.7.4 feature frozen ?

2004-12-17 Thread Rodrigo Dias Arruda Senra
Jim Fulton wrote: Rodrigo Dias Arruda Senra wrote: Hi, is the Zope 2.7.4 feature frozen ? Huh? Zope 2.7 is feature frozen. New features need to go into 2.8. Jim Fair enough. I do understand the rationale why new features should follow major releases. However, I was lead to believe that 2.7.x wa

Re: [Zope-dev] Is Zope.2.7.4 feature frozen ?

2004-12-16 Thread Jim Fulton
Rodrigo Dias Arruda Senra wrote: Hi, is the Zope 2.7.4 feature frozen ? Huh? Zope 2.7 is feature frozen. New features need to go into 2.8. Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! CTO (540) 361-1714http://www.python.org Zope Corporat

Re: [Zope-dev] Is Zope.2.7.4 feature frozen ?

2004-12-16 Thread Rodrigo Dias Arruda Senra
Paul Winkler wrote: On Thu, Sep 16, 2004 at 11:16:22AM -0300, Rodrigo Dias Arruda Senra wrote: Hi, is the Zope 2.7.4 feature frozen ? If not, I believe that the patch : http://zope.org/Collectors/Zope/1584 It adds the directive 'extensions' to zope.conf. If overriden, then the specified d

Re: [Zope-dev] Is Zope.2.7.4 feature frozen ?

2004-12-16 Thread Paul Winkler
On Thu, Sep 16, 2004 at 11:16:22AM -0300, Rodrigo Dias Arruda Senra wrote: > Hi, > > is the Zope 2.7.4 feature frozen ? > > If not, I believe that the patch : >http://zope.org/Collectors/Zope/1584 >It adds the directive 'extensions' to zope.conf. >If overriden, then the specified dir

Re: [Zope-dev] Is Zope.2.7.4 feature frozen ?

2004-12-16 Thread Andreas Jung
--On Donnerstag, 16. September 2004 11:16 Uhr -0300 Rodrigo Dias Arruda Senra <[EMAIL PROTECTED]> wrote: Hi, is the Zope 2.7.4 feature frozen ? Yes. Nevertheless, that patch was cooked for 2.8. I volunteer to clean it, port it back and test it under 2.7.4b, and re-submit to ZC if approved. Con

[Zope-dev] Is Zope.2.7.4 feature frozen ?

2004-12-16 Thread Rodrigo Dias Arruda Senra
Hi, is the Zope 2.7.4 feature frozen ? If not, I believe that the patch : http://zope.org/Collectors/Zope/1584 It adds the directive 'extensions' to zope.conf. If overriden, then the specified directory will be used for ExternalMethods, instead of the default $INSTANCE/Extensions. IM