diff options
author | taca <taca> | 2008-10-12 07:07:40 +0000 |
---|---|---|
committer | taca <taca> | 2008-10-12 07:07:40 +0000 |
commit | 730ed773328f1e8855d9b6a8d58a5bf2f5ec1f51 (patch) | |
tree | d7d42ce7fc780514814b3581c44351073f98e7ec /www/plone | |
parent | 66162a329cd9e67bb6825b76c9368a0dc9d7947e (diff) | |
download | pkgsrc-730ed773328f1e8855d9b6a8d58a5bf2f5ec1f51.tar.gz |
Update plone3 package to 3.1.6.
The 6th maintenance release of Plone 3.1 is now available. The important
changes since version 3.1.5.1 are:
* Improve handling of stale catalog entries encountered during folder
reordering.
* Fix the silent failure of the group membership management of users via
the user membership form.
* Restore icons for the language control panel in the 3.0.1 to 3.0.2
migration.
* Fix test for automatically generated ids to handle content types with
a dot in their name.
* By default, keep the styling when managing portlets separate from the
styling when viewing the portlets, to improve usability with custom
themes.
* Hide link to the dashboard from the personal preferences page if the
user is not allowed to view the dashboard.
* Improve styling in MS Internet Explorer.
* Fix non XML syntax compliant ids in content menus.
* Correct problems with Firefox 3.0 and kupu.
The following packages and products were upgrades as part of this
release:
* Products.kupu 1.4.12
* Products.CMFPlone 3.1.6
* plone.app.contentmenu 1.1.5
More information about this release and links to installers can be found
at http://plone.org/products/plone/releases/3.1.6
Diffstat (limited to 'www/plone')
-rw-r--r-- | www/plone/ploneversion.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/plone/ploneversion.mk b/www/plone/ploneversion.mk index e6bf905228a..8d1e2615f1d 100644 --- a/www/plone/ploneversion.mk +++ b/www/plone/ploneversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: ploneversion.mk,v 1.9 2008/08/27 15:38:43 taca Exp $ +# $NetBSD: ploneversion.mk,v 1.10 2008/10/12 07:07:40 taca Exp $ # .if !defined(_PLONEVERSION_MK) @@ -41,7 +41,7 @@ PLONE_VERSION_ACCEPTED?= ${PLONE_VERSION_SUPPORTED} # current Plone version PLONE25_VERSION= 2.5.5 -PLONE3_VERSION= 3.1.5.1 +PLONE3_VERSION= 3.1.6 BUILDLINK_API_DEPENDS.plone25?= plone25>=${PLONE25_VERSION} BUILDLINK_API_DEPENDS.plone3?= plone30>=${PLONE3_VERSION} |