Zope 2.8.9, Zope 2.9.7, Zope 2.10.3 released
The Zope developer community I is pleased to announce the release of three new Zope releases: 2.8.9, 2.9.7 and 2.10.3. You can download the releases from: http://www.zope.org/Products/Zope/2.8.9/ http://www.zope.org/Products/Zope/2.9.7/ http://www.zope.org/Products/Zope/2.10.3/ The release notes and release information are available directly from the links above. All releases are bugfix releasse and include the hotfix published some days ago: http://www.zope.org/Products/Zope/Hotfix-2007-03-20 - -- Andreas Jung -- ZOPYX Ltd. & Co. KG - Charlottenstr. 37/1 - 72070 Tübingen - Germany Web: www.zopyx.com - Email: info@zopyx.com - Phone +49 - 7071 - 793376 E-Publishing, Python, Zope & Plone development, Consulting
I uploaded corrected versions of the Zope 2.9.7 and 2.10.3 tar-balls. The tar-balls released yesterday contained a bug that caused a startup failure when using "zopectl start". Andreas --On 25. März 2007 12:45:58 +0100 Andreas Jung <lists@zopyx.com> wrote:
The Zope developer community I is pleased to announce the release of three new Zope releases: 2.8.9, 2.9.7 and 2.10.3.
You can download the releases from:
http://www.zope.org/Products/Zope/2.8.9/
http://www.zope.org/Products/Zope/2.9.7/
http://www.zope.org/Products/Zope/2.10.3/
The release notes and release information are available directly from the links above.
All releases are bugfix releasse and include the hotfix published some days ago:
http://www.zope.org/Products/Zope/Hotfix-2007-03-20
- -- Andreas Jung
-- ZOPYX Ltd. & Co. KG - Charlottenstr. 37/1 - 72070 Tübingen - Germany Web: www.zopyx.com - Email: info@zopyx.com - Phone +49 - 7071 - 793376 E-Publishing, Python, Zope & Plone development, Consulting
-- ZOPYX Ltd. & Co. KG - Charlottenstr. 37/1 - 72070 Tübingen - Germany Web: www.zopyx.com - Email: info@zopyx.com - Phone +49 - 7071 - 793376 Registergericht: Amtsgericht Stuttgart, Handelsregister A 381535 Geschäftsführer/Gesellschafter: ZOPYX Limited, Birmingham, UK ------------------------------------------------------------------------ E-Publishing, Python, Zope & Plone development, Consulting
Andreas Jung, on 2007-03-26:
I uploaded corrected versions of the Zope 2.9.7 and 2.10.3 tar-balls. The tar-balls released yesterday contained a bug that caused a startup failure when using "zopectl start".
Great, thank you! I tested the new tar balls and they work fine now. Any chance of doing this for 2.8.9 as well, as this has the same bug? -- Maurits van Rees | http://maurits.vanrees.org/ [NL] Work | http://zestsoftware.nl/ "Do not worry about your difficulties in computers, I can assure you mine are still greater."
--On 26. März 2007 20:29:21 +0000 Maurits van Rees <m.van.rees@zestsoftware.nl> wrote:
Andreas Jung, on 2007-03-26:
I uploaded corrected versions of the Zope 2.9.7 and 2.10.3 tar-balls. The tar-balls released yesterday contained a bug that caused a startup failure when using "zopectl start".
Great, thank you! I tested the new tar balls and they work fine now.
Any chance of doing this for 2.8.9 as well, as this has the same bug?
The 2.8.9 release does not contain this error since Python decorators aren't available in Python 2.3 (the official blessed Python version). Andreas
On 3/27/07, Andreas Jung <lists@zopyx.com> wrote:
The 2.8.9 release does not contain this error since Python decorators aren't available in Python 2.3 (the official blessed Python version).
The problem *does* exist as decorators are just a nice way of spelling: methodName = decoratorName(methodName) That's how the postonly decorator is applied in 2.8 and in the Hotfix, and the REQUEST parameter is still required. I fixed this in the 2.8 branch as well last night. -- Martijn Pieters
--On 27. März 2007 07:41:06 +0200 Martijn Pieters <mj@zopatista.com> wrote:
On 3/27/07, Andreas Jung <lists@zopyx.com> wrote:
The 2.8.9 release does not contain this error since Python decorators aren't available in Python 2.3 (the official blessed Python version).
The problem *does* exist as decorators are just a nice way of spelling:
methodName = decoratorName(methodName)
That's how the postonly decorator is applied in 2.8 and in the Hotfix, and the REQUEST parameter is still required. I fixed this in the 2.8 branch as well last night.
You're right. I did not notice that the decorator emulation moved *of course* after the method...blame it on the summer time or the late night :-) Andreas
participants (3)
-
Andreas Jung -
Martijn Pieters -
Maurits van Rees