Because it's Valentines Day, because I adore you all, and because my wife is out of town on business all week, Plone 5.1.0 has been soft-released. Please give it a try and let me know if there are any critical issues. http://dist.plone.org/release/5.1-pending/versions.cfg
For those who haven’t run across soft-releases before, this is the
last step before the final release. Because things haven’t been
finalized yet, some packages may change between now and the release. It
is not recommended to use soft-releases in production.
Can we have a new release for plone.app.locales and include it in final 5.1? Since last week the spanish translation has been completed (it was 80% beforehand).
I haven’t ruled out all local id10t errors yet, but it seems that ZEO = 5.1.1 version pin is giving me problems.
Relstorage < 2.0.0 gives an errror on startup:
File "/home/flip/plone5/rfasite/eggs/RelStorage-1.6.3-py2.7.egg/relstorage/options.py", line 22, in <module>
from ZEO.zrpc.connection import Connection as __Connection
ImportError: No module named zrpc.connection
Relstorage 2.1.0 doesn't build:
[versions] constraint on zeo: 5.1.1
Requirement of relstorage: ZEO<5.0,>=4.3.1
While:
Updating instance.
Error: The requirement ('ZEO<5.0,>=4.3.1') is not allowed by your [versions] constraint (5.1.1)
OK I know it's not directly Plone related but when I run buildout for CastleCMS using Plone 5.1 I get:
Version and requirements information containing zope.configuration:
[versions] constraint on zope.configuration: 3.7.4
Requirement of Zope2>=2.12.1: zope.configuration
Requirement of z3c.jbot: zope.configuration
Requirement of z3c.unconfigure: zope.configuration>=3.8.0
Requirement of plone.contentrules: zope.configuration
Requirement of zope.viewlet: zope.configuration
Requirement of zope.sendmail: zope.configuration
Requirement of zope.publisher: zope.configuration
Requirement of zope.i18n[zcml]: zope.configuration
Requirement of zope.configuration: setuptools
Requirement of zope.configuration: zope.schema
Requirement of zope.configuration: zope.interface
Requirement of zope.configuration: zope.i18nmessageid
Requirement of zope.browserresource: zope.configuration
Requirement of zope.browserpage: zope.configuration
Requirement of zope.browsermenu: zope.configuration
Requirement of AccessControl>=2.13.2: zope.configuration
Requirement of z3c.form: zope.configuration
Requirement of plone.tiles: zope.configuration
Requirement of plone.resource: zope.configuration
Requirement of plone.behavior: zope.configuration
While:
Installing instance.
Error: The requirement ('zope.configuration>=3.8.0') is not allowed by your [versions] constraint (3.7.4)
Hi again ... I found a problem with:
Products/CMFPlone/skins/plone_scripts/mail_password.py
If a user fills in an unknown user mail_password_form?userid=nosuchUserId, I would get an
*** AttributeError: 'RequestContainer' object has no attribute 'mail_password_form'
Is this a new (regression) bug or is it something that is in Plone 5.0.x too? What we are looking for here are (bad) bugs in the 5.1 release that make it impossible to use.