From a7bef2d96a67d6b202a4131a0ec2f2b33bc8302d Mon Sep 17 00:00:00 2001 From: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Thu, 23 Oct 2008 07:12:59 +0000 Subject: [PATCH] explain our changes in HISTORY.txt, and modify the version string. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24295 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/PortalTransforms/HISTORY.txt | 16 ++++++++++++++++ product/PortalTransforms/version.txt | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/product/PortalTransforms/HISTORY.txt b/product/PortalTransforms/HISTORY.txt index afd9e6826d..0c7747812f 100644 --- a/product/PortalTransforms/HISTORY.txt +++ b/product/PortalTransforms/HISTORY.txt @@ -1,3 +1,19 @@ +1.4.0-nexedi - 2008-10-22 +======================== + + * remove PortalTransforms/configure.zcml that is not compatible with + Zope-2.8's five. + + * let the user configure 'initial_header_level' (cf + 'rest-header-level' directive). + + * remove id parameter from log method's arguments. + + * use self.aq_parent instead of getToolByName(self, + 'portal_transforms') because while building business template, + transform tool will be copied and this transform will be removed + from copied one. + 1.4.0-final - 2006-06-16 ======================== diff --git a/product/PortalTransforms/version.txt b/product/PortalTransforms/version.txt index 1f429ac62f..f62f497b65 100644 --- a/product/PortalTransforms/version.txt +++ b/product/PortalTransforms/version.txt @@ -1 +1 @@ -1.4.0-final \ No newline at end of file +1.4.0-nexedi \ No newline at end of file -- 2.30.9