Plone 5.0.6 soft-released

Plone 5.0.6 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.0.6-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.

Eric

Changelog:


plone.app.locales: 5.0.10 → 5.0.11
----------------------------------
- German: Change the querystring criteria group from "Daten" to "Datum".
  It''s right, that "Daten" is the plural of "Datum".
  But the naming is misleading and means the same like the english "data".
  [thet]

- German: Change "Ort" to "Path" for translations indicating the hierarchical location of some content.
  Fixes: #117
  [thet]

- Minor German updates.
  [thet]

- Updated Tranditional Chinese translations.
  [l34marr]

- Updated italian translation.
  [keul]


plone.app.redirector: 1.3.1 → 1.3.2
-----------------------------------
Bug fixes:

- Use zope.interface decorator.
  [gforcada]


plone.app.textfield: 1.2.6 → 1.2.7
----------------------------------
Bug fixes:

- Use zope.interface decorator.
  [gforcada]


plone.app.upgrade: 1.3.25 → 1.3.27
----------------------------------
Bug fixes:

- Add empty upgrade step for 4.3.11.
  [esteele]

- Add empty upgrade step for 5.0.6.
  [esteele]

- Remove deprecated ``mockup-registry`` and ``mockup-parser`` resources.
  [thet]

- Update ``last_compilation`` to deliver new bundles.
  [thet]

- Add missing ``jquery.browser`` dependency which is needed by patternslib.
  [thet]

- Use zope.interface decorator.
  [gforcada]


plone.app.users: 2.3.6 → 2.3.7
------------------------------
Bug fixes:

- Use zope.interface decorator.
  [gforcada]


plone.app.uuid: 1.1 → 1.1.1
---------------------------
Bug fixes:

- Use zope.interface decorator.
  [gforcada]


plone.app.viewletmanager: 2.0.9 → 2.0.10
----------------------------------------
Bug fixes:

- Use zope.interface decorator.
  [gforcada]

- Correctly log exception if viewlet rendering failed.
  [jensens]


plone.app.widgets: 2.0.5 → 2.0.6
--------------------------------
Bug fixes:

- Use zope.interface decorator.
  [gforcada]


plone.app.workflow: 2.2.5 → 2.2.6
---------------------------------
Bug fixes:

- Use zope.interface decorator.
  [gforcada]


plone.alterego: 1.0 → 1.0.1
---------------------------
Bug fixes:

- Use zope.interface decorator.
  [gforcada]


plone.batching: 1.1.0 → 1.1.1
-----------------------------
Bug fixes:

- Use zope.interface decorator.
  [gforcada]


plone.behavior: 1.1.1 → 1.1.2
-----------------------------
New features:

- New option to register a behavior only by its short name and not by its dotted name.
  This enables more advanced behavior subclassing capabilities.
  [jensens]


plone.cachepurging: 1.0.11 → 1.0.12
-----------------------------------
Bug fixes:

- Use zope.interface decorator.
  [gforcada]


plone.caching: 1.1.0 → 1.1.1
----------------------------
Bug fixes:

- Use zope.interface decorator.
  [gforcada]


plone.contentrules: 2.0.5 → 2.0.6
---------------------------------
Bug fixes:

- Use zope.interface decorator.
  [gforcada]


plone.dexterity: 2.4.2 → 2.4.3
------------------------------
Bug fixes:

- Use zope.interface decorator.
  [gforcada]


plone.event: 1.3 → 1.3.1
------------------------
Bug fixes:

- Use zope.interface decorator.
  [gforcada]


plone.folder: 1.0.8 → 1.0.9
---------------------------
Bug fixes:

- Use zope.interface decorator.
  [gforcada]


plone.formwidget.datetime: 1.3 → 1.3.1
--------------------------------------
Bug fixes:

- Marked in setup.py as also compatible with Plone 4.3, next to 5.0.  [maurits]

- Use zope.interface decorator.
  [gforcada]


plone.formwidget.querystring: 1.1.6 → 1.1.7
-------------------------------------------
Bug fixes:

- Use zope.interface decorator.
  [gforcada]


plone.formwidget.recurrence: 2.1.0 → 2.1.1
------------------------------------------
Bug fixes:

- Use zope.interface decorator.
  [gforcada]


plone.i18n: 3.0.4 → 3.0.5
-------------------------
Bug fixes:

- Use zope.interface decorator.
  [gforcada]


plone.locking: 2.1.1 → 2.1.2
----------------------------
Bug fixes:

- Use zope.interface decorator.
  [gforcada]


plone.portlet.collection: 3.0.6 → 3.1
-------------------------------------
New features:

- If collection is default page in parent, link to parent.
  [malthe]

Bug fixes:

- Use zope.interface decorator.
  [gforcada]


plone.portlets: 2.2.2 → 2.2.3
-----------------------------
Bug fixes:

- Use zope.interface decorator.
  [gforcada]


plone.protect: 3.0.18 → 3.0.19
------------------------------
New features:

- Added protect.js from plone4.csrffixes.  This adds an ``X-CSRF-TOKEN``
  header to ajax requests.
  Fixes https://github.com/plone/plone.protect/issues/42
  [maurits]

Bug fixes:

- Use zope.interface decorator.
  [gforcada]


plone.reload: 2.0.1 → 2.0.2
---------------------------
Bug fixes:

- Use zope.interface decorator.
  [gforcada]


plone.resource: 1.0.5 → 1.0.6
-----------------------------
Bug fixes:

- Do not leave an ``.svn`` file behind when running the tests.  [maurits]

- Use zope.interface decorator.
  [gforcada]


plone.rfc822: 1.1.2 → 1.1.3
---------------------------
Bug fixes:

- code cleanup: pep8, isort, utf8 headers et al.
  [jensens]

- Use zope.interface decorator.
  [gforcada]


plone.schemaeditor: 2.0.10 → 2.0.11
-----------------------------------
Bug fixes:

- Use zope.interface decorator.
  [gforcada]


plone.stringinterp: 1.1.3 → 1.1.4
---------------------------------
Bug fixes:

- Use zope.interface decorator.
  [gforcada]


plonetheme.sunburst: 1.5.2 → 1.5.3
----------------------------------
Bug fixes:

- Use zope.interface decorator.
  [gforcada]


five.intid: 1.1.0 → 1.1.1
-------------------------
Bug fixes:

- Acquisition-unwrap each item in the aq_iter chain, as ``getSite().__parent__`` might return an object aquired from the original context which breaks the parent loop detection.
  [thet]

- Prevent errors on ``moveIntIdSubscriber`` when the ``IKeyReference`` adapter
  raises a ``NotYet``, e.g. because the object does not have a proper path.
  [ale-rt]


plone.app.intid: 1.1.1 → 1.1.2
------------------------------
Bug fixes:

- setuphandler now can deal with could-not-adapt exception (TypeError).

- This may happen and must not stop the handler from working


plone.app.debugtoolbar: 1.1.0 → 1.1.1
-------------------------------------
Bug fixes:

- Use zope.interface decorator.
  [gforcada]


plone.app.referenceablebehavior: 0.7.4 → 0.7.5
----------------------------------------------
Bug fixes:

- Use zope.interface decorator.
  [gforcada]


plone.app.versioningbehavior: 1.2.8 → 1.2.9
-------------------------------------------
Bug fixes:

- Use zope.interface decorator.
  [gforcada]


plone.formwidget.autocomplete: 1.2.9 → 1.2.10
---------------------------------------------
Bug fixes:

- Update setup.py url to point to github.
  [esteele]

- Use zope.interface decorator.
  [gforcada]


plone.formwidget.contenttree: 1.0.14 → 1.0.15
---------------------------------------------
Bug fixes:

- Use zope.interface decorator.
  [gforcada]


plone.app.multilingual: 4.0.2 → 4.0.3
-------------------------------------
Bug fixes:

- Use zope.interface decorator.
  [gforcada]


archetypes.multilingual: 3.0.2 → 3.0.3
--------------------------------------
Bug fixes:

- Use zope.interface decorator.
  [gforcada]

It would be nice to have this PR in the next release:

At least for me is fixing a Plone4 -> Plone5 migration problem.

If it is too late, never mind :slight_smile:

5.0.6 pending works for me.

5.0.6-pending works fine in my tests.

Can I has 5.0.6 pleeze?

2 Likes

I don't know since when, but there is a 5.0.6 now:
http://dist.plone.org/release/5.0.6/

Note: this does not contain the hotfixes.

@esteele The versions.cfg still contains Products.CMFPlone 5.0.6rc1.

@esteele can you please clarify the state of 5.0.6? The versions.cfg now points to Products.CMFPlone 5.0.6 but it is not contained in the folder.

Also just to mention that the 5.0 link here: https://plone.org/download points to 5.0.5 whereas I see that 5.0.6 has been released? https://launchpad.net/plone/+milestone/5.0.6
Likewise the 4.3 link points to 4.3.10 instead of 4.3.11?

Note that tt may take some time before the UnifiedInstaller is built and uploaded to launchpad.

Ok. We've got all of the installers now, so 5.0.6 is officially released.

1 Like

Thanks Eric!

Can you upload the Product.CMFPlone 5.0.6 tarball to http://dist.plone.org/release/5.0.6? As indicated above, there is only 5.0.6rc1.