Return-Path: Delivered-To: apmail-cocoon-cvs-archive@cocoon.apache.org Received: (qmail 63192 invoked by uid 500); 13 Aug 2003 20:03:04 -0000 Mailing-List: contact cvs-help@cocoon.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@cocoon.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@cocoon.apache.org Received: (qmail 63166 invoked by uid 500); 13 Aug 2003 20:03:03 -0000 Delivered-To: apmail-cocoon-2.1-cvs@apache.org Received: (qmail 63151 invoked from network); 13 Aug 2003 20:03:03 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 13 Aug 2003 20:03:03 -0000 Received: (qmail 17919 invoked by uid 1672); 13 Aug 2003 20:03:13 -0000 Date: 13 Aug 2003 20:03:13 -0000 Message-ID: <20030813200313.17918.qmail@minotaur.apache.org> From: joerg@apache.org To: cocoon-2.1-cvs@apache.org Subject: cvs commit: cocoon-2.1 status.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N joerg 2003/08/13 13:03:13 Modified: . status.xml Log: @fixes-bug added to i18n backwards compitability fix Revision Changes Path 1.120 +2 -2 cocoon-2.1/status.xml Index: status.xml =================================================================== RCS file: /home/cvs/cocoon-2.1/status.xml,v retrieving revision 1.119 retrieving revision 1.120 diff -u -r1.119 -r1.120 --- status.xml 13 Aug 2003 17:12:25 -0000 1.119 +++ status.xml 13 Aug 2003 20:03:13 -0000 1.120 @@ -202,7 +202,7 @@ - + Update the I18nTransformer so that it also accepts the 2.0 namespace. This ensures backwards compatibility for 2.0 applications. Additionally, attributes on "i18n:" elements can now be in the default namespace (meaning we can now write <i8n:text key="foo"> instead of <i18n:text i18n:key="foo">)