Zope 2.6.0 Beta 1 Released
ZOPE 2.6.0 Beta 1 Released Zope 2.6.0 represents the first Zope release formed with a large number of community contributions. You may download Zope 2.6.0b1 from Zope.org: http://www.zope.org/Products/Zope/2.6.0b1/ Users of the Zope source release should note that Python 2.1.3 is now the required platform. Python 2.1.3 includes a fix to an issue that could cause crashes in Zope. Particular features of interest in Zope 2.6.0b1: * Gzip content compression when serving pages * ZCTextIndex plug-in index * Signal Handling and Log Rotation * Addition of a new default view setting ability * New profiling abilities * Improved daemon mode * Enhanced text indexing * Improved object cache control * Automatic browser ID string embedding in URLs * Automatic quoting of form variables implicitly retrieved from REQUEST but not REQUEST.form * Major improvments to BTree and Catalog code * i18n translation support for TAL * Bugfixes for Colletor issues 61, 72, 79, 117, 151, 160, 178, 186, 196, 238, 271, 272, 304, 358, 402, 412, 421, 433, 437, 446, 448, 454, 458, 465, 478, 510, 512, 516, 525, 528, 541, 547, 550, 574, 583 * Linux binary build includes Python 2.1.3 with Large File Support enabled compiled against glibc-2.1.3 * Solaris binary build includes Python 2.1.3 with Large File Support enabled compiled against Solaris 8 For more information on what is new in this release, see the CHANGES.txt and HISTORY.txt files for the release: * http://www.zope.org/Products/Zope/2.6.0b1/CHANGES.txt * http://www.zope.org/Products/Zope/2.6.0b1/HISTORY.txt For more information on the available Zope releases, guidance for selecting the right distribution and installation instructions, please see: http://www.zope.org/Documentation/Misc/InstallingZope.html -- Matt Kromer Zope Corporation http://www.zope.com/
Congratulations! It's a beta! Have a cigar!
Tip for people installing this on imeme's freebsd 4.3, perhaps others: you could get around around the missing wchar.h error by disabling that line in /usr/local/include/python2.1/unicodeobject.h
PS I'm seeing a new Attribute error: __getitem__ at ZPublisher.BaseRequest old_validation line 483 when I try to access certain folders via ZMI or FTP. Anyone else ? -Simon
No, not me. Is this an exception in a page or on the console?
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Simon Michael Sent: Wednesday, September 25, 2002 2:29 PM To: zope@zope.org Subject: [Zope] Re: Zope 2.6.0 Beta 1 Released
PS I'm seeing a new Attribute error: __getitem__ at ZPublisher.BaseRequest old_validation line 483 when I try to access certain folders via ZMI or FTP. Anyone else ?
-Simon
Simon Michael <simon@joyful.com> writes:
PS I'm seeing a new Attribute error: __getitem__ at ZPublisher.BaseRequest old_validation line 483 when I try to access certain folders via ZMI or FTP.
Ah, nothing to do with 2.6; I removed some products including exUserFolder but still had XUFs in my zodb. This issue breaks zwiki though, fix posted: http://collector.zope.org/Zope/432 http://zwiki.org/IssueNo0270
participants (4)
-
Charlie Reiman -
Chris Withers -
Matthew T. Kromer -
Simon Michael