summaryrefslogtreecommitdiff
path: root/www/plone
diff options
context:
space:
mode:
authortaca <taca>2008-10-12 07:07:40 +0000
committertaca <taca>2008-10-12 07:07:40 +0000
commita831a0b607a0219f792c5b832cc1dc8750f0a1eb (patch)
treed7d42ce7fc780514814b3581c44351073f98e7ec /www/plone
parent9e35c1b8b7b56261d172966a176bd31f41a7e606 (diff)
downloadpkgsrc-a831a0b607a0219f792c5b832cc1dc8750f0a1eb.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.mk4
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}