Skip to content. Skip to navigation

Guide CMS

You are here: Home All CMS P Plone News Plone 2.5.5

Plone 2.5.5

by Guy Vigneault last modified 2007-12-05 09:09

This is a maintenance release for Plone 2.5.

Logo PloneNews from Plone Website

This release fixes a number of bugs and includes a fix for the CVE-2007-5741 security issue.

For additional information about this project, please visit the project page.

Available downloads

Release Tarball

For all platforms (9.8 MB)

Release Notes

State Final release
License GPL
Release Manager Alec Mitchell
Released 2007/12/04

Plone 2.5.5 includes the fix for CVE-2007-5741



Change log

Plone 2.5.5 - Final - released December 4, 2007

    - Moved folder_rename logic into PloneTool and added
      savepoint+rollback there as well.  Additionally, folder_rename
      now requires POST requests.
      [alecm]

    - Moved most folder_publish and folder_delete logic into PloneTool
      methods.  Added savepoints and rollbacks for folder publish and
      delete actions, so that partial deletions/transitions are not
      committed.  Made folder_publish require POST. Thanks to rossp
      for finding this.
      [alecm]

    - Add support for show_ymd to the calendar widget template. This
      makes it possible to create time-only widgets.
      [wiggy]

    - Fix 2.1 migration issue for sites using QueueCatalog.
      [alecm]

    - Fix issues with non-ASCII characters in portal title.
      http://dev.plone.org/plone/ticket/6628
      [hannosch]

    - Fix security hole due to unsafe use of python pickles.
      [MJ, witsch, hannosch]